inv_cdf_f Class Reference

List of all members.

Public Member Functions

 inv_cdf_f (const continuous_distribution &d, double p)
double operator() (double x)


Detailed Description

Inverse CDF function functor. This functor is used by a root finding routine to find inverse CDF values for an arbitrary distribution.

Constructor & Destructor Documentation

inv_cdf_f::inv_cdf_f ( const continuous_distribution d,
double  p 
) [inline]

Create a functor with the given distribution and probability.

Parameters:
d the target distribution.
p the target probability.


Member Function Documentation

double inv_cdf_f::operator() ( double  x  )  [inline]

Evaluate this functor at the given evaluation point.

Parameters:
x the evaluation point.
Returns:
the value of this functor at x.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 22:22:15 2007 for numerics4c++ by  doxygen 1.5.3