You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > Probabilities.LogarithmicCDF Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.LogarithmicCDF Method

Logarithmic cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double LogarithmicCDF(int x, double p);
Parameters 
Description 
int x 
Function domain, positive integer. 
double p 
Distribution parameter, real value on open interval (0,1). 

the logarithmic probability density function (PDF) for value x using the parameter p.

Calculates the logarithmic distribution cumulative distribution function (CDF), defined by the following equation: 

 

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