StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection Class Reference

A list of Group objects and associated properties for the computation of statistics relating to linear regression and correlation. More...

Inheritance diagram for StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection:

StephenAshley.Biostatistics.GroupsCollection

List of all members.

Public Member Functions

 CorrelationRegressionGroupsCollection ()
 Constructs an empty CorrelationRegressionGroupsCollection.
 CorrelationRegressionGroupsCollection (List< Group > lstGroups)
 Creates a CorrelationRegressionGroupsCollection from a list of Group objects.
override void Add (Group group)
 Adds a Group to the CorrelationRegressionGroupsCollection.
override void AddRange (List< Group > lstGroups)
 Adds a list of Group objects to the CorrelationRegressionGroupsCollection.
NUMBER CoefficientOfDetermination ()
 Returns the coefficient of determination for the CorrelationRegressionGroupsCollection.
Int32 DegreesOfFreedom ()
 Returns the degrees of freedom for the CorrelationRegressionGroupsCollection.
Int32 DF ()
 Returns the degrees of freedom for the CorrelationRegressionGroupsCollection.
Int32 N ()
 Returns the number of pairs in the CorrelationRegressionGroupsCollection.
NUMBER p ()
 Returns the probability p that the selection of values in the CorrelationRegressionGroupsCollection is the result of random chance.
NUMBER RSquared ()
 Returns the coefficient of determination for the CorrelationRegressionGroupsCollection.
NUMBER CorrelationCoefficient ()
 Returns the correlation coefficient for the CorrelationRegressionGroupsCollection.
NUMBER R ()
 Returns the correlation coefficient for the CorrelationRegressionGroupsCollection.
NUMBER ResidualVarianceOfY ()
 Returns the residual variance of Y for the CorrelationRegressionGroupsCollection.
NUMBER Slope ()
 Returns the slope of the line of regression for the CorrelationRegressionGroupsCollection.
NUMBER StandardDeviationOfResiduals ()
 Returns the standard deviation of the residuals for the CorrelationRegressionGroupsCollection.
NUMBER StandardErrorOfEstimate ()
 Returns the standard error of the estimate for the CorrelationRegressionGroupsCollection.
NUMBER SE ()
 Returns the standard error of the estimate for the CorrelationRegressionGroupsCollection.
NUMBER StandardErrorOfIntercept ()
 Returns the standard error of the intercept for the CorrelationRegressionGroupsCollection.
NUMBER StandardErrorOfSlope ()
 Returns the standard error of the slope for the CorrelationRegressionGroupsCollection.
NUMBER SumOfCoDeviatesXY ()
 Returns the sum of co-deviates for the CorrelationRegressionGroupsCollection.
NUMBER SCxy ()
 Returns the sum of co-deviates for the CorrelationRegressionGroupsCollection.
NUMBER SumOfSquaredResiduals ()
 Returns the sum of squared residuals for the CorrelationRegressionGroupsCollection.
NUMBER SSResidual ()
 Returns the sum of squared residuals.
NUMBER t ()
 Returns the t statistic for the CorrelationRegressionGroupsCollection.
NUMBER YIntercept ()
 Returns the Y intercept of the regression line for the CorrelationRegressionGroupsCollection.


Detailed Description

A list of Group objects and associated properties for the computation of statistics relating to linear regression and correlation.

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 14 of file CorrelationRegressionGroupsCollection.cs.


Constructor & Destructor Documentation

StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.CorrelationRegressionGroupsCollection (  ) 

Constructs an empty CorrelationRegressionGroupsCollection.

Definition at line 20 of file CorrelationRegressionGroupsCollection.cs.

StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.CorrelationRegressionGroupsCollection ( List< Group lstGroups  ) 

Creates a CorrelationRegressionGroupsCollection from a list of Group objects.

Parameters:
lstGroups The Groups.

Definition at line 27 of file CorrelationRegressionGroupsCollection.cs.


Member Function Documentation

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

Adds a Group to the CorrelationRegressionGroupsCollection.

Parameters:
group A Group.
Exceptions:
BiostatisticsException group is a null reference.

group does not have an equal number of elements to the other Group objects in the CorrelationRegressionGroupsCollection.

Reimplemented from StephenAshley.Biostatistics.GroupsCollection.

Definition at line 43 of file CorrelationRegressionGroupsCollection.cs.

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

Adds a list of Group objects to the CorrelationRegressionGroupsCollection.

Parameters:
lstGroups A list of Group objects.
Exceptions:
BiostatisticsException lstGroups is a null reference.

• a group does not have an equal number of elements to the other Group objects in the CorrelationRegressionGroupsCollection.

• a group is a null reference.

Reimplemented from StephenAshley.Biostatistics.GroupsCollection.

Definition at line 71 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.CoefficientOfDetermination (  ) 

Returns the coefficient of determination for the CorrelationRegressionGroupsCollection.

Returns:
The coefficient.
CoefficientOfDetermination is a synonym for RSquared.

Definition at line 88 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.CorrelationCoefficient (  ) 

Returns the correlation coefficient for the CorrelationRegressionGroupsCollection.

Returns:
The coefficient.
CorrelationCoefficient is a synonym of R.
Exceptions:
BiostatisticsException Group contains no elements, or

• division by zero is attempted.

Definition at line 147 of file CorrelationRegressionGroupsCollection.cs.

Int32 StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.DegreesOfFreedom (  ) 

Returns the degrees of freedom for the CorrelationRegressionGroupsCollection.

Returns:
The degrees of freedom.
DegreesOfFreedom is a synonym for DF.

Definition at line 99 of file CorrelationRegressionGroupsCollection.cs.

Int32 StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.DF (  ) 

Returns the degrees of freedom for the CorrelationRegressionGroupsCollection.

Returns:
The degrees of freedom.
DF is a synonym for DegreesOfFreedom.

Definition at line 110 of file CorrelationRegressionGroupsCollection.cs.

Int32 StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.N (  ) 

Returns the number of pairs in the CorrelationRegressionGroupsCollection.

Returns:
The number.

Definition at line 117 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.p (  ) 

Returns the probability p that the selection of values in the CorrelationRegressionGroupsCollection is the result of random chance.

Returns:
The probabiliy p.

Definition at line 125 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.R (  ) 

Returns the correlation coefficient for the CorrelationRegressionGroupsCollection.

Returns:
The coefficient.
R is a synonym of CorrelationCoefficient.
Exceptions:
BiostatisticsException Group contains no elements, or

• division by zero is attempted.

Definition at line 174 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.ResidualVarianceOfY (  ) 

Returns the residual variance of Y for the CorrelationRegressionGroupsCollection.

Returns:
The variance.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 183 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.RSquared (  ) 

Returns the coefficient of determination for the CorrelationRegressionGroupsCollection.

Returns:
The coefficient.
RSquared is a synonym for CoefficientOfDetermination.

Definition at line 134 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.SCxy (  ) 

Returns the sum of co-deviates for the CorrelationRegressionGroupsCollection.

Returns:
The sum.
SCxy is a synonym for SumOfCoDeviatesXY.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 348 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.SE (  ) 

Returns the standard error of the estimate for the CorrelationRegressionGroupsCollection.

Returns:
The standard error.
SE is a synonym for StandardErrorOfEstimate.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 263 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.Slope (  ) 

Returns the slope of the line of regression for the CorrelationRegressionGroupsCollection.

Returns:
The slope.

Definition at line 203 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.SSResidual (  ) 

Returns the sum of squared residuals.

Returns:
The sum.

Definition at line 367 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.StandardDeviationOfResiduals (  ) 

Returns the standard deviation of the residuals for the CorrelationRegressionGroupsCollection.

Returns:
The standard deviation.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 225 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.StandardErrorOfEstimate (  ) 

Returns the standard error of the estimate for the CorrelationRegressionGroupsCollection.

Returns:
The standard error.
StandardErrorOfEstimate is a synonym for SE.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 239 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.StandardErrorOfIntercept (  ) 

Returns the standard error of the intercept for the CorrelationRegressionGroupsCollection.

Returns:
The standard error.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 272 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.StandardErrorOfSlope (  ) 

Returns the standard error of the slope for the CorrelationRegressionGroupsCollection.

Returns:
The standard error.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 295 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.SumOfCoDeviatesXY (  ) 

Returns the sum of co-deviates for the CorrelationRegressionGroupsCollection.

Returns:
The sum.
SumOfCoDeviatesXY is a synonym for SCxy.
Exceptions:
BiostatisticsException division by zero is attempted.

Definition at line 319 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.SumOfSquaredResiduals (  ) 

Returns the sum of squared residuals for the CorrelationRegressionGroupsCollection.

Returns:
The sum.
SumOfSquaredResiduals is a synonym for SSResidual

Definition at line 357 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.t (  ) 

Returns the t statistic for the CorrelationRegressionGroupsCollection.

Returns:
t.

Definition at line 374 of file CorrelationRegressionGroupsCollection.cs.

NUMBER StephenAshley.Biostatistics.CorrelationRegressionGroupsCollection.YIntercept (  ) 

Returns the Y intercept of the regression line for the CorrelationRegressionGroupsCollection.

Returns:
The intercept.

Definition at line 386 of file CorrelationRegressionGroupsCollection.cs.


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

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