OneWayAnovaModel.GetContrastEstimate Method
Gets an estimate for the specified contrast.
DefinitionPermalink
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A Parameter<T> object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public Parameter<double> GetContrastEstimate(
Vector<double> contrastCoefficients
)
ParametersPermalink
Return ValuePermalink
Parameter<Double>A Parameter<T> object.
ExceptionsPermalink
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. |