How can I specify the divisor for variance and covariance calculations?
0 vues
Réponse
The 'varianceDivisor' parameter (alias 'varDef') is used for this purpose. It accepts the following values: 'DF' (degrees of freedom, default), 'N' (number of observations), 'WDF' (sum of weights minus one), or 'WEIGHT' (sum of weights).