StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection Class Reference

A list of Group objects and methods to perform the Repeated Measures Analysis of Variance. More...

Inheritance diagram for StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection:

StephenAshley.Biostatistics.ANOVAGroupsCollection StephenAshley.Biostatistics.GroupsCollection

List of all members.

Public Member Functions

 RepeatedMeasuresANOVAGroupsCollection ()
 Constructs an empty RepeatedMeasuresANOVAGroupsCollection.
 RepeatedMeasuresANOVAGroupsCollection (List< Group > groups)
 Constructs a RepeatedMeasuresANOVAGroupsCollection from a list of Group objects.
override void Add (Group group)
 Adds an Group to the RepeatedMeasuresANOVAGroupsCollection.
override void AddRange (List< Group > lstGroups)
 Adds a List of Group objects to the RepeatedMeasuresANOVAGroupsCollection.
Int32 DegreesOfFreedomError ()
 Returns the degrees of freedom of the error.
Int32 DegreesOfFreedomSubjects ()
 Returns the degrees of freedom among all the subjects.
new NUMBER F ()
 Returns the F ratio for the RepeatedMeasuresANOVAGroupsCollection.
NUMBER MeanSquareError ()
 Returns the mean-square value for the error.
override NUMBER p ()
 Returns the probability p given the RepeatedMeasuresANOVAGroupsCollection object’s values for F, ANOVAGroupsCollection.DegreesOfFreedomBetweenGroups, and DegreesOfFreedomError.
NUMBER SumOfSquaredDeviatesError ()
 Returns the sum of the squared deviates of the error.
NUMBER SumOfSquaredDeviatesForSubjects ()
 Returns the sum of squared deviates for the subjects.


Detailed Description

A list of Group objects and methods to perform the Repeated Measures Analysis of Variance.

See generally Stanton A. Glantz, Primer of Biostatistics ch. 9 (6th ed. 2005); Jerrold H. Zar, Biostatistical Analysis ch. 12 (5th ed. 2010 [sic]).

Definition at line 15 of file RepeatedMeasuresANOVAGroupsCollection.cs.


Constructor & Destructor Documentation

StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.RepeatedMeasuresANOVAGroupsCollection (  ) 

Constructs an empty RepeatedMeasuresANOVAGroupsCollection.

Definition at line 21 of file RepeatedMeasuresANOVAGroupsCollection.cs.

StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.RepeatedMeasuresANOVAGroupsCollection ( List< Group groups  ) 

Constructs a RepeatedMeasuresANOVAGroupsCollection from a list of Group objects.

Parameters:
groups The Group objects.
Exceptions:
BiostatisticsException The Group objects have unequal sizes.

Definition at line 46 of file RepeatedMeasuresANOVAGroupsCollection.cs.


Member Function Documentation

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

Adds an Group to the RepeatedMeasuresANOVAGroupsCollection.

Parameters:
group The Group to be added.

Reimplemented from StephenAshley.Biostatistics.ANOVAGroupsCollection.

Definition at line 67 of file RepeatedMeasuresANOVAGroupsCollection.cs.

override void StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.AddRange ( List< Group lstGroups  )  [virtual]

Adds a List of Group objects to the RepeatedMeasuresANOVAGroupsCollection.

Parameters:
lstGroups A List of Group objects.

Reimplemented from StephenAshley.Biostatistics.ANOVAGroupsCollection.

Definition at line 87 of file RepeatedMeasuresANOVAGroupsCollection.cs.

Int32 StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.DegreesOfFreedomError (  ) 

Returns the degrees of freedom of the error.

Returns:
The degrees of freedom.

Definition at line 96 of file RepeatedMeasuresANOVAGroupsCollection.cs.

Int32 StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.DegreesOfFreedomSubjects (  ) 

Returns the degrees of freedom among all the subjects.

Returns:
The degrees of freedom.

Definition at line 106 of file RepeatedMeasuresANOVAGroupsCollection.cs.

new NUMBER StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.F (  ) 

Returns the F ratio for the RepeatedMeasuresANOVAGroupsCollection.

Returns:
F.

Reimplemented from StephenAshley.Biostatistics.ANOVAGroupsCollection.

Definition at line 113 of file RepeatedMeasuresANOVAGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.MeanSquareError (  ) 

Returns the mean-square value for the error.

Returns:
The mean-square.

Definition at line 120 of file RepeatedMeasuresANOVAGroupsCollection.cs.

override NUMBER StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.p (  )  [virtual]

Returns the probability p given the RepeatedMeasuresANOVAGroupsCollection object’s values for F, ANOVAGroupsCollection.DegreesOfFreedomBetweenGroups, and DegreesOfFreedomError.

Returns:
p.

Reimplemented from StephenAshley.Biostatistics.ANOVAGroupsCollection.

Definition at line 133 of file RepeatedMeasuresANOVAGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.SumOfSquaredDeviatesError (  ) 

Returns the sum of the squared deviates of the error.

Returns:
The sum.

Definition at line 142 of file RepeatedMeasuresANOVAGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.RepeatedMeasuresANOVAGroupsCollection.SumOfSquaredDeviatesForSubjects (  ) 

Returns the sum of squared deviates for the subjects.

Returns:
The sum.
Exceptions:
BiostatisticsException Division by zero.

Definition at line 152 of file RepeatedMeasuresANOVAGroupsCollection.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