@Ox educ.I cant help but notice that the examples given on the graph are similar to the normal,exponential and uniform probability distribution graphs respectively.
@camerongridley90654 жыл бұрын
Really helpful, this clarified a lot for me. Thanks!
@lemyul5 жыл бұрын
Do I need a background in Mathematical Statistics to understand this whole playlist? If yes, then which part of Math. Stat. should I focus on? Thanks
@ryanjackson0x2 жыл бұрын
I would say basic probability theory. You need to know what a random variable, expection, mean, PDF, and variance are.
@meepmeep49319 жыл бұрын
One thing that has always bothered me is that the Beta distribution seems to be used out of mathematical convenience rather than because it is actually correct. Does anyone know of an example where the Beta distribution is the correct distribution for some values of a and b?
@westonbeck94365 жыл бұрын
A distribution of batting averages
@MuchoMocho4 жыл бұрын
Create a histogram over probability p. At each p, draw a random number of successes from the binomial distribution with parameters p and n = (a + b - 2). Add p to the histogram each time that (a - 1) successes are observed. With enough sampling, you'll see that the histogram converges to the Beta distribution because it is the correct distribution for this.
@MuchoMocho4 жыл бұрын
In other words, it is modeling a sum of n Bernoulli process just like the Binomial distribution, except instead of number of successes being the random/unknown variable, it is the probability of success that is random/unknown. This is why the p^k * p^(n - k) part is the same. The only difference is the normalization constant to ensure that when summing or integrating over k or p, the result is 1.
@ryanjackson0x2 жыл бұрын
Can you share the Matlab code you used?
@speakingsarcasm9014 Жыл бұрын
Is the mean B(a+1, b)/B(a, b)=a/(a+b)?
@romeoangasa22392 жыл бұрын
I'm guessing that you could think of a and b as scale and shape parameters. Thanks this video was very helpful
@quintijnkroesbergen5611 Жыл бұрын
They are indeed responsible for the shape. If a is bigger it is skewed right. And if b is bigger it is skewed left.
@Ha-mb4yy Жыл бұрын
@@quintijnkroesbergen5611 You mean an increase in "b" skews it to the right, skewness is indicated by the direction where the tail is the "longest" :)
@quintijnkroesbergen5611 Жыл бұрын
@@Ha-mb4yy Yes I dont know why I answered so confidently. I thought I understood the material back then but I did not. Thank you for correcting me.
@ryan-chase10 жыл бұрын
I'm confused with the second example- where alpha is 0.5 and beta is 1. We solve to this equation: 1/(theta^.5), but what if theta is 1? Then 1^.5 is just 1. So you're left with 1/1, or 1. But the distribution shows the curve near zero when theta equals 1. What am I missing here? Thanks, much appreciated.
@mrblank-zh1xy10 жыл бұрын
If theta is 1, then your probability of the event happening is always 1, meaning that it always happens. The curve is centered on 0.5, nearing 1 at theta == 0 and theta == 1 .
@ianono97769 жыл бұрын
+mr. blank I'm equally confused. In the case a = 0.5 and b = 1; so that we have P(theata|a,b) = 1/(theta^0.5). At theta = 0 we get inf and at 1 we should get 1, which does not look like what is drawn. What is drawn looks like at theta = 1 we get 0. Also if we integrate over theta 0:1 would we not get a value greater than 1? So the total probability is greater than 1, but that can't be.
@ianono97769 жыл бұрын
+Ian Ono Never mind I get it.
@hoseungjung16358 жыл бұрын
+Ian Ono The lecture drew a curve of P(theata|a,b) = 1/(theta^0.5) / Beta(a,b). So the curve in the video is a result from the conversion by the Beta constant, which makes its area equal to 1.
@vladmalkov93916 жыл бұрын
The plot - where alpha is 0.5 and beta is 1- is simply wrong! And you are almost correct, except that normalization in the denominator is beta(0.5,1)=2. Thus, when theta=1, alpha =0.5 and beta=1 we will have pdf=0.5; NOT zero as it was shown in the video. In R you can use the following function: dbeta(theta, a, b) to produce plots. The magenta plot corresponds to beta distribution with a=0.5, b~2.
@shivasbgmiyt66245 жыл бұрын
Problem_A random variable x has a beta distribution of first kind with parameter a=b=3 then find out the probability of x not greater than 0.5..?plz can anybody ans this..? 🙏🙏
@shivasbgmiyt66245 жыл бұрын
@Rob Kelly bro 7077568328 is my wp nu can you send the ans of this question by solving urself ..?🙏🙏
@shivasbgmiyt66245 жыл бұрын
@Rob Kelly what probability range is always lies between 0 to 1.. But uhh say that ans is 5.. How.? 😑
@ryanjackson0x2 жыл бұрын
Isn't that one of the examples he gave? (a=b=3)
@raperdan4 жыл бұрын
thanks, could you tell me what function would be this one f(x)=theta*x^ (theta-1) thank you
@ryanjackson0x2 жыл бұрын
More context is needed to answer that question. Without anything else, it looks like it would create a new distribution
@mkaberli5 жыл бұрын
A little louder on your volume would have been much better.
@jinudaniel64874 жыл бұрын
not explaining clearly how the graph is generated.
@joshuakristodoom27345 жыл бұрын
what software were you using to demonstrate the pdf.
@filiusflitwick29765 жыл бұрын
I think he is using matlab.
@Kelorie6 жыл бұрын
You are very expert to make difficult
@TimeLapsLand6 жыл бұрын
thanks so much, it helps a lot , god bless you.
@SadamHussain-lw4cc4 жыл бұрын
How to solve Beta Distribution (Density and Cumulative) Equations in Excel?