COST (GBP)

2.81

0
CDF inv
Evaluates the inverse of the log normal cumulative density function.
Controller:
CodeCogs
Dependents
Interface
#include <codecogs/statistics/distributions/continuous/lognormal/cdf_inv.h>
using namespace Stats::Dists::Continuous::LogNormal;
| double | CDF_inv (double p, double m, double s)[inline]
Evaluates the inverse of the log normal cumulative density function. |
These functions are available for Microsoft Excel (
Login to download):
| Real | cc_lognormalCDF_inv (Real p, Real m, Real s) |
Use the following HTML code to embed the calculators within other websites:
CDF Inv
This function evaluates the inverse of the log normal cumulative density function.

Example 1
#include <iostream>
#include <codecogs/stats/dists/continuous/lognormal/cdf_inv.h>
int main()
{
std::cout << "log normal CDF inverse (0.3, 2, 5) = ";
std::cout << Stats::Dists::Continuous::LogNormal::CDF_inv(0.3, 2, 5) << std::endl;
return 0;
}
Output:
log normal CDF inverse (0.3, 2, 5) = 0.536868
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