I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
get GPL
COST (GBP)
this unit 0.12
sub units 0.10
+
0

PDF

Evaluates the logistic probability density function.
Controller: CodeCogs

Dependents

Info

Interface

C++

PDF

 
doublePDFdoublex )
This function evaluates the logistic probability density function.

There is an error with your graph parameters for PDF with options x=-10:10

Error Message:Function PDF failed. Ensure that: Invalid C++

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

xargument of the PDF

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.