11 #ifndef CLPROBDIST_LOGNORMALDIST_H
12 #define CLPROBDIST_LOGNORMALDIST_H
23 #include "clProbDist/continuous.h"
cl_double clprobdistLognormalVariance(cl_double mu, cl_double sigma, clprobdistStatus *err)
Variance of the distribution [device].
cl_double clprobdistLognormalMean(cl_double mu, cl_double sigma, clprobdistStatus *err)
Mean of the distribution [device].
cl_double clprobdistLognormalMeanWithObject(const clprobdistLognormal *dist, clprobdistStatus *err)
Mean of the distribution [device].
cl_double clprobdistLognormalCDF(cl_double mu, cl_double sigma, cl_double x, clprobdistStatus *err)
Cumulative density function [device].
clprobdistStatus clprobdistLognormalDestroy(clprobdistLognormal *dist)
Destroy a distribution object.
cl_double clprobdistLognormalStdDeviation(cl_double mu, cl_double sigma, clprobdistStatus *err)
Standard deviation of the distribution [device].
Library definitions common to all probability distributions.
cl_double clprobdistLognormalDensity(cl_double mu, cl_double sigma, cl_double x, clprobdistStatus *err)
Probability density function [device].
cl_double clprobdistLognormalStdDeviationWithObject(const clprobdistLognormal *dist, clprobdistStatus *err)
Standard deviation of the distribution [device].
cl_double clprobdistLognormalComplCDFWithObject(const clprobdistLognormal *dist, cl_double x, clprobdistStatus *err)
Complementary CDF or reliability function [device].
cl_double clprobdistLognormalInverseCDFWithObject(const clprobdistLognormal *dist, cl_double u, clprobdistStatus *err)
Inverse cumulative density function [device].
cl_double clprobdistLognormalInverseCDF(cl_double mu, cl_double sigma, cl_double u, clprobdistStatus *err)
Inverse cumulative density function [device].
clprobdistLognormal * clprobdistLognormalCreate(cl_double mu, cl_double sigma, size_t *bufSize, clprobdistStatus *err)
Create a distribution object.
cl_double clprobdistLognormalGetMu(const clprobdistLognormal *dist, clprobdistStatus *err)
Return the scale parameter.
cl_double clprobdistLognormalDensityWithObject(const clprobdistLognormal *dist, cl_double x, clprobdistStatus *err)
Probability density function [device].
struct _clprobdistlLognormal clprobdistLognormal
Lognormal distribution object [device].
Definition: lognormal.clh:52
cl_double clprobdistLognormalGetSigma(const clprobdistLognormal *dist, clprobdistStatus *err)
Return the shape parameter.
cl_double clprobdistLognormalVarianceWithObject(const clprobdistLognormal *dist, clprobdistStatus *err)
Variance of the distribution [device].
cl_double clprobdistLognormalComplCDF(cl_double mu, cl_double sigma, cl_double x, clprobdistStatus *err)
Complementary CDF or reliability function [device].
cl_double clprobdistLognormalCDFWithObject(const clprobdistLognormal *dist, cl_double x, clprobdistStatus *err)
Cumulative density function [device].