Class Exponential

Exponential distribution: A continuous probability distribution that describes the time between events in a Poisson process, with constant rate λ.

Constructors

Properties

Methods

Constructors

Properties

lambda: number

The rate parameter.

mean: number

The mean of the distribution.

stdev: number

The standard deviation of the distribution.

variance: number

The variance of the distribution.

Methods

  • Get the probability that the distance to an event is less than or equal to x.

    Parameters

    • x: number

      A value. (x≥0)

    Returns number

    Return P(X≤x).