| Package | Description |
|---|---|
| com.github.chen0040.si.dsl |
| Modifier and Type | Method and Description |
|---|---|
Variable |
VariablePair.variable1() |
Variable |
VariablePair.variable2() |
| Modifier and Type | Method and Description |
|---|---|
CategoricalToCategoricalSampleKie |
Variable.multipleGroupCategoricalSample(Variable groupVariable) |
CategoricalToNumericalSampleKie |
Variable.multipleGroupNumericalSample(Variable groupVariable) |
VariablePair |
Variable.pair(Variable variableTwo) |
XYSampleKie |
Variable.regression(Variable y) |
TwoGroupCategoricalSampleKie |
Variable.twoGroupCategoricalSampleKie(Variable groupVariable,
String group1,
String group2) |
TwoGroupNumericalSampleKie |
Variable.twoGroupNumericalSample(Variable groupVariable,
String group1,
String group2) |
| Constructor and Description |
|---|
CategoricalSampleKie(Variable variable) |
CategoricalToCategoricalSampleKie(Variable variable,
Variable groupVariable) |
CategoricalToNumericalSampleKie(Variable variable,
Variable groupVariable) |
NumericalSampleKie(Variable variable) |
TwoGroupCategoricalSampleKie(Variable variable,
Variable groupVariable,
String group1Id,
String group2Id) |
TwoGroupNumericalSampleKie(Variable variable,
Variable groupVariable,
String group1Id,
String group2Id) |
VariablePair(Variable variableOne,
Variable variableTwo) |
XYSampleKie(Variable varX,
Variable varY) |
Copyright © 2017. All rights reserved.