UnequalProbabilityRandomSamplingNextIndexCollection Method

Draws a sample represented as an IndexCollection instance.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public override IndexCollection NextIndexCollection()

Return Value

IndexCollection
The collection of indexes representing the sample.

Remarks

The NextIndexCollection method allows derived classes to implement their own algorithm to draw the sample.

Method NextIndexCollection returns a sample which is represented as an IndexCollection instance having Count equal to SampleSize and whose indexes are less than PopulationSize .

See Also