Clayton copula.
More...
|
def | __init__ (self, rotation=0) |
|
def | __init__ (self, rotation=0) |
| Init copula. More...
|
|
def | cdf (self, u, v, theta) |
| Evaluate the copula's CDF function. More...
|
|
def | pdf (self, u, v, theta) |
| Public facing PDF function. More...
|
|
def | h (self, u, v, theta) |
|
def | hinv (self, u, v, theta) |
|
def | fitMLE (self, u, v, theta0, kwargs) |
| Maximum likelyhood copula fit. More...
|
|
def | sample (self, n=1000, mytheta) |
| Draw N samples from the copula. More...
|
|
def | setRotation (self, rotation=0) |
| Set the copula's orientation: Allows for modeling negative dependence with the frank, gumbel, and clayton copulas (Archimedean Copula family is non-symmetric) More...
|
|
def | kTau (self, rotation=0, theta) |
| Public facing kendall's tau function.
|
|
|
| thetaBounds |
|
| theta0 |
|
| rotation |
|
| name |
|
| rotation |
|
| fittedParams |
|
|
def | _pdf (self, u, v, rotation=0, theta) |
| Probability density function for frank bivariate copula.
|
|
def | _cdf (self, u, v, rotation=0, theta) |
|
def | _h (self, v, u, rotation=0, theta) |
|
def | _hinv (self, v, u, rotation=0, theta) |
|
def | _gen (self, t, theta) |
|
def | _kTau (self, rotation=0, theta) |
|
Clayton copula.
Single parameter model.
§ _h()
def starvine.bvcopula.copula.clayton_copula.ClaytonCopula._h |
( |
|
self, |
|
|
|
v, |
|
|
|
u, |
|
|
|
rotation = 0 , |
|
|
|
theta |
|
) |
| |
|
private |
TODO: CHECK UU and VV ordering!
§ _hinv()
def starvine.bvcopula.copula.clayton_copula.ClaytonCopula._hinv |
( |
|
self, |
|
|
|
v, |
|
|
|
u, |
|
|
|
rotation = 0 , |
|
|
|
theta |
|
) |
| |
|
private |
TODO: CHECK UU and VV ordering!
The documentation for this class was generated from the following file:
- starvine/bvcopula/copula/clayton_copula.py