Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
R Programming for Simulation and Monte Carlo Methods
Rating: 4.0 out of 5(469 ratings)
4,954 students

R Programming for Simulation and Monte Carlo Methods

Learn to program statistical applications and Monte Carlo simulations with numerous "real-life" cases and R software.
Last updated 7/2020
English

What you'll learn

  • Use R software to program probabilistic simulations, often called Monte Carlo simulations.
  • Use R software to program mathematical simulations and to create novel mathematical simulation functions.
  • Use existing R functions and understand how to write their own R functions to perform simulated inference estimates, including likelihoods and confidence intervals, and to model other cases of stochastic simulation.
  • Be able to generate different different families (and moments) of both discrete and continuous random variables.
  • Be able to simulate parameter estimation, Monte-Carlo Integration of both continuous and discrete functions, and variance reduction techniques.

Course content

11 sections107 lectures11h 42m total length
  • Course Introduction1:39
  • Install R and RStudio0:45
  • Review: Vectors, Matrices, Lists (part 1)8:07
  • Review: Vectors, Matrices, Lists (part 2)6:34
  • Sequences and Replications (part 1)7:12
  • Sort and Order4:45
  • Using Matrices (part 2)3:19
  • Sequences and Replications (part 2)5:56
  • Creating a Matrix (part 1)8:51
  • List Structures and Horsekicks (part 1)9:43
  • Dpois() Function and Horsekicks (part 2)9:56
  • Sampling from a Dataframe4:24
  • Section 1 Exercises2:25

Requirements

  • Students will need to install the popular no-cost R Console and RStudio software (instructions provided).

Description

R Programming for Simulation and Monte Carlo Methods focuses on using R software to program probabilistic simulations, often called Monte Carlo Simulations. Typical simplified "real-world" examples include simulating the probabilities of a baseball player having a 'streak' of twenty sequential season games with 'hits-at-bat' or estimating the likely total number of taxicabs in a strange city when one observes a certain sequence of numbered cabs pass a particular street corner over a 60 minute period. In addition to detailing half a dozen (sometimes amusing) 'real-world' extended example applications, the course also explains in detail how to use existing R functions, and how to write your own R functions, to perform simulated inference estimates, including likelihoods and confidence intervals, and other cases of stochastic simulation. Techniques to use R to generate different characteristics of various families of random variables are explained in detail. The course teaches skills to implement various approaches to simulate continuous and discrete random variable probability distribution functions, parameter estimation, Monte-Carlo Integration, and variance reduction techniques. The course partially utilizes the Comprehensive R Archive Network (CRAN) spuRs package to demonstrate how to structure and write programs to accomplish mathematical and probabilistic simulations using R statistical software.

Who this course is for:

  • You do NOT need to be experienced with R software and you do NOT need to be an experienced programmer.
  • Course is good for practicing quantitative analysis professionals.
  • Course is good for graduate students seeking research data and scenario analysis skills.
  • Anyone interested in learning more about programming statistical applications with R software would benefit from this course.