May 28th, 2003, 1:35 pm
Audetto, a joint normal or gaussian distribution also defined a multinormal or multivariate normal distribution could be expressed in different forms. Maybe Ifve found one of the easier: a usual random vector has a joint normal distribution if every linear polynomial of the random vector is itself normal, defining a n-dimensional joint normal distribution with mean vector mu and covariance matrix Sum as Nn (mu, Sum). If and only if Sum is definite, the PDF (probability density function) is: F(x) = exp[-1/2(x-mu)^t Sum^-1(x-mu)/ Sqrt (2 p)^n „ Sum„ Where „ Sum„ is the determinant of the covariance matrixNow your problem is expressing an n-dimensional numerical integral,Having a 2-dim. Integral we write this as:Int2d= int[xo,xf[inty0,yf]]f(x,y)dxdy = integral[xo,xf]g(x)dxAnd g(x)=int[yo,yf]f(x,y)Same rule could be applied to 3 D numerical integral and to n-dimensional defined integrals. Int nd=int[xo,xfc.f(x1,..xn)dx1cdxn=integral[xn0,xnf]f(x1)dx1This could be a possible solution, (although quite complicated) rgds,