BCESolve
vToTheAlpha Class Reference

CDF is of the form $F(v0,v1)=v_0^{\alpha_0}v_1^{\alpha_1}$. More...

#include <bcedistr.hpp>

Inheritance diagram for vToTheAlpha:
Collaboration diagram for vToTheAlpha:

Public Member Functions

 vToTheAlpha (double a0, double a1)
 
 vToTheAlpha (double a)
 
double CDF (double v0, double v1) const
 The joint CDF of the distribution. More...
 
- Public Member Functions inherited from BCEDistr
virtual double CDF (double v0, double v1) const =0
 The joint CDF of the distribution. More...
 
double PDF (double v0, double incr0, double v1, double incr1) const
 Discretized PDF for the BCEDistr. More...
 
double PDF (double v0, double v1, double incr) const
 Discretized PDF for the BCEDistr. More...
 
virtual ~BCEDistr ()
 Virtual destructor.
 

Private Attributes

double alpha0
 
double alpha1
 

Detailed Description

CDF is of the form $F(v0,v1)=v_0^{\alpha_0}v_1^{\alpha_1}$.

Examples
fpagame.hpp, fpaknown.cpp, and fpaunknown.hpp.

Member Function Documentation

◆ CDF()

double vToTheAlpha::CDF ( double  v0,
double  v1 
) const
inlinevirtual

The joint CDF of the distribution.

Implements BCEDistr.


The documentation for this class was generated from the following file: