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

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

Introduction

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

The text is from its open source code.

Constructor

ExponentialDistributionImpl(double mean)
Create a exponential distribution with the given mean.

Method

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