QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <chisquaredistribution.hpp>
Public Member Functions | |
NonCentralCumulativeChiSquareDistribution (Real df, Real ncp) | |
Real | operator() (Real x) const |
Private Attributes | |
Real | df_ |
Real | ncp_ |
Definition at line 41 of file chisquaredistribution.hpp.
NonCentralCumulativeChiSquareDistribution | ( | Real | df, |
Real | ncp | ||
) |
Definition at line 43 of file chisquaredistribution.hpp.
Definition at line 33 of file chisquaredistribution.cpp.
|
private |
Definition at line 47 of file chisquaredistribution.hpp.
|
private |
Definition at line 47 of file chisquaredistribution.hpp.