Click or drag to resize
CategoricalGenLinModelDesignVariableMeans Property
The means of the design variables.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] DesignVariableMeans { 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