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

Maxwell probability density function (PDF).

Syntax
C#
Visual Basic
public static double MaxwellPDF(double x, double a);
Parameters 
Description 
double x 
Function domain, zero or positive real value. 
double a 
Distribution parameter, positive real value. 

the Maxwell probability density function (PDF) for value x using the parameter a. Parameter a must be positive and value x >= 0 , otherwise the result is NAN.

The Maxwell 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!