StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection Class Reference

A list of Group objects and associated methods for performing the Spearman Rank Sum Test. More...

Inheritance diagram for StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection:

StephenAshley.Biostatistics.GroupsCollection

List of all members.

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.


Detailed Description

A list of Group objects and associated methods for performing the Spearman Rank Sum Test.

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.


Constructor & Destructor Documentation

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.

Parameters:
lstGroups The Groups.

Definition at line 29 of file SpearmanRankSumGroupsCollection.cs.


Member Function Documentation

override void StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.Add ( Group  group  )  [virtual]

Adds a Group to the SpearmanRankSumGroupsCollection.

Parameters:
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.

Parameters:
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.

Returns:
n.

Definition at line 76 of file SpearmanRankSumGroupsCollection.cs.

string StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.p (  ) 

The probability p associated the SpearmanCoefficient of the SpearmanRankSumGroupsCollection object.

Returns:
A string representing the value of p.
The value returned is represented as a string because for small values of n (less than 5) p is described as "less than 0.02", "greater than 0.05", and so on.

Definition at line 147 of file SpearmanRankSumGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.Rs (  ) 

Gets the value of the SpearmanCoefficient associated with the SpearmanRankSumGroupsCollection.

Returns:
The coefficient.
Rs is the synonym for SpearmanCoefficient.

Definition at line 306 of file SpearmanRankSumGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.SpearmanRankSumGroupsCollection.SpearmanCoefficient (  ) 

Gets the Spearman Coefficient.

Returns:
The coefficient.

Definition at line 83 of file SpearmanRankSumGroupsCollection.cs.


The documentation for this class was generated from the following file:

Generated on Sun May 31 19:43:40 2009 for "Biostatistics Documentation" by  doxygen 1.5.9