Building on that, define a multivariate function on [X,Y] such that
f(x,y) is MVN(x0,y0) if x>x0 and y>y0)
and MVN(x0,y0) if x<x0 and y<y0
this will create two distinct "half MV normals" (actually quarter normals)
that will marginally be normal.
In general, you should be able to create a large number of bimodal bivariate distributions,
that marginally appear to be normal.
Ray
-------------------------------------------
Raymond Hoffmann
Professor
Medical College of Wisconsin
-------------------------------------------
Original Message:
Sent: 10-31-2012 11:49
From: Nagaraj Neerchal
Subject: Multivariate normality
-------------------------------------------
Nagaraj Neerchal
Professor and Chair
UMBC
-------------------------------------------
This falls under the "contrived example" category.
Let X ~ N(0,1). Define Y=X if abs(X) > M; and Y= - X if abs(X) <= M for a fixed positive number M.
Now, the components of the vector (Y,X) are normally distributed, but it fails to satisfy the definition of
MVN.