Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thanks koupparis
but are they iid ? we have
B1 ~ N (0 , 1)
B2 ~ N (0 , 2)
B3 ~ N (0 , 3)
!!
first I tried the integral method by conditioning on ... but it gets nasty by having the CDF of normal distribution as the integrand of a double integral. so we need approximation and ...They are not identically distributed Tsotne. I think this is more of a number/theoretical exercise than a real application. This is just a simple integral that needs to be computed.
They are not identically distributed Tsotne. I think this is more of a number/theoretical exercise than a real application. This is just a simple integral that needs to be computed.
first I tried the integral method by conditioning on ... but it gets nasty by having the CDF of normal distribution as the integrand of a double integral. so we need approximation and ...
I think I have to compute this integralDo you have trouble in computing the double integral or need some kind of approximation algorithms?
P(B3<B2 | B2>B1, B1>B3) =1 since you already know that condition already B3<B1<B2.
So if you write P(B3<B2) * P(B2>B1, B1>B3) which is your outcome in line 3 of code, that's gonna break since the assumption is false. So you are not gonna get any frictional number in the probability. N(0) = 0.2667 is not reachable from the first part of the statement. Not sure though...![]()
I dont know about the method!!!BTW, why not using MC integral evaluation method for approximation purpose since you have integral to evaluate on unbounded scale?!
why N(0) = 0.2667?? it is 0.5
BTW, Im currently programming the MC integration in C++/C#. Made quite a big code and seems hard to maintain. Ill do the checking tomorrow and I'll upload it here if needed since that'll give much flexibility in numerical integration over multiple dimensions.I dont know about the method!!!![]()