Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 711 Bytes

File metadata and controls

22 lines (10 loc) · 711 Bytes

Simulations-in-R

An escalating set of Simulations using R code especially using the simmer pipeline.

*Monte-Carlo Simulations as a concept is explained here

*Markov Chains are introduced here

NOTE : The following package libraries must be installed and loaded before running the R codes:

library(magrittr)

library(simmer)

library(simmer.plot)

Follow the following order to understand Monte-Carlo Simulations to study Probability Distributions:

SIMPLE / Art Gallery- Shows the basic usage of simmer pipes. Customer spawns at random, walks about for 10 minutes and leaves.