(Wanted) Guru of Probability Model

  • Thread starter Thread starter Junyung Kim
  • Start date Start date
  • Tags Tags
    Model Probability
Junyung Kim
Messages
1
Reaction score
0

Homework Statement



See attachment. This is about Probability model question. I do not know how this equation is valid.

Homework Equations





The Attempt at a Solution

 

Attachments

  • ??.jpg
    ??.jpg
    8.1 KB · Views: 389
Physics news on Phys.org
The is a version of Bayes theorem.
For discrete events A, B

P(A and B) = P(A given B) P(B) = P(B and A) = P(B given A) P(A)

P(A given B) P(B) = P(B given A) P(A)

So P(B given A) = P(A given B) P(B) / P(A)

In you equation, "x" represents the the event that some random variable V takes the value x. The "A" represents some other event. It could involve continuous random variables. For example, it might stand for the event that another random variable W is greater than 2. The function "f(x|A) " is the conditional density function of V given that event A happens. So we can think of f(x|A) to be "the probability that V = x given event A".

On the right hand side, the P(A|x) is the probability of the even A given that V = x.
The "f(x)" is the probability that V = x.

The denominator is a way of writing P(A), the probability of A.
The discrete analog of this term comes from a rule such as:

If B,C,D are mutually exclusive events whose union is the entire space of possibilities then P(A) = P(A and B) + P(A and C) + P(A and D)
P(A) = P(A|B) P(B) + P(A|C) P(C) + P(A|D) P(D)

The analog for continuous random variables that the discrete events B,C,D must be replaced by the set of all possible values of V. Instead of a discrete sum we have an integral. P(A) = \int P(A|x) f(x)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top