CategoricalGenLinModelDesignVariableMeans Property |
The means of the design variables.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] DesignVariableMeans { get; }
Public Overridable ReadOnly Property DesignVariableMeans As Double()
Get
public:
virtual property array<double>^ DesignVariableMeans {
array<double>^ get ();
}
abstract DesignVariableMeans : float[] with get
override DesignVariableMeans : float[] with get
Property Value
Type:
Double
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