KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
kjb::Log_normal_distribution Class Reference

Log-normal distribution. More...

#include <prob_distribution.h>

Public Member Functions

 Log_normal_distribution ()
 
 Log_normal_distribution (double mu, double sigma)
 

Friends

double pdf (const Log_normal_distribution &, double)
 Computes the PDF of a log-normal distribution at x. More...
 
double cdf (const Log_normal_distribution &, double)
 Computes the cdf of a log-normal distribution at x. More...
 
double sample (const Log_normal_distribution &)
 

Detailed Description

Log-normal distribution.

Constructor & Destructor Documentation

kjb::Log_normal_distribution::Log_normal_distribution ( )
inline
kjb::Log_normal_distribution::Log_normal_distribution ( double  mu,
double  sigma 
)
inline

Friends And Related Function Documentation

double cdf ( const Log_normal_distribution dist,
double  x 
)
friend

Computes the cdf of a log-normal distribution at x.

double pdf ( const Log_normal_distribution dist,
double  x 
)
friend

Computes the PDF of a log-normal distribution at x.

double sample ( const Log_normal_distribution dist)
friend

The documentation for this class was generated from the following file: