Click or drag to resize
ProportionalHazardsGetMeans Method
Returns the means of the design variables.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] GetMeans()

Return Value

Type: Double
A double array containing the means of the design variables.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
See Also