The means of the design variables.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] DesignVariableMeans { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property DesignVariableMeans As Double()
Visual C++
public:
virtual property array<double>^ DesignVariableMeans {
	array<double>^ get ();
}

Field Value

A double array of length nCoef containing the means of the design variables where nCoef is the number of coefficients in the model or null if Solve()()() has not been called.

See Also