Introduction to monte carlo simulations using R - The absolute basics

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Note (Sept 2019): New link to data datadryad.org/...
    This screencast is to introduce you to performing your own simple monte carlo simulations using the R programming language.
    Using functions to generate random variables from particular distribution. i.e. rnorm().
    How simulated data compares to expected distributions (from which the simulations are sampled from).
    How to repeat the simulation many times using replicate() function.
    Using some of the apply family of functions (i.e. apply()) to generate summary statistics for the simulated data.
    How to generate the simulations using for loops.
    A simple monte carlo simulation for a simple regression.

Комментарии • 11

  • @tufleuddinbiswas7579
    @tufleuddinbiswas7579 5 лет назад +1

    Happy to watch as it is started from the very beginning. Thank you so much.

  • @valor36az
    @valor36az 4 года назад +1

    Very helpful using different approaches and comparisons

  • @92milmil
    @92milmil 7 лет назад +4

    Thank you so much for this video. Easy to understand and just what I needed

  • @user-iq8ei9go3g
    @user-iq8ei9go3g 4 года назад +1

    This is super helpful teaching!! Thank you very much!!

  • @asunraychan
    @asunraychan 5 лет назад

    Thank you very much. I learned a lot from your video.

  • @aeljak1
    @aeljak1 7 лет назад +2

    Thanks for a great tutorial. Where do I find the "answer" for the final exercise?

    • @iandworkin1347
      @iandworkin1347  7 лет назад +2

      Lea, Could you point to which question? I put these up a while ago and I don't remember which set of exercises it links to.

  • @user-iq8ei9go3g
    @user-iq8ei9go3g 4 года назад

    hello I wonder we can find the answer you posted for the exrecise.

  • @hemmapermal532
    @hemmapermal532 5 лет назад

    How to simulate seasonal data manually without arima package?

  • @hasnahaouchet1149
    @hasnahaouchet1149 7 лет назад +1

    Hi Ian Dworkin,
    thank you for this series of videos, they are so helpful for me.
    i have a question about this Command
    >y.sim.1.ʅm

    • @iandworkin1347
      @iandworkin1347  7 лет назад +1

      Hasna,
      Sorry I just saw this message. Which script (or screencast)? Could you give me the timestamp so I can help?