public class SampleDistribution extends Object
| Constructor and Description |
|---|
SampleDistribution(double sampleMean,
int sampleSize,
double sampleSd,
String groupId) |
SampleDistribution(Sample sample,
String groupId) |
SampleDistribution(Sample sample,
String successLabel,
String groupId) |
SampleDistribution(String successLabel,
double sampleProportion,
int sampleSize,
String groupId) |
| Modifier and Type | Method and Description |
|---|---|
double |
getProportion() |
String |
getSuccessLabel() |
double |
getSumOfSquares() |
boolean |
isCategorical() |
void |
setProportion(double p) |
void |
setSuccessLabel(String successLabel) |
public SampleDistribution(double sampleMean,
int sampleSize,
double sampleSd,
String groupId)
public double getProportion()
public void setProportion(double p)
public String getSuccessLabel()
public void setSuccessLabel(String successLabel)
public boolean isCategorical()
public double getSumOfSquares()
Copyright © 2017. All rights reserved.