destyo / Probabilistic_Spreadsheet

Shiny App to calculate uncertain quantities with probability distributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Probabilistic Spreadsheet

Image from Gyazo

Shiny interface

Follow this link for the interactive Shiny app.

Image from Gyazo

About The Project

Probabilistic Spreadsheet is a web application to generate and perform calculations with uncertain quantities based on probability distributions. It uses Monte Carlo sampling to generate its results. Inspired by Caladis.

Guidelines

Inspirado en Caladis. Se trata de un “excel” u hoja de cálculos probabilística. De manera que se le permite al usuario hacer cálculos inciertos sobre distribuciones. p.e:
Ventas = N(1000,150)
Costes = N(800,13) Beneficio por venta = X2(3)
Beneficios = Ventas * Beneficio por venta - Coste
Se utiliza método monte carlo (simulaciones) para calcular los valores de la distribución. Cada variable y cálculo se acompaña de una tarjeta con su distribución

Image from Gyazo

Authors

Project Link

https://github.com/destyo/Probabilistic_Spreadsheet

Acknowledgments

About

Shiny App to calculate uncertain quantities with probability distributions


Languages

Language:R 100.0%