public class SamplingDistributionOfSampleProportionDifference extends Object
| Constructor and Description |
|---|
SamplingDistributionOfSampleProportionDifference(double p1,
double p2,
int sampleSize1,
int sampleSize2,
String groupId1,
String groupId2) |
SamplingDistributionOfSampleProportionDifference(SampleDistribution sampleDistribution1,
SampleDistribution sampleDistribution2) |
| Modifier and Type | Method and Description |
|---|---|
ConfidenceInterval |
confidenceInterval(double confidenceLevel) |
DistributionFamily |
getDistributionFamily() |
double |
getSampleProportion1PointEstimate() |
double |
getSampleProportion2PointEstimate() |
double |
getSampleProportionDifferencePointEstimate() |
int |
getSampleSize1() |
double |
getStandardError() |
String |
toString() |
public SamplingDistributionOfSampleProportionDifference(SampleDistribution sampleDistribution1, SampleDistribution sampleDistribution2)
public double getSampleProportion1PointEstimate()
public double getSampleProportion2PointEstimate()
public double getSampleProportionDifferencePointEstimate()
public double getStandardError()
public int getSampleSize1()
public ConfidenceInterval confidenceInterval(double confidenceLevel)
public DistributionFamily getDistributionFamily()
Copyright © 2017. All rights reserved.