StudentT
(-1, 1)).
ddof: Fitted degrees of freedom (in [2, 50]).
See Also:
Elliptical copulas (Gaussian, Student-t) are symmetric and do not require
rotation variants.
Method generated by attrs for class StudentT.
Ancestors
systematica.models.arbitrage_index.base.BaseCopulaabc.ABC
Instance variables
-
lower_tail_dependence: float: Theoretical lower tail dependence coefficient. -
upper_tail_dependence: float: Theoretical upper tail dependence coefficient. -
ddof: float: Degree of freedom. If set toauto, applies best fitted degree of freedom. Defaults toauto. -
ddof_: float: Best fitted degree of freedom applied to the copula model.
Methods
set_ddof
Raises:
density
Returns:
cumulative_density
Returns:
arbitrage
Returns:
partial_derivative
Returns:
Raises:
score
u and v are bivariate inputs (u, v) where each row represents a
bivariate observation. Both u and v must be in the interval [0, 1],
having been transformed to uniform marginals.
Returns:
Raises:

