Try   HackMD

影片大綱

  1. 亂數模組 random
    1.1 隨機選取:choice()、sample()
    1.2 隨機調換順序:shuffle()
    1.3 取得隨機亂數:random()、uniform()
    1.4 取得常態分配亂數:normalvariate()

  2. 統計模組 statistics
    2.1 計算平均數:mean()
    2.2 計算中位數:median()
    2.3 計算標準差:stdev()

  3. 統計概念與名詞提示:平均數、中位數、標準差、常態分配

影片

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

筆記


END