#include "vpdl_distribution.h"#include <vpdl/vpdt/vpdt_access.h>#include <vcl_limits.h>#include <vcl_cassert.h>Go to the source code of this file.
Defines | |
| #define | vpdl_distribution_txx_ |
| #define | VPDL_DISTRIBUTION_INSTANTIATE(T, n) template class vpdl_distribution<T,n > |
| #define | VPDL_INVERSE_CDF_INSTANTIATE(T) template T vpdl_compute_inverse_cdf(const vpdl_distribution<T,1>& dist, double p) |
Functions | |
| template<class T > | |
| T | vpdl_compute_inverse_cdf (const vpdl_distribution< T, 1 > &, double) |
| Default implementation of numerical CDF inverse computation. | |
Definition in file vpdl_distribution.txx.
| #define VPDL_DISTRIBUTION_INSTANTIATE | ( | T, | |
| n | |||
| ) | template class vpdl_distribution<T,n > |
Definition at line 127 of file vpdl_distribution.txx.
| #define vpdl_distribution_txx_ |
Definition at line 3 of file vpdl_distribution.txx.
| #define VPDL_INVERSE_CDF_INSTANTIATE | ( | T | ) | template T vpdl_compute_inverse_cdf(const vpdl_distribution<T,1>& dist, double p) |
Definition at line 132 of file vpdl_distribution.txx.
| T vpdl_compute_inverse_cdf | ( | const vpdl_distribution< T, 1 > & | , |
| double | |||
| ) |
Default implementation of numerical CDF inverse computation.
This function is called by the virtual function inverse_cdf() by default in the univariate case.
Definition at line 17 of file vpdl_distribution.txx.
1.7.5.1