public abstract ReadOnlyDoubleMatrix InclusionProbabilities { get; }
Public MustOverride ReadOnly Property InclusionProbabilities As ReadOnlyDoubleMatrix
Get
public:
virtual property ReadOnlyDoubleMatrix^ InclusionProbabilities {
ReadOnlyDoubleMatrix^ get () abstract;
}
abstract InclusionProbabilities : ReadOnlyDoubleMatrix with get
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.