An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

Probability Distributions Viewer
=====================

![demo](https://github.com/ksmzn/ProbabilityDistributionsViewer/blob/master/doc/demo.png)

[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)