MIRA
Namespaces | Functions
NormCDF.h File Reference

Functions for computing the Normal cumulative distribution function. More...

#include <boost/math/special_functions/erf.hpp>
#include <math/Math.h>
Include dependency graph for NormCDF.h:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

float normcdf (float x, float mu=0.0, float sigma=1.0)
 Computes the normal cumulative distribution function at the value x using the specified mean mu and standard deviation sigma. More...
 

Detailed Description

Functions for computing the Normal cumulative distribution function.

Author
Erik Einhorn
Date
2010/12/10