PDF
Evaluates the logistic probability density function.
Controller:
CodeCogs
Dependents
Interface
#include <codecogs/statistics/distributions/continuous/logistic/pdf.h>
using namespace Stats::Dists::Continuous::Logistic;
| double | PDF (double x)
Evaluates the logistic probability density function. |
Use the following HTML code to embed the calculators within other websites:
PDF
This function evaluates the logistic probability density function.
Graph is not currently available
Example 1
#include <iostream>
#include <codecogs/stats/dists/continuous/logistic/pdf.h>
int main()
{
std::cout << "logistic PDF (5) = "<< Stats::Dists::Continuous::Logistic::PDF(5) << std::endl;
return 0;
}
Output:
logistic PDF (5) = 0.00664806
Parameters
Authors
- Lucian Bentea (September 2005)
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge