SG++-Doxygen-Documentation
sgpp::base::StdNormalDistribution Class Reference

This provides an implementation of the standradized normal distribution. More...

#include <StdNormalDistribution.hpp>

Public Member Functions

double getCumulativeDensity (const double x)
 Calculates the Cumulative Density values of the standard normal distribution (expected values = 0.0, standard deviation = 1.0) More...
 
double getDensity (const double x)
 
double getDensity (const double x, const double mu, const double sigma)
 
double getNormedDensity (const double x, const double mu, const double sigma)
 
 StdNormalDistribution ()
 Std-Constructor. More...
 
 ~StdNormalDistribution ()
 Std-Destructor. More...
 

Detailed Description

This provides an implementation of the standradized normal distribution.

Also a density function for the normal distribution is provided!

Constructor & Destructor Documentation

◆ StdNormalDistribution()

sgpp::base::StdNormalDistribution::StdNormalDistribution ( )

Std-Constructor.

◆ ~StdNormalDistribution()

sgpp::base::StdNormalDistribution::~StdNormalDistribution ( )

Std-Destructor.

Member Function Documentation

◆ getCumulativeDensity()

double sgpp::base::StdNormalDistribution::getCumulativeDensity ( const double  x)

Calculates the Cumulative Density values of the standard normal distribution (expected values = 0.0, standard deviation = 1.0)

taken from http://www.richelbilderbeek.nl/CppGetCumulativeDensityNormal.htm

Parameters
xthe value for which the cumulative density value should be calculated

◆ getDensity() [1/2]

double sgpp::base::StdNormalDistribution::getDensity ( const double  x)

◆ getDensity() [2/2]

double sgpp::base::StdNormalDistribution::getDensity ( const double  x,
const double  mu,
const double  sigma 
)

◆ getNormedDensity()

double sgpp::base::StdNormalDistribution::getNormedDensity ( const double  x,
const double  mu,
const double  sigma 
)

References python.datasetAnalysis::mean, and mu.


The documentation for this class was generated from the following files: