public class TwoGroupNumericalSampleKie extends Object
| Constructor and Description |
|---|
TwoGroupNumericalSampleKie(Variable variable,
Variable groupVariable,
String group1Id,
String group2Id) |
| Modifier and Type | Method and Description |
|---|---|
TwoGroupNumericalSampleKie |
addObservation(double value,
String groupId) |
void |
addObservations(com.github.chen0040.data.frame.DataFrame dataFrame) |
MeanDifference |
difference() |
TwoGroupNumericalSampleKie |
fromSampleDistributions(double sample1Mean,
double sample2Mean,
double sample1Sd,
double sample2Sd,
int sample1Size,
int sample2Size) |
double |
getGroup1SampleMean() |
double |
getGroup1SampleSd() |
double |
getGroup1SampleSize() |
double |
getGroup2SampleMean() |
double |
getGroup2SampleSd() |
double |
getGroup2SampleSize() |
SamplingDistributionOfSampleMeanDifference |
getSamplingDistribution() |
TestingOnValueDifference |
test4GroupDifference() |
public TwoGroupNumericalSampleKie fromSampleDistributions(double sample1Mean, double sample2Mean, double sample1Sd, double sample2Sd, int sample1Size, int sample2Size)
public TwoGroupNumericalSampleKie addObservation(double value, String groupId)
public SamplingDistributionOfSampleMeanDifference getSamplingDistribution()
public MeanDifference difference()
public TestingOnValueDifference test4GroupDifference()
public void addObservations(com.github.chen0040.data.frame.DataFrame dataFrame)
public double getGroup1SampleMean()
public double getGroup1SampleSd()
public double getGroup1SampleSize()
public double getGroup2SampleMean()
public double getGroup2SampleSd()
public double getGroup2SampleSize()
Copyright © 2017. All rights reserved.