IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
NormalDistribution.h File Reference

Functions associated to normal distribution. More...

#include <IPSDKMath/IPSDKMathExports.h>
#include <IPSDKMath/Constants.h>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::math
 Namespace agregating IPSDK mathematical routines and classes.
 

Functions

IPSDKMATH_API ipReal64 ipsdk::math::normalDistribution (const ipReal64 x, const ipReal64 stdDev, const ipReal64 mean=0)
 function allowing to compute normal distribution value More...
 
IPSDKMATH_API ipReal64 ipsdk::math::normalDistributionFirstDerivative (const ipReal64 x, const ipReal64 stdDev, const ipReal64 mean=0)
 function allowing to compute first derivative value for normal distribution More...
 
IPSDKMATH_API ipReal64 ipsdk::math::normalDistributionSecondDerivative (const ipReal64 x, const ipReal64 stdDev, const ipReal64 mean=0)
 function allowing to compute second derivative value for normal distribution More...
 
IPSDKMATH_API ipReal64 ipsdk::math::cumulativeNormalDistribution (const ipReal64 x, const ipReal64 stdDev, const ipReal64 mean=0)
 function allowing to approximate cumulative distribution function value for normal distribution More...
 
ipReal64 ipsdk::math::normalDistributionCoverage (const ipReal64 dist, const ipReal64 stdDev, const ipReal64 mean=0)
 function allowing to approximate normal distribution ratio coverage of values at a given distance away from the mean More...
 

Detailed Description

Functions associated to normal distribution.

Author
E. Noirfalise
Date
2017/10/30
See also
https://en.wikipedia.org/wiki/Normal_distribution