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. | |
Definition at line 230 of file ChiSquaredArray.cs.
| StephenAshley.Biostatistics.Outcome.Outcome | ( | Int32 | observed, | |
| Int32 | expected | |||
| ) |
Constructs an Outcome from observed and expected values.
| observed | The observed value. | |
| expected | The expected value. |
Definition at line 237 of file ChiSquaredArray.cs.
The square of the difference between the observed and expected values.
Definition at line 254 of file ChiSquaredArray.cs.
1.5.9