Skip to content

mathamuse/Simulations-in-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages