Dear R family, I want to calculate the joint probability (distribution) of two random continuous variables X and Y. Could to please tell me how to do it?Thanks in advance.. elisa [[alternative HTML version deleted]]
Hello, You need to be much more specific. What do you know about the distributions of X and Y? And about their joint distribution? If you suspect the joint distribution to be a bivariate normal try package mvtnorm with mu <- c(mean(x), mean(y)) sigma <- cov(cbind(x, y)) You can also try kernel density estimates: library(sos) findFn('kde') Hope this helps, Rui Barradas Em 25-01-2013 18:13, eliza botto escreveu:> > Dear R family, > I want to calculate the joint probability (distribution) of two random continuous variables X and Y. > Could to please tell me how to do it?Thanks in advance.. > elisa > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example John Kane Kingston ON Canada> -----Original Message----- > From: eliza_botto at hotmail.com > Sent: Fri, 25 Jan 2013 18:13:55 +0000 > To: r-help at r-project.org > Subject: [R] joint probability distribution > > > Dear R family, > I want to calculate the joint probability (distribution) of two random > continuous variables X and Y. > Could to please tell me how to do it?Thanks in advance.. > elisa > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!