2 seconds in and already a better experience in terms of delivery and articulation compared to my current lecturer. Please continue to teach the wonders of statistics on youtube for the world's benefit.
@nhlanhlamsongelwa43644 жыл бұрын
this is such a succinct video, broke down the method and explained how to apply it in such a helpful manner. Thank you.
@abhinandanmohanty3833 Жыл бұрын
This video is a masterpiece. Very well articulated.
@sirkelvinmalunga Жыл бұрын
This video is an act of kindness to me. Thanks for sharing : )
@hongkyulee97242 жыл бұрын
I am a python user, so not able to code R. However, this video is so very intuitive! Thank you for the nice lecture! Especially examples are so good!
@muhammadosama83084 жыл бұрын
I find your video really helpful and easy to understand thank you very much !.
@mathetal4 жыл бұрын
thank u :)
@homataha56263 жыл бұрын
in the R code when you add the value of count by one, if the candidate got accepted you increase the value of count by 1 and then you increase it again! since U add count by 1 outside of the if statement I think u should delete adding 1 to it inside if condition.
@alexiaberenicetorrescalder57424 жыл бұрын
So helpful!!! Thank you! You saved my midterm
@rondotmarie43532 жыл бұрын
Thank you so much for you clear explanations ! Really helpful
@err30882 жыл бұрын
these videos are gold. thank you so much
@khwajashamsuddoha20553 жыл бұрын
thanks for describe the theorem in the easiest way to understand. Best of Luck. the boss
@sahilmohammad4336 Жыл бұрын
Thanks a lot for the video. Very precise and easy to understand. However, for choosing the value of scaling factor, its not always correct to choose the end value of support. I think its better to find out the local maxima. For example, taking the end value of support in a bell-curve would not be correct because we need to scale it to at least above the maxima of target function.
@hongquanli17543 жыл бұрын
Wonderful video and well explained!
@huilapman3 жыл бұрын
Thank you so much. Your video is really really helpful.
@salmanfariss3 жыл бұрын
this is such an amazing video, subbing!
@creepomusik28832 жыл бұрын
Thank you for your vid. I think i found a little mistake in your R-Code. Your counter will increased by two if your if-statement is true, which is, as far as i understood the method correctly, not what you wanted to archive.
@bayubetaB4 жыл бұрын
This is really helpful, thank you!
@fntldks3 жыл бұрын
you explained the concept behind the algorithm very clearly, it makes me easy to understand the whole thing, support! one thing I want to know is what is the usage in the reality? just curious
@jpfarina Жыл бұрын
Simulating distributions. It's commonly used in software that models business processes. Not modeling them like Visio, though. Modeling them like, "how long does the average customer wait in line?" and, "what would happen if we added an additional cashier?".
@ZiluZheng2 жыл бұрын
Why do we need the second step u~Unif? In the third step, can we set the if condition as 1< Pi(Xi)/Cg(Xi) ?
@mathetal2 жыл бұрын
Xi comes from a distribution that is hard to sample directly, which means that Monte Carlo methods can be used to approximate it
@jetlime083 жыл бұрын
Many thanks !!!:)
@투스쿠스꺄륵3 жыл бұрын
와씨 감사합니다 ㅠㅠ
@paullouw60804 жыл бұрын
Thank you thank you thank you!
@PandemicGameplay3 жыл бұрын
This was an extremely good video
@Cam-lh7nr6 ай бұрын
How does your pdf have values greater than 1?
@vayvon21 Жыл бұрын
How can we calculate the rejection ratio in this example?
@patriciakou21712 жыл бұрын
where does numbers from count
@soumialahfair31712 жыл бұрын
thank you , can you please tell me how can we do it in MATLAB
@charanshah37872 жыл бұрын
Very helpful vedios, but can you help me how to draw using this method from normal, exponential or any proposed distribution
@321MrMateus4 жыл бұрын
Just one doubt. Generally we do not have the p.d.f, we just have some proportional density function. Therefore we just define a the eveloping cg(x) to be higher enough?
@mathetal4 жыл бұрын
Yes, you can replace the target distribution pi(x) with a proportional distribution l(x) and the rest of the algorithm is the same
@Opkopen Жыл бұрын
Great
@ccuuttww Жыл бұрын
THX
@ibahimabdullahi36133 жыл бұрын
am working on generated distribution, i want to simulate my true parameter using MLE pls help
@jimmyodiazportillo69782 жыл бұрын
Pero lo que estás almacenando son las X, no los valores de pi(X) con ese algoritmo. Y las X son uniformes, no realizaciones de la función pi. Corrijanme si me equivoco.
@jorge_pb84823 жыл бұрын
te amoooo :), pero creo q te falta un else
@maximegrossman21463 жыл бұрын
amazing, but the R code is a little hard to read as it's a bit blurry. nevertheless, thanks so much