public class StudentMixed extends Student
Modifier and Type | Field and Description |
---|---|
protected StudentCalc |
studentCalc |
protected StudentSearch |
studentSearch |
Constructor and Description |
---|
StudentMixed(double confidenceLevel) |
Modifier and Type | Method and Description |
---|---|
double |
getConfidenceInterval(long samples,
double deviation) |
getConfidenceLevel
protected final StudentSearch studentSearch
protected final StudentCalc studentCalc