Multivariate Monte Carlo

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

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

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

    This is great. You are better than my professor on this.

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

    Thanks Professor. This is well explained.

  • @donharrold1375
    @donharrold1375 2 месяца назад

    The mechanics are very clear explained, but you haven’t explained why you are applying the Cholesky transformation and how it correlates the returns.

  • @Kig_Ama
    @Kig_Ama 5 лет назад +2

    Thank you, can u provide us the spread sheet? Where can we download it?

  • @sosa8999
    @sosa8999 6 лет назад +5

    This is excellent. This shows how to perform a Monte Carlo simulation with more than 1 asset. I have been looking for this for a long time, in orden to perform a VAR analysis. The next step would be to multiply each asset return by its portfolio weight, right? Thanks a lot!

  • @rociogonzalez1009
    @rociogonzalez1009 4 года назад

    this method can be used for any kind of distributions? for example a discrete binomial distribution

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

    What is the formula for the E column? I just do not understand how you can get two different returns there in D and E...

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

      I haven't done correlation in a while so I was hoping for that too! But I do appreciate all Auke did provide it was amazing
      E2: =B2^2 (Asset 1 * Asset 1)
      E3 =B5*B3*B2 (Asset 1 * Asset 2 * Correlation)
      F2 = B5*B3*B2 (Asset 1* Asset 2 * Correlation)
      F3 = B3^2 (Asset 2 * Asset 2)
      Enjoy!

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

      D and E columns have the same formula, a 1 by 2 vector (mean of asset 1 & mean of asset 2 ) + the transpose of [2 by 2 Cholesky * a 2 by1 column vector (the random number deviation in B and C)] so the result is 1 by 2, fill both cells

    • @andyshi8627
      @andyshi8627 2 года назад

      The lower triangle is used for column D and the upper triangle shall be used for column E

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

    In which cell do u use the standard deviations of 20% and 30%?

  • @arvinthank
    @arvinthank 3 года назад

    How to do cholesky for 3 factor

    • @mrapexd
      @mrapexd 3 года назад

      wikipedia has a pretty good explanation just look for cholesky decomposition there

  • @lililiu8446
    @lililiu8446 4 года назад

    Great job!

  • @riadtalbi1501
    @riadtalbi1501 4 года назад

    Good work thank u

  • @tanaysheth7601
    @tanaysheth7601 2 года назад

    NORM.INV(RAND()) does it have a semi colon after this?