Package | Description |
---|---|
jsat.testing | |
jsat.testing.onesample |
Modifier and Type | Method and Description |
---|---|
StatisticTest.H1[] |
StatisticTest.validAlternate() |
static StatisticTest.H1 |
StatisticTest.H1.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticTest.H1[] |
StatisticTest.H1.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticTest.setAltHypothesis(StatisticTest.H1 h1) |
Modifier and Type | Method and Description |
---|---|
StatisticTest.H1[] |
ZTest.validAlternate() |
StatisticTest.H1[] |
TTest.validAlternate() |
Modifier and Type | Method and Description |
---|---|
void |
ZTest.setAltHypothesis(StatisticTest.H1 h1) |
void |
TTest.setAltHypothesis(StatisticTest.H1 h1) |
Constructor and Description |
---|
TTest(StatisticTest.H1 h1,
double hypothMean,
double sampleMean,
double sampleDev,
double sampleSize) |
TTest(StatisticTest.H1 h1,
double hypothMean,
Vec data) |
ZTest(StatisticTest.H1 h1,
double sampleMean,
double sampleDev,
int sampleSize) |
ZTest(StatisticTest.H1 h1,
Vec data) |
Copyright © 2017. All rights reserved.