ISmMultiNormalDistribution.MultiRandomVector

Syntax

MultiRandomVector(Count: Integer): Array;

Parameters

Count. Size of first dimension of the matrix.

Description

The MultiRandomVector method returns a matrix corresponding to the distribution.

Comments

Vector length: Count×K. Where K is distribution dimension determined by value of the ISmMultiNormalDistribution.K property.

Example

The method use is given in the example for ISmMultiNormalDistribution.K.

See also:

ISmMultiNormalDistribution