Click or drag to resize

LogisticRegressionParameterCalcObservationVarianceEstimates Method

Computes the variance estimate for each observation. if pi is the probability of success predicted by the model for the ith observation, then the estimated variance for the ith observation is pi*(1.0 - pi).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector ObservationVarianceEstimates()

Return Value

DoubleVector
A vector whose ith entry is the variance estimate of the ith observation.
See Also