I have a list of 100,000 simulated numbers of T in R (min: 1.5, max 88.8) and I want to calculate the probability of T being between 10 and 50.
I sumulated 100,000 numbers of T, where T is t(y) %*% M %*% y
where M
is a 8x8 matrix of constant values and y is a 8x1 matrix. The element in the i
-th row if y, is equal to: a_i + b_i
where a is a vector of constants and b is a vector whose elements follow a normal (0,sd=2)
distribution (each element is a different simulated number of N(0,2)
)