T - public abstract class SeededNumericalPrediction<T extends java.lang.Number> extends NumericalPrediction<T>
ContinuousPrediction.Distribution| Constructor and Description |
|---|
SeededNumericalPrediction() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addEntry(T value,
double probability) |
getAverage, getConfidence90, getConfidence95, getConfidence99, setAverage, setConfidence90, setConfidence95, setConfidence99, toStringgetDistribution, getMaximum, getMedian, getMinimum, setDistribution, setMaximum, setMedian, setMinimumgetExampleTrace, getJComponent, getPredictedValue, getTableCellRenderer, getToolTip, printPercentage, roundToSignificantFigures, setExampleTrace, setPredictedValuepublic abstract void addEntry(T value, double probability)
value - probability -