Introduction to monte carlo simulations using R - The absolute basics

แชร์
ฝัง
  • เผยแพร่เมื่อ 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 8 ปีที่แล้ว +4

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

  • @二牛向神
    @二牛向神 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.

  • @二牛向神
    @二牛向神 4 ปีที่แล้ว

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

  • @hemmapermal532
    @hemmapermal532 6 ปีที่แล้ว

    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?