สอน matplotlib:
1) การใช้ normpdf ของ matplotlib ในการคำนวณหา normal probability density function
2) สร้างกราฟแสดง normal distribution โดยมี mu และ sigma ที่แตกต่างกัน
3) การใช้ LaTex เพื่อใส่สัญลักษณ์ทางคณิตศาสตร์ เช่น mu และ sigma ใน label ของกราฟแต่ละเส้น
4) เทคนิคการกำหนด linestyle และสีให้กราฟแต่ละเส้น
5) การแสดงเส้นแนวตั้งด้วย axvline เพื่อแสดงค่า mu
ดาวน์โหลดไฟล์ตัวอย่างได้ที่ ► https://goo.gl/oRrdo2
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
สอน matplotlib ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGRvUsTmO8MQUkIuM1thTCf
สอน Numpy ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFNEpzsCBEnkUwgAwOu_PWw
สอน Jupyter Notebook ► https://www.youtube.com/playlist?list=PLoTScYm9O0GErrygsfQtDtBT4CloRkiDx
สอน Jupyter Lab ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEour5CiwfSnoutg3RyA76O
สอน Pandas ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGsOHPCeufxCLt-uGU5Rsuj
สอน seaborn ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGC9QvLlrQGvMYatTjnOUwR
สอน Python สำหรับ data science ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFVfRk_MmZt0vQXNIi36LUz
สอนภาษาไพธอน Python เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH4YQs9t4tf2RIYolHt_YwW
สอนภาษาไพธอน Python OOP ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEIZzlTKPUiOqkewkWmwadW
สอน Python 3 GUI ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFB1Y3cCmb9aPD5xRB1T11y
#prasertcbs_matplotlib #prasertcbs_numpy
probability density function 在 prasertcbs Youtube 的最佳貼文
การใช้ฟังก์ชันเกี่ยวกับ normal distribution ในโปรแกรม R
1. dnorm (height of the probability density function)
2. pnorm (cumulative density function)
3. qnorm (inverse cumulative density function)
4. rnorm (generate random numbers)
==ดาวน์โหลดไฟล์ตัวอย่างได้ที่ https://goo.gl/Npr7rG
probability density function 在 Probability Distributions and their Mass/Density Functions 的推薦與評價
A probability distribution is a way to represent the possible values and the respective probabilities of a random variable. ... <看更多>