public interface PDF
Modifier and Type | Method | Description |
---|---|---|
double |
getBestEstimation() |
Calculate the best estimation
|
double |
getUnnormalizedProbabilityAt(double x) |
Calculate the value of the PDF at point x
|
double getUnnormalizedProbabilityAt(double x)
x
- double getBestEstimation()