Interface PDF
public interface PDF
-
Method Summary
Modifier and TypeMethodDescriptiondoubleCalculate the best estimationdoublegetUnnormalizedProbabilityAt(double x) Calculate the value of the PDF at point x
-
Method Details
-
getUnnormalizedProbabilityAt
double getUnnormalizedProbabilityAt(double x) Calculate the value of the PDF at point x- Parameters:
x- x- Returns:
- PDF(x)
-
getBestEstimation
double getBestEstimation()Calculate the best estimation- Returns:
- best estimation value (e.g. mode of the probability distribution)
-