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

Fermi-Dirac probability density function (PDF).

Syntax
C#
Visual Basic
public static double FermiDiracPDF(double x, double Mu, double s);
Parameters 
Description 
double x 
Function domain, real value. 
double Mu 
Location parameter, real value. 
double s 
Shape parameter, real positive value. 

Fermi-Dirac probability density function (PDF).

Calculates the Fermi-Dirac PDF for x using the parameters Mu and s. The distribution arises in the study of half-integer spin particles in physics. Half-integer spin particles are described by Fermi-Dirac statistics and are called FERMIONS. Fermi-Dirac PDF is defined by the following equation: 

 

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