How to use copula Distribution Parameter to Find Marginal Distributions?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Jeff Miller
el 19 de Nov. de 2018
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 comentarios
Jeff Miller
el 20 de Nov. de 2018
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.
Ver también
Categorías
Más información sobre Copula Distributions and Correlated Samples en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!