logo
  • 教程列表
  • SO官方文檔
  • 基礎繪圖
    • 結合圖
    • 密度圖
    • 基本情節
    • R 圖表入門
    • 直方圖
    • Matplot
    • 經驗累積分佈函式
  1. StackOverflow 文件
  2. R Language 教程
  3. 基礎繪圖
  4. 經驗累積分佈函式

經驗累積分佈函式

Created: November-22, 2018

直方圖和密度圖的非常有用和合理的後續是經驗累積分佈函式。為此,我們可以使用函式 ecdf()。命令生成的基本繪圖

plot(ecdf(rnorm(100)),main="Cumulative distribution",xlab="x")

看起來像 StackOverflow 文件

  • Matplot

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明