|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.util.statistics.IntervalRatioStatisticalTest
public abstract class IntervalRatioStatisticalTest
Abstract class for interval ratio statistical tests.
| Field Summary | |
|---|---|
protected List<Observation> |
data
Collection of all observations added to this test. |
protected int |
numberOfGroups
The number of groups being tested. |
| Constructor Summary | |
|---|---|
IntervalRatioStatisticalTest(int numberOfGroups)
Constructs an interval ratio statistical test with the specified number of groups. |
|
| Method Summary | |
|---|---|
protected void |
add(double value,
int group)
Adds a new observation with the specified value and group. |
protected void |
addAll(double[] values,
int group)
Adds several new observations to the specified group. |
protected List<double[]> |
categorize()
Organizes the observations by their group. |
int |
getNumberOfGroups()
Returns the number of groups being tested. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.moeaframework.util.statistics.StatisticalTest |
|---|
test |
| Field Detail |
|---|
protected final int numberOfGroups
protected final List<Observation> data
| Constructor Detail |
|---|
public IntervalRatioStatisticalTest(int numberOfGroups)
numberOfGroups - the number of groups being tested| Method Detail |
|---|
protected void add(double value,
int group)
value - the value of the new observationgroup - the group to which the new observation belongs
protected void addAll(double[] values,
int group)
values - the values of the new observationsgroup - the group to which the new observations belongprotected List<double[]> categorize()
public int getNumberOfGroups()
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||