How can i generate a variable that is correlated with one variable and uncorrelated with another variable?
Afficher commentaires plus anciens
I have the following random numbers:
e~N(0,1) and x~N(0,v), where v is variance of x. Here e and x are correlated. I want to generate another variable say y that satisfy the following conditions:
Correlation between y and e [E(y,e)] equal to zero and the correlation between y and x [E(y,x)] is not equal to zero.
Please help me out with this.
Thanks,
Réponses (0)
Catégories
En savoir plus sur Random Number Generation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!