StephenAshley.Biostatistics.Outcome Struct Reference

A trio of values representing a cell’s observed value, expected value, and the square of the difference between the two. More...

List of all members.

Public Member Functions

 Outcome (Int32 observed, Int32 expected)
 Constructs an Outcome from observed and expected values.

Public Attributes

Int32 iObserved
 The observed value.
NUMBER decExpected
 The expected value.
NUMBER decDifferenceSquared
 The square of the difference between the observed and expected values.


Detailed Description

A trio of values representing a cell’s observed value, expected value, and the square of the difference between the two.

Definition at line 230 of file ChiSquaredArray.cs.


Constructor & Destructor Documentation

StephenAshley.Biostatistics.Outcome.Outcome ( Int32  observed,
Int32  expected 
)

Constructs an Outcome from observed and expected values.

Parameters:
observed The observed value.
expected The expected value.

Definition at line 237 of file ChiSquaredArray.cs.


Member Data Documentation

The square of the difference between the observed and expected values.

Definition at line 254 of file ChiSquaredArray.cs.

The expected value.

Definition at line 250 of file ChiSquaredArray.cs.

The observed value.

Definition at line 246 of file ChiSquaredArray.cs.


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

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