Stat Courses
Stat Courses
  • Видео 53
  • Просмотров 2 623 530
Indexing: R vs Python
In this video, we show indexing of R vectors and Python's numpy arrays. Not just one of the languages, but both Python and R.
Indexing allows you to select a subset of elements in a given object containing a sequence of data elements. You can index a vector in R and a numpy array in Python by using square brackets [] and specifying the indices of the elements you want to extract.
While square brackets are used for both Python and R indexing, how you specify index values within square brackets differs between the two languages.
For example, x[1] accesses the first element of an R vector x; and y[0] accesses the first element of a numpy array y in Python.
In python, negative indexing can be use...
Просмотров: 298

Видео

Knowledge Building - The Bayesian Way
Просмотров 1,1 тыс.Год назад
Bayesian Knowledge building process explained using the popular puzzle game Wordle as an example. We, humans, operate as Bayesians! We build on our existing knowledge. What we know as of now gets updated when we receive more information or data. In this video we will introduce the Bayesian knowledge building process using an example - a wordle game. Prior knowledge guide us in making decisions ...
Covariance - Explained
Просмотров 2,1 тыс.Год назад
This educational video delves into how you quantify a linear statistical relationship between two variables using covariance! #statistics #probability #SoME2 This video gives a visual and intuitive introduction to the covariance, one of the ways we measure a linear statistical relationship. Covariance values above zero mean positive linear relationship, negative covariance indicates negative li...
R packages: installing, loading, using and updating R packages
Просмотров 17 тыс.2 года назад
This video is all about R packages: What are R Packages Installing R packages Loading R packages to your current R session Using R packages Updating installed R packages Uninstalling R packages
Joint Probability Density Functions
Просмотров 7 тыс.2 года назад
This video gives an intuitive explanation of the joint probability density function of two continuous random variables. We will mainly focus on understanding what bivariate joint probability density functions are and then extend the concept to multivariate joint probability density functions. To aid the understanding of the concepts, we will plot three-dimensional histograms for a pair of rando...
Probability Density Functions
Просмотров 3 тыс.2 года назад
Probability density functions explained in an intuitive way using an example! This video is intuitive introduction to the probability density function of a univariate continuous random variable. For a continuous random variable, the #probability probability density function at a specific point can be thought of as the relative likelihood of observing values in a very small interval containing t...
Joint Probability Mass Function Example
Просмотров 2,8 тыс.2 года назад
An example of the joint probability mass function (joint PMF) of two random variables. We learn about joint probability mass functions (joint PMFs) by exploring these two discrete random variables jointly: number of goals scored by the home team in a football/soccer game, and the number of goals scored by the away/traveling team. This lesson also showcases how you can use a three-dimensional pl...
Download and Install R and RStudio for Windows
Просмотров 6 тыс.3 года назад
Learn how to install R on a Windows computer. We will also install the open source edition of RStudio - a powerful IDE (integrated development environment) for R and Python. Link for downloading R #RStat: Download R from a CRAN server nearest to you using the link cloud.r-project.org Link for downloading #RStudio: www.rstudio.com/products/rstudio/download/#download About #Rprogramming language ...
Joint Probability Distribution Of Discrete Random Variables
Просмотров 51 тыс.3 года назад
Introductory video for joint probability distribution of two discrete random variables (and probability mass function of discrete random vectors in general). - We introduce joint distribution of two discrete random variables using examples (example 1 - 0:28 and example 2 - 5:08) - We then formally define the joint probability mass function - We lay out the conditions joint probability mass func...
Introduction to Multivariate Probability Distributions
Просмотров 20 тыс.3 года назад
In this video, you learn why we study multivariate distributions. For example, we get more insight when we look at the number of reported COVID-19 cases and deaths by age (or another variable such as pre-existing medical conditions). In another example, we show the relationship between marital status and annual automobile insurance claim amount.
Chebyshev’s Inequality
Просмотров 6 тыс.3 года назад
In this video you will learn about Chebyshev’s inequality using examples, prove Chebyshev’s inequality by utilizing Markov’s inequality, and learn three ways of writing Chebyshev’s inequality. In addition, we describe the scenario for which Chebyshev’s inequality is tight. Related video link: Markov’s inequality lesson: ruclips.net/video/apLNpPQENus/видео.html
Proof of Markov's Inequality
Просмотров 6 тыс.3 года назад
Proof of Markov's Inequality
Markov's Inequality - Intuitively and visually explained
Просмотров 8 тыс.3 года назад
Markov's Inequality - Intuitively and visually explained
Chi Squared Distribution
Просмотров 4,2 тыс.5 лет назад
Chi Squared Distribution
Beta Distribution
Просмотров 21 тыс.6 лет назад
Beta Distribution
Normal Distribution
Просмотров 10 тыс.6 лет назад
Normal Distribution
Gamma Distribution
Просмотров 37 тыс.6 лет назад
Gamma Distribution
Poisson Process and Gamma Distribution
Просмотров 36 тыс.6 лет назад
Poisson Process and Gamma Distribution
Integrating Normal Density Function
Просмотров 81 тыс.10 лет назад
Integrating Normal Density Function
Univariate transformation of a random variable
Просмотров 51 тыс.10 лет назад
Univariate transformation of a random variable
Uniform Distribution
Просмотров 50 тыс.10 лет назад
Uniform Distribution
Exponential Distribution
Просмотров 124 тыс.11 лет назад
Exponential Distribution
Poisson Distribution
Просмотров 41 тыс.11 лет назад
Poisson Distribution
Lesson 19 Hypergeometric Distribution - Introduction
Просмотров 55 тыс.11 лет назад
Lesson 19 Hypergeometric Distribution - Introduction
Lesson 18: Negative Binomial distribution Part II
Просмотров 42 тыс.11 лет назад
Lesson 18: Negative Binomial distribution Part II
Lesson 17: Geometric Distribution part II
Просмотров 33 тыс.11 лет назад
Lesson 17: Geometric Distribution part II
Lesson 17: Geometric Distribution Part 1
Просмотров 61 тыс.11 лет назад
Lesson 17: Geometric Distribution Part 1
Lesson 18: Negative Binomial Distribution - Part 1
Просмотров 48 тыс.11 лет назад
Lesson 18: Negative Binomial Distribution - Part 1
Lesson 16 Binomial Distribution Part 2
Просмотров 27 тыс.11 лет назад
Lesson 16 Binomial Distribution Part 2
Lesson 16 Bernoulli and Binomial Distribution Part 1
Просмотров 51 тыс.11 лет назад
Lesson 16 Bernoulli and Binomial Distribution Part 1

Комментарии

  • @habibullahsaiyed8182
    @habibullahsaiyed8182 Месяц назад

    very nicely explained.

  • @RicharD-fi3ho
    @RicharD-fi3ho Месяц назад

    Ty

  • @lamiasouayah5777
    @lamiasouayah5777 Месяц назад

    Thank you very much for your help!

  • @Ferylopenguin
    @Ferylopenguin 2 месяца назад

    ZAAAAAAAAAMN

  • @aaronzewdu
    @aaronzewdu 2 месяца назад

    HUGE SHOUTOUT TO YOU! HELPED ME ON THIS ONE!!!!!!!!!!!!!!!!!

  • @miyamotomusashi4556
    @miyamotomusashi4556 2 месяца назад

    Amazing video! Thank you.

  • @chahlabedroh4703
    @chahlabedroh4703 2 месяца назад

    ty sir

  • @user-qi2vr9hv7j
    @user-qi2vr9hv7j 3 месяца назад

    amazing video - this series has helped me so much!!🇿🇦

  • @FomekongJean-kk6hl
    @FomekongJean-kk6hl 4 месяца назад

    Thanks very much ✊🙏

  • @johnaiii1281
    @johnaiii1281 4 месяца назад

    finally someone taught me how to integrate the normal bell curve, really thanks with all the guided calculations

  • @yessethiopia7749
    @yessethiopia7749 4 месяца назад

    Thank you for sharing

  • @Mrtnimn
    @Mrtnimn 5 месяцев назад

    For the probability of the home team winning with atleast one goal = 0.4755 And For the probability of the away team winning with atleast one goal = 0.3372 I definitely think I got the right one here💫

  • @battleshout64
    @battleshout64 5 месяцев назад

    I love you

  • @JustGoatthings101
    @JustGoatthings101 6 месяцев назад

    i got 0.2912 is that right?

  • @alimortadahoumani1134
    @alimortadahoumani1134 6 месяцев назад

    wow very nice

  • @alyaqistina597
    @alyaqistina597 7 месяцев назад

    thankyou. very clear explanation

  • @s.mugundan
    @s.mugundan 7 месяцев назад

    super

  • @ThanhThuy-wb6lm
    @ThanhThuy-wb6lm 7 месяцев назад

    so helpful, thank you 🙏🏼 😊

  • @rocklemillion8041
    @rocklemillion8041 7 месяцев назад

    Is the reason that we can simply state that Q=1 rather than +-1 because e raised to a power never creates a negative number?

  • @janng3180
    @janng3180 9 месяцев назад

    Thank you so much!!!!!

  • @hypergiant03
    @hypergiant03 10 месяцев назад

    Tysm sir for this video, it was really helpful.

  • @maheswaraanubawawidiatna3022
    @maheswaraanubawawidiatna3022 10 месяцев назад

    Vid: 🎶🎶🎶🎶🎶🎶 My brain: 📈📈📈

  • @Bibletalkswithsamu
    @Bibletalkswithsamu 11 месяцев назад

    ohn has six 1 rand coins, three 2 rand coins and two 5 rand coin and wishes to buy another item that costs 10 rand which is sold by the vending machine. In how many distinct ways may he correctly insert a total of 10 rand into the vending machine for purposes of buying the item (given that the machine does not give change)?

  • @aleksandarjankovski6542
    @aleksandarjankovski6542 Год назад

    BRILLIANT!

  • @SIRMAPANDAONLINE
    @SIRMAPANDAONLINE Год назад

    Good work, Sir 👏

  • @deepakoct28
    @deepakoct28 Год назад

    Can't wrap my head around the overall volume being the area of one of the equally partitioned regions :)

  • @ashenafibelete4013
    @ashenafibelete4013 Год назад

    Thank you for sharing

  • @jonsnow3513
    @jonsnow3513 Год назад

    thank you sir

  • @horiuchiworld
    @horiuchiworld Год назад

    1. I used a longer way but I still want to share it On-time = 0.40 Satisfactory = 0.50 Neither = 0.25 Let On-time as A and Satisfactory as B and Neither as the complement of AUB ((AUB)'). We will use this Identity of the Sample Space: P(S) = P(AUB) + P((AUB)') By using the identity of the union of A and B, P(S) = P(A) + P(B) - P(A∩B) + P((AUB)') We can now plug-in the three given values, P(S) = 0.40 + 0,50 - P(A∩B) + 0.25 Since P(S) = 1, 1 = 0.40 + 0,50 - P(A∩B) + 0.25 Finally, P(A∩B) = 0.40 + 0,50 + 0.25 -1 P(A∩B) = 0.15

  • @user-pl6fj8rp4o
    @user-pl6fj8rp4o Год назад

    I found the same answer to the last question through a more convoluted way. P(CUB/F')=P(CUB)P(F'/CUB)/Law of total probability for F' well I figured C and B were disjoint so P(CUB)= P(C)+P(B), but the hard part was finding P(F'/CUB). P(F'/CUB) is the probability that the component didn't fail out of the class C or B components. given earlier P(CUB)= P(C)+P(B)= .12+.18= .3 If .9 of Components B worked and .82 of components C worked (given by P(F'/B)=1-P(F/B) and P(F'/C)=1-P(F/B)) and they are disjoint one could take the average of the working components in class B and C. Class C and B take up .3 of the sample space, and class B takes up .18 of that .3, while C takes up .12 of that .3. So class B is .6 from sample BUC (18/30) and class C is .4 of BUC (12/30). Taking a weighted average of (.9x.6)+(.82x.4) finds the average probability that Components didn't fail out of class C or B. P(F'/CUB)= (.9x.6)+(.82x.4) = .868. Plugging that back in to the original equation finds 0.2751

  • @hpicpr8469
    @hpicpr8469 Год назад

    This is a true beauty. Thank you and may this video live from 0 to infinity!

  • @therankingworld7627
    @therankingworld7627 Год назад

    i swear this is a stupid video

  • @bigbarry8343
    @bigbarry8343 Год назад

    Great videos but i am getting annoying commercials every 2 minutes.

  • @jrtthamasha7306
    @jrtthamasha7306 Год назад

    thankyou

  • @humavocado5614
    @humavocado5614 Год назад

    Thank you very much

  • @firstkaransingh
    @firstkaransingh Год назад

    Great expectation 👍

  • @mansonvcdl
    @mansonvcdl Год назад

    Thanks! Very clear and concise. Really appreciate it!

  • @elisab.8266
    @elisab.8266 Год назад

    but how can I install a package that I downloaded on my computer? I've got R version 4.2.2 and R studio and my teacher had send me the package "rmf" to install but I don't know how to install it

  • @wendyekole3564
    @wendyekole3564 Год назад

    Thank you for starting with an example

  • @twilight1176
    @twilight1176 Год назад

    LIFE SAVER

  • @rupalimohanty9920
    @rupalimohanty9920 Год назад

    𝓣𝓺𝓼

  • @tejasdeo1749
    @tejasdeo1749 Год назад

    Where are the answers to the last 2 exercise questions?

  • @ling6701
    @ling6701 Год назад

    First time I understand covariance, thanks.

  • @anweshbhattacharyya7763
    @anweshbhattacharyya7763 Год назад

    Awesome 😊🔥👌👍🔥❤️❤️

  • @Aaridesigns_shorts
    @Aaridesigns_shorts Год назад

    ggplot2 is not available for 4.2.2 version of r, so what we have to do?,plzz solve my problem 😢

  • @RoshChavan2328
    @RoshChavan2328 Год назад

    👏👏

  • @rayraystinz
    @rayraystinz Год назад

    This is incredibly clear, thank you!

  • @kashyaprao4806
    @kashyaprao4806 Год назад

    In the formula of P(A U B U C), it should be +2P(A∩B∩C) right?

  • @Zaynnnnnn
    @Zaynnnnnn Год назад

    0.9146 right?

    • @Samara-ts8fo
      @Samara-ts8fo Год назад

      that's what I got

    • @253ravuribhargavaram2
      @253ravuribhargavaram2 Год назад

      how is that?

    • @Mrtnimn
      @Mrtnimn 5 месяцев назад

      I think the right answer is 0.9153. Kindly enlighten me of how you got to 0.9146🤔

    • @NphiniT
      @NphiniT 4 месяца назад

      @@Mrtnimn I also got 0.9153.

    • @Mrtnimn
      @Mrtnimn 4 месяца назад

      Thanks for the clarity​@@NphiniT, it really helps when solving such problems🙏