RandomSamplingNextDoubleMatrix Method

Draws a random sample represented as a DoubleMatrix instance.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public abstract DoubleMatrix NextDoubleMatrix()

Return Value

DoubleMatrix
The matrix of doubles representing the sample.

Remarks

Method NextDoubleMatrix returns a sample represented as a DoubleMatrix instance, having one row and a number of columns equal to PopulationSize. In this context, the sample is the set of linear indexes corresponding to entries in the returned matrix equal to 1, other entries storing 0 otherwise. For an introduction to linear indexes, see the remarks of the DoubleMatrix class.

See Also