Java org.apache.commons.math.distribution GammaDistributionImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.distribution GammaDistributionImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.distribution GammaDistributionImpl.

The text is from its open source code.

Constructor

GammaDistributionImpl(double alpha, double beta)
Create a new gamma distribution with the given alpha and beta values.

Method

doublecumulativeProbability(double x)
For this distribution, X, this method returns P(X < x).
doubleinverseCumulativeProbability(final double p)
For this distribution, X, this method returns the critical point x, such that P(X < x) = p.