24#ifndef quantlib_one_factor_student_copula_hpp
25#define quantlib_one_factor_student_copula_hpp
57 Real maximum = 10,
Size integrationSteps = 200);
113 Size integrationSteps = 200);
166 Size integrationSteps = 200);
Cumulative normal distribution function.
Cumulative Student t-distribution.
Shared handle to an observable.
Normal distribution function.
Abstract base class for one-factor copula models.
Real correlation() const
Single correlation parameter.
One-factor Gaussian-Student t-Copula.
void performCalculations() const override
Observer interface.
Real cumulativeYintegral(Real y) const
NormalDistribution density_
Real density(Real m) const override
Density function of M.
Real cumulativeZ(Real z) const override
Cumulative distribution of Z.
CumulativeStudentDistribution cumulative_
One-factor Double Student t-Copula.
void performCalculations() const override
Observer interface.
Real cumulativeYintegral(Real y) const
StudentDistribution density_
Real density(Real m) const override
Density function of M.
Real cumulativeZ(Real z) const override
Cumulative distribution of Z.
CumulativeStudentDistribution cumulative_
One-factor Student t - Gaussian Copula.
void performCalculations() const override
Observer interface.
Real cumulativeYintegral(Real y) const
CumulativeNormalDistribution cumulative_
StudentDistribution density_
Real density(Real m) const override
Density function of M.
Real cumulativeZ(Real z) const override
Cumulative distribution of Z.
std::size_t Size
size of a container
normal, cumulative and inverse cumulative distributions
One-factor copula base class.
Student's t-distribution.