|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.random.SampleSet
public final class SampleSet
| Method Summary | |
|---|---|
double |
doubleValue(int anInd)
|
Double |
get(int anInd)
|
double |
getCorrelation(SampleSet aSet)
|
double |
getCovariance(SampleSet aSet)
|
double |
getFirst()
|
double |
getLargest()
max(abs(value)) |
double |
getLast()
|
double |
getMaximum()
max(value) |
double |
getMean()
|
double |
getMedian()
|
double |
getMinimum()
min(value) |
double |
getSmallest()
min(abs(value)) |
double |
getStandardDeviation()
|
double |
getSumOfSquares()
"Sum of squares is a concept that permeates much of inferential statistics and descriptive statistics. |
double[] |
getValues()
|
double |
getVariance()
|
Iterator<Double> |
iterator()
|
static SampleSet |
make(RandomNumber aRndmNmbr,
int aSize)
|
void |
reset()
|
int |
size()
|
String |
toString()
|
static SampleSet |
wrap(Access1D<?> someSamples)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static SampleSet make(RandomNumber aRndmNmbr,
int aSize)
public static SampleSet wrap(Access1D<?> someSamples)
public double doubleValue(int anInd)
public Double get(int anInd)
public double getCorrelation(SampleSet aSet)
public double getCovariance(SampleSet aSet)
public double getFirst()
public double getLargest()
public double getLast()
public double getMaximum()
public double getMean()
public double getMedian()
public double getMinimum()
public double getSmallest()
public double getStandardDeviation()
public double getSumOfSquares()
"Sum of squares is a concept that permeates much of inferential statistics and descriptive statistics. More properly, it is "the sum of the squared deviations". Mathematically, it is an unscaled, or unadjusted measure of dispersion (also called variability). When scaled for the number of degrees of freedom, it estimates the variance, or spread of the observations about their mean value."
Wikipedia
public double[] getValues()
public double getVariance()
public final Iterator<Double> iterator()
public void reset()
public int size()
public String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||