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

Log-normal probability densify function (PDF).

Syntax
C#
Visual Basic
public static double LogNormalPDF(double x, double Mu, double sigma);
Parameters 
Description 
double x 
Function domain, positive real value or zero. 
double Mu 
Distribution location parameter, real value. 
double sigma 
Distribution scale parameter, real positive value. 

the log-normal probability density function (PDF) for value x using the parameters Mu (mean value) and sigma (standard deviation). Sigma must be positive value, otherwise the result is NAN.

Log-normal probability density function is defined by the following equation: 

 

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