QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <chisquaredistribution.hpp>
Public Member Functions | |
CumulativeChiSquareDistribution (Real df) | |
Real | operator() (Real x) const |
Private Attributes | |
Real | df_ |
Definition at line 33 of file chisquaredistribution.hpp.
|
explicit |
Definition at line 35 of file chisquaredistribution.hpp.
Definition at line 29 of file chisquaredistribution.cpp.
|
private |
Definition at line 38 of file chisquaredistribution.hpp.