|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.expasy.jpl.commons.collection.stat.StatisticalSerieDiscreteDataSet
public final class StatisticalSerieDiscreteDataSet
A StatisticalSerieDiscreteVar contains only integer values.
| Method Summary | |
|---|---|
int |
getFrequency(Integer value)
|
double |
getRelativeFrequency(Integer value)
|
int |
getSampleSize()
|
List<Integer> |
getSampleValues()
|
List<Integer> |
getValues()
|
Integer |
getXAt(int index)
|
void |
loadDataInSerie(Number value)
load a value in the statistical serie |
void |
loadSerie(List<? extends Number> values)
load values in the statistical serie |
static StatisticalSerieDiscreteDataSet |
newInstance()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static StatisticalSerieDiscreteDataSet newInstance()
public int getSampleSize()
getSampleSize in interface StatisticalSerie<Integer>public List<Integer> getSampleValues()
getSampleValues in interface StatisticalSerie<Integer>public void loadSerie(List<? extends Number> values)
StatisticalSerie
loadSerie in interface StatisticalSerie<Integer>public void loadDataInSerie(Number value)
StatisticalSerie
loadDataInSerie in interface StatisticalSerie<Integer>public final int getFrequency(Integer value)
getFrequency in interface StatisticalSerie<Integer>public final double getRelativeFrequency(Integer value)
getRelativeFrequency in interface StatisticalSerie<Integer>public List<Integer> getValues()
getValues in interface StatisticalSerie<Integer>public final Integer getXAt(int index)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||