public class SamplingDistributionOfSampleProportion extends Object
| Constructor and Description |
|---|
SamplingDistributionOfSampleProportion(SampleDistribution sampleDistribution) |
SamplingDistributionOfSampleProportion(String successLabel,
double p,
int sampleSize,
String groupId) |
| Modifier and Type | Method and Description |
|---|---|
ConfidenceInterval |
confidenceInterval(double confidenceLevel) |
double |
getSampleProportionPointEstimate() |
int |
getSampleSize() |
double |
getStandardError() |
double |
probability(double p)
return the probability density of the sampling distribution at sample proportion = p
|
String |
toString() |
public SamplingDistributionOfSampleProportion(SampleDistribution sampleDistribution)
public double getSampleProportionPointEstimate()
public double getStandardError()
public int getSampleSize()
public ConfidenceInterval confidenceInterval(double confidenceLevel)
public double probability(double p)
p - the value at which to check the probability densityCopyright © 2017. All rights reserved.