ProbabilityDistributionSample(Int32) Method

Draws a sample from this instance having the specified size and returns it as a matrix.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public DoubleMatrix Sample(
	int sampleSize
)

Parameters

sampleSize  Int32
The sample size.

Return Value

DoubleMatrix
The matrix whose entries store the sample.

Remarks

The returned matrix has one column and a number of rows equal to sampleSize.

Exceptions

ArgumentOutOfRangeExceptionsampleSize is not positive.

See Also