ISmMultiNormalDistribution.Mu

Fore Syntax

Mu: Array;

Fore.NET Syntax

Mu: System.Array;

Description

The Mu property determines the vector of expected values for multivariate distribution.

Comments

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

Fore and Fore.NET Examples

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

See also:

ISmMultiNormalDistribution