CLTdemo

所属分类:数值算法/人工智能
开发工具:R
文件大小:5KB
下载次数:0
上传日期:2016-05-06 09:03:27
上 传 者sh-1993
说明:  R中心极限定理演示
(R Shiny Central limit theorem demo)

文件列表:
server.R (8501, 2016-05-06)
ui.R (3885, 2016-05-06)

# CLTdemo Central limit theorem demo (R shiny) Shiny is an R library for creating interactive web applications. This app demonstrates the Central Limit Theorem and sampling distributions by allowing the user to draw samples from different probability distributions and displaying the distribution of the sample means or sample medians. The is hosted [here](https://tuomonieminen.shinyapps.io/CLTdemo/) and can also be accessed locally from R: ``` if(!require(shiny)) { install.packages("shiny") library(shiny) } runGitHub("CLTdemo", "TuomoNieminen") ```

近期下载者

相关文件


收藏者