The KruskalWallisTest type exposes the following members.

Constructors

  NameDescription
KruskalWallisTestOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this KruskalWallisTest.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetGroupMeanRankOverloaded.
GetGroupRanksOverloaded.
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.
StatisticCriticalValue
Computes the critical value for the test statistic at the given significance level.
ToString
String representation of a Kruskal-Wallis test.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
GrandMeanRank
Gets the grand mean rank of the data.
GroupMeanRanks
Gets a vector of group mean ranks.
GroupNames
Gets an array of group names.
GroupSizes
Gets an array of group sizes.
IsTieCorrected
Returns true if the standard correction for ties was applied in the computation of the test statistic.
N
Gets the total sample size.
PValue
Gets the p-value for the test statistic.
Ranks
Gets an array of vectors containing the ranks of the data.
Statistic
Gets the test statistic.
Table
Gets a table summarizing the result of the last-performed Kruskal-Wallis test.

See Also