Click or drag to resize

RandomSamplingInclusionProbabilities Property

Gets the inclusion probabilities of the population units.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public abstract ReadOnlyDoubleMatrix InclusionProbabilities { get; }

Property Value

Type: ReadOnlyDoubleMatrix
A matrix whose entries represent the inclusion probabilities of the population units.
Remarks

The InclusionProbabilities property allows derived classes to implement their own algorithm to compute the inclusion probabilities of the population units.

Notes to Inheritors

Population units are indexed from 0 to PopulationSize minus one. When overriding InclusionProbabilities, a column vector should be returned having a number of rows equal to PopulationSize, in which the i-th entry stores the inclusion probability of unit i.

See Also