Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I specify the marginal distribution as one type of distribution and the copula as another type of distribution when estimating parameters? #8

Open
piper0124 opened this issue Apr 14, 2023 · 2 comments

Comments

@piper0124
Copy link

Can I specify the marginal distribution as one type of distribution and the copula as another type of distribution when estimating parameters?(For example, in binary distribution, two variables are designated as normal distribution, and copula is designated as student t distribution)

@maximenc
Copy link
Owner

Hi @piper0124,

The Canonical Maximum Likelihood Estimation (CMLE) estimates the copula parameters without requiring the specification of the marginals (during the estimation, the marginals are replaced by scaled ranks).

For the Maximum Likelihood Estimation (MLE) (If the parameters of the marginals are known or not). The Likelihood function is derived from the joint PDF:

$$ h(x,y) = c \left( F_X(x), F_Y(y) \right) f_X(x) f_Y(y) $$

where here we would need $f_X(x)$ and $f_Y(y)$ the PDF of the marginals.

In your case, you can estimate the Student t copula using the CMLE estimation without the need to specify the marginals. The development of the MLE is still in progress but is coming soon.

I hope this helps.

M.

@PavelRechkalov
Copy link

Greetings @maximenc , sir

Is there any update regarding "MLE is still in progress but is coming soon"?

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants