COST (GBP)

0.62

0
CDF inv
Evaluates the inverse of the logistic cumulative density function.
Controller:
CodeCogs
Interface
#include <codecogs/statistics/distributions/continuous/logistic/cdf_inv.h>
using namespace Stats::Dists::Continuous::Logistic;
| double | CDF_inv (double x)[inline]
Evaluates the inverse of the logistic cumulative density function. |
These functions are available for Microsoft Excel (
Login to download):
| Real | cc_logisticCDF_inv (Real x) |
Use the following HTML code to embed the calculators within other websites:
| Name | HTML Code |
|---|
CDF_inv
Evaluates the inverse of the logistic cumulative density function. | |
CDF Inv
This function evaluates the inverse of the logistic cumulative density function.
There is an error with your graph parameters for
CDF_inv with options
x=0:1Error Message:Function CDF_inv failed. Ensure that: --2147483648.0000000000
Example 1
#include <iostream>
#include <codecogs/stats/dists/continuous/logistic/cdf_inv.h>
int main()
{
std::cout <<"logistic CDF inverse (0.993307) = ";
std::cout << Stats::Dists::Continuous::Logistic::CDF_inv(0.993307) << std::endl;
return 0;
}
Output:
logistic CDF inverse (0.993307) = 4.999999
Parameters
| x | The cumulative CDF to invert |
Authors
- Lucian Bentea (September 2005)
Source Code
Source code is available when you buy a Commercial licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge