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: 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> GetDifferenceBetweenMeansEstimate(
int index1,
int index2
)
Parameters
- index1 Int32
- The index of the first group.
- index2 Int32
- The index of the second group.
Return Value
Parameter<Double>A Parameter<T> object.
Exceptions
InvalidOperationException | The Fit() method has not been called. |
ArgumentOutOfRangeException | 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. |