STK++ 1.0
STK_Funct_normal_raw.cpp File Reference

In this file we implement the normal functions using the cephes Math Library. More...

#include <cmath>
#include "../../STKernel/include/STK_Integer.h"
#include "../../STKernel/include/STK_Real.h"
#include "../../STKernel/include/STK_Misc.h"
#include "../include/STK_Const_Math.h"
#include "../include/STK_Funct_raw.h"
Include dependency graph for STK_Funct_normal_raw.cpp:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


namespace  STK::Funct
 

The namespace Funct enclose all usual and special functions.


Functions

Real STK::Funct::normal_pdf_raw (Real const &x)
 compute the probability distribution function of the normal density
Real STK::Funct::normal_cdf_raw (Real const &x)
 Compute the cumulative distribution function of the normal density.

Detailed Description

In this file we implement the normal functions using the cephes Math Library.

Definition in file STK_Funct_normal_raw.cpp.