|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.intamap.generators.ValuesGenerator
public class ValuesGenerator
Generates values for statistic predictions or realisations from an interpolate response.
| Constructor Summary | |
|---|---|
ValuesGenerator()
|
|
| Method Summary | |
|---|---|
static double[] |
getMeanValues(InterpolateResponse response)
Generates an array of mean values from an interpolate response. |
static double[] |
getProbabilityGreaterThanValues(InterpolateResponse response,
double value)
Generates an array of probability greater than values for a given value from the predicted values. |
static double[] |
getQuantileValues(InterpolateResponse response,
double level)
Generates an array of quantile values for a given level from the predicted values. |
static ArrayList<double[]> |
getRealisations(InterpolateResponse response)
Generates an array of realisations from an interpolate response. |
static double[] |
getVarianceValues(InterpolateResponse response)
Generates an array of variance values from the predicted values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValuesGenerator()
| Method Detail |
|---|
public static double[] getMeanValues(InterpolateResponse response)
response - the interpolate response to get values from
null if no mean values were predicted
public static double[] getProbabilityGreaterThanValues(InterpolateResponse response,
double value)
response - the interpolate response to get values fromvalue - the greater than value
null if no probability greater than values were predicted for the given value
public static double[] getQuantileValues(InterpolateResponse response,
double level)
response - the interpolate response to get values fromlevel - the level
null if no quantile values were predicted for the given levelpublic static ArrayList<double[]> getRealisations(InterpolateResponse response)
response - the interpolate response to get realisations from
null if no realisations were predictedpublic static double[] getVarianceValues(InterpolateResponse response)
response - the interpolate response to get values from
null if no variance values were predicted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||