T - public class StandardDistributionNumericalPrediction<T extends java.lang.Number & java.lang.Comparable<T>> extends NaiveDiscreteNumericalPrediction<T>
ContinuousPrediction.Distribution| Modifier and Type | Field and Description |
|---|---|
protected double |
n |
normalized, storage| Constructor and Description |
|---|
StandardDistributionNumericalPrediction() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(T value,
double probability) |
protected void |
normalize() |
getAverage, getConfidence90, getConfidence95, getConfidence99, getMaximum, getMedian, getMinimumsetAverage, setConfidence90, setConfidence95, setConfidence99, toStringgetDistribution, setDistribution, setMaximum, setMedian, setMinimumgetExampleTrace, getJComponent, getPredictedValue, getTableCellRenderer, getToolTip, printPercentage, roundToSignificantFigures, setExampleTrace, setPredictedValuepublic StandardDistributionNumericalPrediction()
public void addEntry(T value, double probability)
addEntry in class NaiveDiscreteNumericalPrediction<T extends java.lang.Number & java.lang.Comparable<T>>NaiveDiscreteNumericalPrediction.addEntry(java.lang.Number,
double)protected void normalize()
normalize in class NaiveDiscreteNumericalPrediction<T extends java.lang.Number & java.lang.Comparable<T>>