| Modifier and Type | Method and Description |
|---|---|
void |
ContingencyTable.setExpectedProbabilities() |
void |
ContingencyTable.setExpectedProbabilities(double[] rowProbability,
double[] colProbability) |
| Constructor and Description |
|---|
ProbabilityList(double[] input) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataIsEmptyException |
class |
NumberTooBigException |
| Modifier and Type | Method and Description |
|---|---|
void |
LinearModel.analyze(Data data,
short analysisType) |
void |
LogisticRegression.analyze(Data data,
short analysisType) |
| Modifier and Type | Method and Description |
|---|---|
Result |
Analysis.analyze(Data data,
short analysisType) |
Result |
ConfidenceInterval.analyze(Data data,
short analysisType) |
Result |
DichotomousProportion.analyze(Data data,
short analysisType) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinearModel.analyze(Data data,
short analysisType) |
| Constructor and Description |
|---|
RegressionLine(double[] x,
double[] y) |