Click or drag to resize

RandomSamplingNextIndexCollection Method

Draws a sample represented as an IndexCollection instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public abstract IndexCollection NextIndexCollection()

Return Value

Type: 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