WebCab Probability and Statistics Web Services for .NET v3.3 Demo

LogNormalProbabilityDistribution.DensityFunction Method 

Calculates the Lognormal probability density function in a given point of the real line.

public double DensityFunction(
   double evaluationPoint
);

Parameters

evaluationPoint
The point at which the lognormal probability density function is evaluated.

See Also

LogNormalProbabilityDistribution Class | ProbabilityDistributions Namespace