How to use copula Distribution Parameter to Find Marginal Distributions?
조회 수: 10 (최근 30일)
이전 댓글 표시
I have 2 time sereis of Precipitation and Temperature. I made a two dimensional copula distribution of them and I have the Estimated Correlated Parameter between them. Which is like:
Rho =
1.0000 0.7220
0.7220 1.0000
Now I want to use this Estimated Parameter, to estimate 2 Marginal distributions. I have a new Precipitation and I want to estimate the marginal temperature based on the precipitation I have.
It is important to note that new percipitation and new marginal should follow the same distribution function as wqas used to calculate corrolation parameter.
댓글 수: 0
답변 (1개)
Jeff Miller
2018년 11월 19일
I don't really know the answer to this, but it might help you to know that what you are looking for is called a "conditional" rather than a "marginal" distribution of temperature (for a given value of precipitation). Here is a relevant link, unfortunately for R, but maybe you can find the analogous thing for MATLAB: Conditional probability with copulas
댓글 수: 2
Jeff Miller
2018년 11월 20일
Hmmm, if you are really just interested in the marginal distributions, then the correlation parameter given in your original question is irrelevant. Did the fitting program give you some parameter estimates for the marginal distributions? Those define the marginal distributions directly; the Rho parameter is only relevant in indicating the bivariate (correlation) structure of the two variables with those marginals.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!