|
19 | 19 | correction: number
|
20 | 20 | Degrees of freedom adjustment. Setting this parameter to a value other
|
21 | 21 | than `0` has the effect of adjusting the divisor during the calculation
|
22 |
| - of the variance according to `N - c` where `c` corresponds to the |
23 |
| - provided degrees of freedom adjustment. When computing the variance of a |
24 |
| - population, setting this parameter to `0` is the standard choice (i.e., |
25 |
| - the provided array contains data constituting an entire population). |
26 |
| - When computing the unbiased sample variance, setting this parameter to |
27 |
| - `1` is the standard choice (i.e., the provided array contains data |
28 |
| - sampled from a larger population; this is commonly referred to as |
29 |
| - Bessel's correction). |
| 22 | + of the covariance according to `N - c` where `c` corresponds to the |
| 23 | + provided degrees of freedom adjustment. When computing the population |
| 24 | + covariance, setting this parameter to `0` is the standard choice (i.e., |
| 25 | + the provided arrays contain data constituting entire populations). When |
| 26 | + computing the unbiased sample covariance, setting this parameter to `1` |
| 27 | + is the standard choice (i.e., the provided array contains data sampled |
| 28 | + from larger populations; this is commonly referred to as Bessel's |
| 29 | + correction). |
30 | 30 |
|
31 | 31 | meanx: number
|
32 | 32 | Mean of `x`.
|
|
91 | 91 | provided degrees of freedom adjustment. When computing the population
|
92 | 92 | covariance, setting this parameter to `0` is the standard choice (i.e.,
|
93 | 93 | the provided arrays contain data constituting entire populations). When
|
94 |
| - computing the unbiased sample covariance, setting this parameter to |
95 |
| - `1` is the standard choice (i.e., the provided arrays contain data |
96 |
| - sampled from larger populations; this is commonly referred to as |
97 |
| - Bessel's correction). |
| 94 | + computing the unbiased sample covariance, setting this parameter to `1` |
| 95 | + is the standard choice (i.e., the provided array contains data sampled |
| 96 | + from larger populations; this is commonly referred to as Bessel's |
| 97 | + correction). |
98 | 98 |
|
99 | 99 | meanx: number
|
100 | 100 | Mean of `x`.
|
|
0 commit comments