Interface PDF


  • public interface PDF
    • 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)