PROBLEM FORMULATION AND ASSUMPTIONS
======================================
Let X and Y be two dependent random variables that are not necessarily Gaussian.
mX and mY are their true means which are unknown.
Given two populations of samples drawn from X and Y, denoted Sx and Sy, we calculate two (1 - a = 95%) confidence intervals instances of mX and mY, denoted respectively:
IC(Sx)=[Lx, Ux] and IC(Sy)=[Ly, Uy].
Let m(Sx) and m(Sy) the approximated means of X and Y obtained by averaging over the sets Sx and Sy respectively.
Let M(Sx, Sy) = (m(Sx), m(Sy)) be a point of the plan (X,Y) - (the point defined by the samples' means)
Let m(X, Y) = (mX, mY) be a point of the plan (X, Y) - (the point defined by the true means)
Let R(Sx, Sy) be a rectangular area defined as follows:
R = {(a, b) in IR², Lx < a < Ux and Ly < b < Uy}.
EXAMPLES OF X and Y
==================
X = the service level (the customer demands are random)
Y = the stochastic lead time for example.
QUESTIONS
==========
How to calculate the probability of having m(X, Y) inside the area R? (i do not know if this question is meaningful or no). That is what i call "a confidence rectangular region".
MY TRIAL
=======
-1-
It is clear that if X and Y were independent and normal, than the confidence level related to R(X,Y) would be 1 - A = P(M in R(X,Y)) = (1 - a)² = 95% x 95% = 90.25%.
-2-
If X and Y are dependent and are still Gaussian, the Bonferroni inequality implies:
Proba(m(X,Y) in R) = 1 - 2a = 1 - 2x5% = 90%.
Recall that, Bonferroni inequality ensures that:
Proba(e1 AND ... AND em) >= 1 - m.a
where Proba(ei) = 1 - a, and that "ei" are not necessarily independent events.
I hope it is clear.
Thank you in advance.