Summary
Fermi-Dirac probability density function (PDF).
Unit
Probabilities
Declaration
Function FermiDiracPDF(x: TSample; mu, s: TSample): TSample;
Description
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:
Categories
Continuous probabilities
Declaration
Procedure FermiDiracPDF(X: TDenseMtxVec; Mu, S: TSample; Res: TDenseMtxVec);
Description
Calculates the Fermi-Dirac PDF for vector X using the parameters A and B. The results are stored in vector Res. The Res Length and Complex properties are adjusted automatically. If vector X is complex, an exception is raised.
| Copyright 2008 Dew Research |
http://www.dewresearch.com