One Way Anova Model.Get Contrast Estimate Method
Gets an estimate for the specified contrast.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Parameter<T> object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Parameter<double> GetContrastEstimate(
Vector<double> contrastCoefficients
)
Parameters
- contrastCoefficients Vector<Double>
- The coefficients of the group means. The sum must equal zero.
Return Value
Parameter<Double>A Parameter<T> object.
Exceptions
InvalidOperationException | The Fit() method has not been called. |
Dimension | The length of contrastCoefficients does not equal the number of groups. |
ArgumentException | The elements of contrastCoefficients do not add up to zero. |