https://github.com/ksmzn/ProbabilityDistributionsViewer
Shiny web app for live demonstration of probability distributions.
https://github.com/ksmzn/ProbabilityDistributionsViewer
Last synced: 5 months ago
JSON representation
Shiny web app for live demonstration of probability distributions.
- Host: GitHub
- URL: https://github.com/ksmzn/ProbabilityDistributionsViewer
- Owner: ksmzn
- License: mit
- Created: 2014-12-25T06:16:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T12:31:46.000Z (over 6 years ago)
- Last Synced: 2024-08-09T02:16:54.024Z (8 months ago)
- Language: JavaScript
- Homepage: https://statdist.ksmzn.com/
- Size: 1.22 MB
- Stars: 40
- Watchers: 5
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ksmzn/ProbabilityDistributionsViewer - Shiny web app for live demonstration of probability distributions. (JavaScript)
README
Probability Distributions Viewer
=====================
[https://statdist.ksmzn.com](https://statdist.ksmzn.com)
This web app enables visual inspection of various probability distributions commonly used in statistics.
You can modify their parameters, and check how they influence the distributions.
From the **left menu**, choose a probability distribution of interest.The web app was authored by @ksmzn using the Shiny R web app framework and the NVD3.js graphing framework. @kaz_yos translated it into English.
- The original code is avaialbe at: https://github.com/ksmzn/ProbabilityDistributionsViewer
### References
#### Shiny
+ [Shiny Official Tutorial](http://shiny.rstudio.com/tutorial/)
+ [Shiny - Bookmarking state](https://shiny.rstudio.com/articles/bookmarking-state.html)
+ [Shiny - Advanced bookmarking](https://shiny.rstudio.com/articles/advanced-bookmarking.html)
+ [Shiny - Modularizing Shiny app code](https://shiny.rstudio.com/articles/modules.html)#### shinydashboard
+ [shinydashboard](https://rstudio.github.io/shinydashboard/)
+ [Shiny Dashboard Behavior](https://rstudio.github.io/shinydashboard/behavior.html)#### shiny.i18n
+ [GitHub - Appsilon/shiny.i18n](https://github.com/Appsilon/shiny.i18n)
#### Shiny & HTTPS
+ [SteveLTN/https-portal](https://github.com/SteveLTN/https-portal)
#### JavaScript
+ [Simple Line Chart - NVD3.js](http://nvd3.org/examples/line.html)
#### Tutorial & Example
+ [ボケて(bokete)のネタを全自動で流し見できるサイト作った - ほくそ笑む](http://d.hatena.ne.jp/hoxo_m/20140731/p1) (in Japanese)
+ [RStudio Shiny チュートリアル レッスン1 ようこそ Shiny へ - Qiita](http://qiita.com/hoxo_m/items/c8365117f3444fb51df4) (in Japanese)### Author's blog article (in Japanese)
+ [Shinyで確率分布を動かして遊べるページ作った](http://ksmzn.hatenablog.com/entry/statdist-shiny)
+ [Shinyで作った確率分布を動かせるページを, NVD3.jsでヌルヌルでインタラクティブなグラフにしました。そしてShinyでD3.jsを使う方法3つ。](http://ksmzn.hatenablog.com/entry/shiny-nvd3-js-nuru)
+ [確率分布を学ぶアプリを、shinydashboard を使って新しくしてみた & 英訳していただきました。](http://ksmzn.hatenablog.com/entry/shiny-dashboard-english)
+ [Dockerを使ってDigitalOceanにShinyアプリを公開する](http://ksmzn.hatenablog.com/entry/degitalocean-shiny-docker)
+ [shiny.i18nパッケージでshinyを多言語対応](http://ksmzn.hatenablog.com/entry/shiny-i18n)
+ [「ShinyModule」で中規模Shinyアプリをキレイにする](http://ksmzn.hatenablog.com/entry/shiny-module)