
Public Member Functions | |
| SpearmanRankSumGroupsCollection () | |
| Constructs an empty SpearmanRankSumGroupsCollection. | |
| SpearmanRankSumGroupsCollection (List< Group > lstGroups) | |
| Creates a SpearmanRankSumGroupsCollection from a list of Group objects. | |
| override void | Add (Group group) |
| Adds a Group to the SpearmanRankSumGroupsCollection. | |
| override void | AddRange (List< Group > lstGroups) |
| Adds a list of Group objects to the SpearmanRankSumGroupsCollection. | |
| Int32 | N () |
| Gets the number n of elements in each Group object. | |
| NUMBER | SpearmanCoefficient () |
| Gets the Spearman Coefficient. | |
| string | p () |
| The probability p associated the SpearmanCoefficient of the SpearmanRankSumGroupsCollection object. | |
| NUMBER | Rs () |
| Gets the value of the SpearmanCoefficient associated with the SpearmanRankSumGroupsCollection. | |
See generally Stanton A. Glantz, Primer of Biostatistics ch. 8 (6th ed. 2005); Jerrold H. Zar, Biostatistical Analysis ch. 19 (5th ed. 2010 [sic]).
Definition at line 16 of file SpearmanRankSumGroupsCollection.cs.
| StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.SpearmanRankSumGroupsCollection | ( | ) |
Constructs an empty SpearmanRankSumGroupsCollection.
Definition at line 22 of file SpearmanRankSumGroupsCollection.cs.
| StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.SpearmanRankSumGroupsCollection | ( | List< Group > | lstGroups | ) |
Creates a SpearmanRankSumGroupsCollection from a list of Group objects.
| lstGroups | The Groups. |
Definition at line 29 of file SpearmanRankSumGroupsCollection.cs.
| override void StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.Add | ( | Group | group | ) | [virtual] |
Adds a Group to the SpearmanRankSumGroupsCollection.
| group | A Group. |
Reimplemented from StephenAshley.Biostatistics.GroupsCollection.
Definition at line 40 of file SpearmanRankSumGroupsCollection.cs.
| override void StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.AddRange | ( | List< Group > | lstGroups | ) | [virtual] |
Adds a list of Group objects to the SpearmanRankSumGroupsCollection.
| lstGroups | A list of Group objects. |
Reimplemented from StephenAshley.Biostatistics.GroupsCollection.
Definition at line 61 of file SpearmanRankSumGroupsCollection.cs.
| Int32 StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.N | ( | ) |
Gets the number n of elements in each Group object.
Definition at line 76 of file SpearmanRankSumGroupsCollection.cs.
| string StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.p | ( | ) |
The probability p associated the SpearmanCoefficient of the SpearmanRankSumGroupsCollection object.
Definition at line 147 of file SpearmanRankSumGroupsCollection.cs.
| NUMBER StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.Rs | ( | ) |
Gets the value of the SpearmanCoefficient associated with the SpearmanRankSumGroupsCollection.
Definition at line 306 of file SpearmanRankSumGroupsCollection.cs.
| NUMBER StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.SpearmanCoefficient | ( | ) |
Gets the Spearman Coefficient.
Definition at line 83 of file SpearmanRankSumGroupsCollection.cs.
1.5.9