Dew Math for .NET
|
Exponential probability density function (PDF).
Parameters |
Description |
double x |
Function domain, real positive value or zero. |
double Mu |
Defines distribution rate parameter. Mu must be a positive scalar. |
the exponent probability density function (PDF) for parameter Mu at the value x. Parameter Mu must be greater than zero, otherwise the result is NAN.
Calculates the exponential probability density function, defined by the equation:
The exponential distribution arises often in practice with conjunction with the study of Poisson processes. In a Poisson process discrete events are being observed over a continuous time interval. If we let W denote the time of the occurrence of the first event, then W has and exponential distribution.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|