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