Re: [R] Probabilistic aggregation

2012-05-15 Thread David L Carlson
g > Subject: Re: [R] Probabilistic aggregation > > On Mon, May 14, 2012 at 11:15:18PM -0700, davewiz wrote: > > Hello, I'm a new user to R and need some help coding a mathmatically > simple > > aggregation of normal distributions. I have three normal > distributions:

Re: [R] Probabilistic aggregation

2012-05-15 Thread Petr Savicky
On Mon, May 14, 2012 at 11:15:18PM -0700, davewiz wrote: > Hello, I'm a new user to R and need some help coding a mathmatically simple > aggregation of normal distributions. I have three normal distributions: > A ~ N(8.51, 4.24^2) > B ~ N(7.57, 3.62^2) > C ~ N(10.84, 6.59^2) > with correlation coef

[R] Probabilistic aggregation

2012-05-15 Thread davewiz
Hello, I'm a new user to R and need some help coding a mathmatically simple aggregation of normal distributions. I have three normal distributions: A ~ N(8.51, 4.24^2) B ~ N(7.57, 3.62^2) C ~ N(10.84, 6.59^2) with correlation coefficients of: rho(AB) = 0.710 rho(AC) = 0.263 rho(BC) = 0.503 and I wa