Skip to content

Cdf for student -t copula #76

@devosse1

Description

@devosse1

I wanted to do
joint = tc.cdf([x,y,z])
Can you help me with this ?

File ~/.conda/envs/gpp_copula_env/lib/python3.10/site-packages/copulae/stats/_multivariate_t.py:50, in multivariate_t.cdf(cls, x, mean, cov, df)
16 @classmethod
17 def cdf(cls, x: Numeric, mean: Numeric = None, cov: Numeric = 1, df: float = None):
18 # TODO implement CDF
(...)
48 #
49 # return int_vals
---> 50 raise NotImplementedError

NotImplementedError:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions