![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Functions associated to normal distribution. More...
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... | |
Functions associated to normal distribution.
1.8.14