19 - Beta distribution - an introduction

  Рет қаралды 132,773

Ox educ

Ox educ

Күн бұрын

Пікірлер: 38
@eugenengesa5488
@eugenengesa5488 3 жыл бұрын
@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.
@camerongridley9065
@camerongridley9065 4 жыл бұрын
Really helpful, this clarified a lot for me. Thanks!
@lemyul
@lemyul 5 жыл бұрын
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
@ryanjackson0x
@ryanjackson0x 2 жыл бұрын
I would say basic probability theory. You need to know what a random variable, expection, mean, PDF, and variance are.
@meepmeep4931
@meepmeep4931 9 жыл бұрын
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?
@westonbeck9436
@westonbeck9436 5 жыл бұрын
A distribution of batting averages
@MuchoMocho
@MuchoMocho 4 жыл бұрын
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.
@MuchoMocho
@MuchoMocho 4 жыл бұрын
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.
@ryanjackson0x
@ryanjackson0x 2 жыл бұрын
Can you share the Matlab code you used?
@speakingsarcasm9014
@speakingsarcasm9014 Жыл бұрын
Is the mean B(a+1, b)/B(a, b)=a/(a+b)?
@romeoangasa2239
@romeoangasa2239 2 жыл бұрын
I'm guessing that you could think of a and b as scale and shape parameters. Thanks this video was very helpful
@quintijnkroesbergen5611
@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
@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
@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-chase
@ryan-chase 10 жыл бұрын
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-zh1xy
@mrblank-zh1xy 10 жыл бұрын
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 .
@ianono9776
@ianono9776 9 жыл бұрын
+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.
@ianono9776
@ianono9776 9 жыл бұрын
+Ian Ono Never mind I get it.
@hoseungjung1635
@hoseungjung1635 8 жыл бұрын
+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.
@vladmalkov9391
@vladmalkov9391 6 жыл бұрын
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.
@shivasbgmiyt6624
@shivasbgmiyt6624 5 жыл бұрын
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..? 🙏🙏
@shivasbgmiyt6624
@shivasbgmiyt6624 5 жыл бұрын
@Rob Kelly bro 7077568328 is my wp nu can you send the ans of this question by solving urself ..?🙏🙏
@shivasbgmiyt6624
@shivasbgmiyt6624 5 жыл бұрын
@Rob Kelly what probability range is always lies between 0 to 1.. But uhh say that ans is 5.. How.? 😑
@ryanjackson0x
@ryanjackson0x 2 жыл бұрын
Isn't that one of the examples he gave? (a=b=3)
@raperdan
@raperdan 4 жыл бұрын
thanks, could you tell me what function would be this one f(x)=theta*x^ (theta-1) thank you
@ryanjackson0x
@ryanjackson0x 2 жыл бұрын
More context is needed to answer that question. Without anything else, it looks like it would create a new distribution
@mkaberli
@mkaberli 5 жыл бұрын
A little louder on your volume would have been much better.
@jinudaniel6487
@jinudaniel6487 4 жыл бұрын
not explaining clearly how the graph is generated.
@joshuakristodoom2734
@joshuakristodoom2734 5 жыл бұрын
what software were you using to demonstrate the pdf.
@filiusflitwick2976
@filiusflitwick2976 5 жыл бұрын
I think he is using matlab.
@Kelorie
@Kelorie 6 жыл бұрын
You are very expert to make difficult
@TimeLapsLand
@TimeLapsLand 6 жыл бұрын
thanks so much, it helps a lot , god bless you.
@SadamHussain-lw4cc
@SadamHussain-lw4cc 4 жыл бұрын
How to solve Beta Distribution (Density and Cumulative) Equations in Excel?
@aacoimbra
@aacoimbra 5 жыл бұрын
ben lambert is that you?
@qusaysultan2311
@qusaysultan2311 5 жыл бұрын
Tmrw exams anyone ??
@suleiman9948
@suleiman9948 7 жыл бұрын
Bullshit !
The Beta Distribution : Data Science Basics
16:23
ritvikmath
Рет қаралды 22 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 59 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 13 МЛН
39 - The gamma distribution - an introduction
17:28
Ox educ
Рет қаралды 236 М.
An introduction to rejection sampling
10:37
Ben Lambert
Рет қаралды 53 М.
The Dirichlet Distribution : Data Science Basics
21:19
ritvikmath
Рет қаралды 8 М.
An introduction to the Beta distribution
10:03
Ben Lambert
Рет қаралды 19 М.
The Beta distribution in 12 minutes!
13:31
Serrano.Academy
Рет қаралды 90 М.
An introduction to the gamma distribution
17:28
Ben Lambert
Рет қаралды 23 М.
17. Bayesian Statistics
1:18:05
MIT OpenCourseWare
Рет қаралды 237 М.
What is the Beta Distribution? - Introduction & Examples
10:08
Egor Howell
Рет қаралды 3,2 М.
But what is the Central Limit Theorem?
31:15
3Blue1Brown
Рет қаралды 3,6 МЛН
Thank you Santa
00:13
Nadir Show
Рет қаралды 59 МЛН