Definitions of Gaussians

Parameters of first Gaussian pdf

μ1 = {0, 0, 0} ; Σ1 = DiagonalMatrix[{1, 1, 1}] ;

Parameters of second Gaussian pdf

μ2 = {2, 2, 2} ; Σ2 = DiagonalMatrix[{2, 1, 4}] ;

Plot range

{xmin, xmax, ymin, ymax, zmin, zmax} = {-4, 4, -4, 4, -4, 4} ;


Created by Mathematica  (September 8, 2003)