The OneWayAnova type exposes the following members.

Constructors

  NameDescription
OneWayAnovaOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this OneWayAnova.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FStatisticCriticalValue
Computes the critical value for the ANOVA F statistic at the given significance level.
GetGroupMeanOverloaded.
GetGroupSizeOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
SetDataOverloaded.
ToString
String representation of a traditional one way ANOVA table.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
AnovaTable
Gets a traditional ANOVA table.
GrandMean
Gets the grand mean of the data.
GroupMeans
Gets a vector of group means.
GroupNames
Gets an array of group names.
GroupSizes
Gets an array of group sizes.

See Also