Giter Club home page Giter Club logo

Comments (3)

shannon112 avatar shannon112 commented on May 19, 2024

Binomial Distribution
for a single trial, i.e., n = 1, the binomial distribution is a Bernoulli distribution.
https://en.wikipedia.org/wiki/Binomial_distribution
圖片
PMF :
圖片

example: X=執五次硬幣正面的次數,p=0.5
example: X=投五次籃進的次數,p=0.3
https://www.youtube.com/watch?v=O12yTz_8EOw
https://www.youtube.com/watch?v=FI8xtVaI068
https://www.youtube.com/watch?v=vKNpQ_KTXvE
https://www.youtube.com/watch?v=H0ZgOGWUcJw

from awesome-ros-mobile-robot.

shannon112 avatar shannon112 commented on May 19, 2024

Normal (or Gaussian or Gauss or Laplace–Gauss) distribution
https://en.wikipedia.org/wiki/Normal_distribution
圖片
PDF :
圖片
P = integrate pdf(x) from x=0 to 1 = cdf(1)
P = integrate pdf(x) from x=2 to 5 = cdf(5) - cdf(2)
https://www.youtube.com/watch?v=hgtMWR3TFnY

from awesome-ros-mobile-robot.

shannon112 avatar shannon112 commented on May 19, 2024

Central Limit Theorem
https://en.wikipedia.org/wiki/Central_limit_theorem
圖片
**極限定理是機率論中的一組定理。**極限定理說明,在適當的條件下,大量相互獨立隨機變數的均值經適當標準化後依分布收斂於常態分布。這組定理是數理統計學和誤差分析的理論基礎,指出了大量隨機變數之和近似服從常態分布的條件。
n = sample size
taking several time in sample size to calculate mean/sum/or....
-> stack each time result mean/median/or.... to make a frequency plot
-> which is the sampling distribution of the sample mean/median/or....
-> when n -> very large, we can get a normal distribution
-> its mean/median/or.... close to real, std is smaller when n is larger
https://www.youtube.com/watch?v=JNm3M9cqWyc
https://www.youtube.com/watch?v=FXZ2O1Lv-KE
https://www.youtube.com/watch?v=NYd6wzYkQIM

from awesome-ros-mobile-robot.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.