Returns the means of the design variables.

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

Syntax

C#
public virtual double[] GetMeans()
Visual Basic (Declaration)
Public Overridable Function GetMeans As Double()
Visual C++
public:
virtual array<double>^ GetMeans()

Return Value

A double array containing the means of the design variables.

Exceptions

ExceptionCondition
Imsl.Stat..::.ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.

See Also