Evaluates the inverse of the log normal cumulative density function.

You're viewing an older version of this page (#413). View the current version.

View versions (2)

Interface

#include <codecogs/statistics/distributions/continuous/lognormal/cdf_inv.h>

using namespace Statistics::Distributions::Continuous::Lognormal;

This function evaluates the inverse of the log normal cumulative density function.

1/lognormal_cdf_inv-378.png

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
GPL Licence — free for non commercial use. See Licence details.

Interactive Calculator

p
m
s
Result