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

Exponential cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double ExpCDF(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 exponential cumulative distribution function (CDF) for parameter Mu at the value X. Parameter Mu must be greater than zero, otherwise the result is NAN.

The exponential cumulative distribution function s defined by the following equation: 

 

The result of ExpCDF is the probability that a single observation from an exponential distribution will fall in the interval [0,x].

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!