-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
Labels
No labels