The KruskalWallisTest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| KruskalWallisTest | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this KruskalWallisTest.
| |
| Equals | (Inherited from Object.) | |
| GetGroupMeanRank | Overloaded. | |
| GetGroupRanks | Overloaded. | |
| GetGroupSize | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SetData | Overloaded. | |
| 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
| Name | Description | |
|---|---|---|
| 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.
|