corrStable
Introduced in: v1.1.0 Calculates the Pearson correlation coefficient:Similar to the
corr function, but uses a numerically stable algorithm.
As a result, corrStable is slower than corr but produces a more accurate result.
Syntax
Float64
Examples
Basic correlation calculation with stable algorithm
Query
Response