Class Landau

java.lang.Object
rocks.palaiologos.maja.Landau

class Landau extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    chisquareQuantile(double p, double ndf)
    Evaluate the quantiles of the chi-squared probability distribution function.
    static double
    landau(double x, double mpv, double sigma, boolean norm)
     
    static double
    landauI(double x)
     
    static double
    normQuantile(double p)
    Computes quantiles for standard normal distribution N(0, 1) at probability p.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Landau

      Landau()
  • Method Details

    • landau

      public static double landau(double x, double mpv, double sigma, boolean norm)
    • landauI

      public static double landauI(double x)
    • normQuantile

      public static double normQuantile(double p)
      Computes quantiles for standard normal distribution N(0, 1) at probability p. Adapted from ALGORITHM AS241 APPL. STATIST. (1988) VOL. 37, NO. 3, 477-484.
    • chisquareQuantile

      public static double chisquareQuantile(double p, double ndf)
      Evaluate the quantiles of the chi-squared probability distribution function. Adapted from algorithm AS 91 Appl. Statist. (1975) Vol.24, P.35 implemented by Anna Kreshuk. Incorporates the suggested changes in AS R85 (vol.40(1), pp.233-5, 1991)