Package jdistlib

Class LogitNormal

All Implemented Interfaces:
SupportedDistribution

public final class LogitNormal extends GenericDistribution implements SupportedDistribution
Logit-normal distribution on the open unit interval.
  • Constructor Details

    • LogitNormal

      public LogitNormal(double meanLogit, double standardDeviationLogit)
  • Method Details

    • density

      public static double density(double x, double mean, double standardDeviation, boolean log)
    • cumulative

      public static double cumulative(double x, double mean, double standardDeviation, boolean lowerTail, boolean logP)
    • quantile

      public static double quantile(double p, double mean, double standardDeviation, boolean lowerTail, boolean logP)
    • random

      public static double random(double mean, double standardDeviation, RandomEngine random)
    • density

      public double density(double x, boolean log)
      Specified by:
      density in class GenericDistribution
    • cumulative

      public double cumulative(double x, boolean lowerTail, boolean logP)
      Specified by:
      cumulative in class GenericDistribution
    • quantile

      public double quantile(double p, boolean lowerTail, boolean logP)
      Specified by:
      quantile in class GenericDistribution
    • random

      public double random()
      Specified by:
      random in class GenericDistribution
    • getLowerBound

      public double getLowerBound()
      Specified by:
      getLowerBound in interface SupportedDistribution
    • getUpperBound

      public double getUpperBound()
      Specified by:
      getUpperBound in interface SupportedDistribution