You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > ExpPDF Method > Probabilities.ExpPDF Method (double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.ExpPDF Method (double, double)

Exponential probability density function (PDF).

Syntax
C#
Visual Basic
public static double ExpPDF(double x, double Mu);
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!