Associate
- Joined
- 10 Jul 2006
- Posts
- 2,423
Is this correct:
Code:
f(x, y) = (1 / ( sqrt(2 * Pi) * sigma_x * sigma_y ) ) * exp ( - ( (x-mu_x)^2 / 2sigma_x^2 ) + ( (y-mu_y)^2 / 2sigma_y^2 ) )