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

Logarithmic probability densify function (PDF).

Syntax
C#
Visual Basic
public static double LogarithmicPDF(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 probability density function (PDF), defined by the following equation: 

 

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