One Way Anova Model.Get Difference Between Means Estimate Method
Gets an estimate for the difference between the groups with the specified
indexes.
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> GetDifferenceBetweenMeansEstimate(
int index1,
int index2
)
Parameters
Return Value
Parameter<Double>A Parameter<T> object.
Exceptions
Invalid | The Fit() method has not been called. |
Argument | index1 is less than zero or greater than or equal to the number of groups. -or- index2 is less than zero or greater than or equal to the number of groups. |