|
Biogeme: Python Library
2.5
|
Implementation of the pdf and CDF of common distributions. More...
Go to the source code of this file.
Functions | |
| def | distributions.normalpdf (x, mu=0.0, s=1.0) |
| Normal pdf. More... | |
| def | distributions.lognormalpdf (x, mu, s) |
| Log normal pdf. More... | |
| def | distributions.uniformpdf (x, a=-1, b=1.0) |
| Uniform pdf. More... | |
| def | distributions.triangularpdf (x, a=-1.0, b=1.0, c=0.0) |
| Triangular pdf. More... | |
| def | distributions.logisticcdf (x, mu=0.0, s=1.0) |
| Logistic CDF. More... | |
Implementation of the pdf and CDF of common distributions.
Definition in file distributions.py.