Package gaia.cu9.tools.parallax.PDF
Interface PDF
-
public interface PDF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getBestEstimation()
Calculate the best estimationdouble
getUnnormalizedProbabilityAt(double x)
Calculate the value of the PDF at point x
-
-
-
Method Detail
-
getUnnormalizedProbabilityAt
double getUnnormalizedProbabilityAt(double x)
Calculate the value of the PDF at point x- Parameters:
x
-- Returns:
- PDF(x)
-
getBestEstimation
double getBestEstimation()
Calculate the best estimation- Returns:
- best estimation value (e.g. mode of the probability distribution)
-
-