ISmMultiNormalDistribution.MultiRandom

Fore Syntax

MultiRandom: Array;

Fore.NET Syntax

MultiRandom(): System.Array;

Description

The MultiRandom method returns a vector corresponding to the distribution.

Comments

Matrix size: 1×K. Where K is distribution dimension determined by value of the ISmMultiNormalDistribution.K property.

Fore and Fore.NET Examples

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

See also:

ISmMultiNormalDistribution