Class R1NonCentralSankaran


public class R1NonCentralSankaran
extends R1NonCentralWilsonHaferty
R1NonCentralSankaran implements the Sankaran (1959, 1963) Wilson-Haferty Approximation for the R1 Non-central Chi-Square Distribution. The References are:

  • Johnson, N. L., S. Kotz, and N. Balakrishnan (1995): Continuous Univariate Distributions 2nd Edition John Wiley and Sons
  • Muirhead, R. (2005): Aspects of Multivariate Statistical Theory 2nd Edition Wiley
  • Non-central Chi-Squared Distribution (2019): Chi-Squared Function https://en.wikipedia.org/wiki/Noncentral_chi-squared_distribution
  • Sankaran, M. (1963): Approximations to the Non-Central Chi-Square Distribution Biometrika 50 (1-2) 199-204
  • Young, D. S. (2010): tolerance: An R Package for Estimating Tolerance Intervals Journal of Statistical Software 36 (5) 1-39


Author:
Lakshmi Krishnamurthy
  • Method Details

    • Standard

      public static final R1NonCentralSankaran Standard​(int degreesOfFreedom, double nonCentralityParameter)
      Construct a Standard Instance of R1NonCentralSankaran
      Parameters:
      degreesOfFreedom - Degrees of Freedom
      nonCentralityParameter - Non-centrality Parameter
      Returns:
      Standard Instance of R1NonCentralSankaran
    • h

      public double h()
      Retrieve the Sankaran "h" Parameter
      Returns:
      Sankaran "h" Parameter
    • p

      public double p()
      Retrieve the Sankaran "p" Parameter
      Returns:
      Sankaran "p" Parameter
    • m

      public double m()
      Retrieve the Sankaran "m" Parameter
      Returns:
      Sankaran "m" Parameter
    • transform

      public double transform​(double x)
      Description copied from class: R1WilsonHilferty
      Transform x into the Wilson-Hilferty Variate
      Specified by:
      transform in class R1WilsonHilferty
      Parameters:
      x - X
      Returns:
      The Wilson-Hilferty Variate
    • inverseTransform

      public double inverseTransform​(double wilsonHilferty)
      Description copied from class: R1WilsonHilferty
      Transform the Wilson-Hilferty Variate into x
      Specified by:
      inverseTransform in class R1WilsonHilferty
      Parameters:
      wilsonHilferty - The Wilson-Hilferty Variate
      Returns:
      The Wilson-Hilferty Variate transformed back to x