Brownian Motion for Financial Mathematics | Brownian Motion for Quants | Stochastic Calculus

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024

ความคิดเห็น • 34

  • @lucascooky8242
    @lucascooky8242 2 ปีที่แล้ว +33

    You made me understand more material in 15 minutes than I did during my 4 hours lecture. Please keep it up you are an awesome teacher!

  • @tonyjones4451
    @tonyjones4451 8 หลายเดือนก่อน

    this guy saved my degree... was averaging a 2:2 and now im getting first! (: so happy!!

    • @tonyjones4451
      @tonyjones4451 8 หลายเดือนก่อน +1

      i got help.. #adhd #specialroom #extratime

  • @mustafizurrahman5699
    @mustafizurrahman5699 3 หลายเดือนก่อน

    One of the best video on Brownian motion. Such a lucid explanation

  • @ibtissamaymen7321
    @ibtissamaymen7321 ปีที่แล้ว +2

    Thank you for your vedios, i have question please, why you use .T and what is T??

  • @infianant
    @infianant 3 ปีที่แล้ว

    You have explained it brilliantly…. Looking forward for other videos as well …keep uploading

  • @skeetski2307
    @skeetski2307 ปีที่แล้ว +3

    College prolly masters level made simple, and available for us to try to learn. appreciate you

  • @War4Skills
    @War4Skills 2 ปีที่แล้ว +1

    Hooooly shit, you are so good at explaining these topics, which apparently don't have to be so difficult compared to how my professor explains it.

  • @ghostwhowalks5623
    @ghostwhowalks5623 5 หลายเดือนก่อน

    fantastic video!! Quick question - what does it mean to say "variance accumulates at rate one per unit time"? Thanks!

  • @sergeychigrinov1360
    @sergeychigrinov1360 3 ปีที่แล้ว +1

    Hi @Jonathon! Why we use square root of time when we switch to the scaled random walk? From what I see increments are additive, so to get to the same position at time 1 we need to do NxSize steps and not sqrt(N)xSize steps. I gues this is to keep properties of the process the same, but this is not too intuitive. If the answer is long - please steer me into the right direction. Thanks!

    • @QuantPy
      @QuantPy  3 ปีที่แล้ว +1

      Hi Sergey, the reason we take the square root of n, is because Brownian Motion accumulates variation at rate one per unit time. Hence the process scales with the square root of time/(size steps). The proof is long, my favourite source is Steven Shreve, Stochastic Calculus for Finance II, page 101-107 (2008 edition).

    • @pona5s
      @pona5s 2 ปีที่แล้ว

      Wanted to see the reason behind 1/sqrt(n), too, my thoughts were:
      If the [variance Var(x)] increases at one per time, the [average observed squared outcome E(x^2)] does as well, since Var=E((x-µ)^2) and µ=0.
      So for one step per t, the unscaled RW_0 has E_0(x^2)=t , then we want to speed up and do n steps per t.
      Sped up Var_1(x) and E_1(x^2) will be n-fold the original then.
      To bring it back to the original(0) distribution, divide by n and rearrange so that we know how we must scale x:
      E_1(x^2)/n = E_0(x^2)
      Then we can get the factor in the expected value expression and thus scale the x^2 by 1/n
      E_1(1/n * x^2) = E_0(x^2),
      or, equivavently, x by sqrt(1/n):
      E_1((x/sqrt(n))^2) = E_0(x^2)
      We can see that replacing x by x/sqrt(n) yields the original property.
      But might be invalid for some reason.

  • @mundrakeshav22
    @mundrakeshav22 2 ปีที่แล้ว +2

    I am currently pursuing the FRM (cleared FRM Level 1) and also learning Python! Which books would you suggest me to refer for building stronger basics??

  • @mobileentertainment212
    @mobileentertainment212 ปีที่แล้ว

    Are there any pre-req video i can watch? really could not catch any of it. For example, what filtration means

  • @parsecsprinter904
    @parsecsprinter904 8 หลายเดือนก่อน

    How can you use the normal distribution in your example for Brownian Motion with n = 100 steps and time t = 10 when "n" is not at all high enough to assume a normal distribution? It should have been a Binomial distribution instead. No? The binomial won't converge to normal at just small n. Law of Large Numbers.

  • @meisterthea
    @meisterthea 2 ปีที่แล้ว +1

    At 8:40 into the video you mention 10,000,000 simulations but it is not clear how you did this. Please explain.

    • @QuantPy
      @QuantPy  2 ปีที่แล้ว

      No worries, just change the number of simulations M=10,000,000

  • @iv2689
    @iv2689 2 ปีที่แล้ว +1

    Any book recommendations for a beginners in financial mathematics (Cfa candidate)?

    • @Jiftyj
      @Jiftyj ปีที่แล้ว

      you can see the book in the background. its steven shreve, stochastic calculus for finance ii

  • @yassinejermouni3224
    @yassinejermouni3224 2 ปีที่แล้ว

    the best channel ever thxx man

  • @patite3103
    @patite3103 3 ปีที่แล้ว +1

    Thank you for the video! What is a filtration?

    • @QuantPy
      @QuantPy  3 ปีที่แล้ว +2

      Filtrations are ordered information, stored as sigma-algebra. en.m.wikipedia.org/wiki/Filtration_(probability_theory)

  • @emmanuelameyaw9735
    @emmanuelameyaw9735 2 ปีที่แล้ว

    Hi Jonathan...how is brownian motio used in industry? Or this is it? Nice tutorial though...

    • @drdca8263
      @drdca8263 2 ปีที่แล้ว +1

      It is a foundation used in many models, such as, iirc, the Black-Scholes model . Double checked, and yes, Black-Scholes assumed that stock prices follow geometric Brownian motion. What is shown here, Brownian motion, is not geometric Brownian motion, but you should understand Brownian motion before understanding geometric Brownian motion (and going from Brownian to Geometric Brownian is a very small step.)
      Of course, I imagine quants and such use proprietary more complicated things on top, but they are presumably still using something closely related to geometric Brownian motion, and so knowing Brownian motion is required.
      Of course, Brownian motion shows up in non-financial contexts as well. For example, the motion of small particles sitting in some water, is the origin of the idea.
      Brownian motion / the Wiener process (nearly synonymous) is used in electrical engineering when modeling (an integral of) white noise, and in control theory .
      It is also the basis of a formulation of the of the path integral formulation of quantum mechanics? Though that last example isn’t so much “in industry” I guess.

  • @simonabarone8920
    @simonabarone8920 2 ปีที่แล้ว

    Can you simulate multidimensional Brownian motion with the correllation matrix?

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w ปีที่แล้ว

    Excellent video

  • @elliotpolanco159
    @elliotpolanco159 2 ปีที่แล้ว +1

    how can this be used to trade? can retail use this to trade?

    • @NASTrading
      @NASTrading 2 ปีที่แล้ว

      Yes & No, No & Yes

  • @max_mel1
    @max_mel1 ปีที่แล้ว

    Nice you showed brownian motion, this is learned second semester chemistry. what is quant really about then?

  • @skalderman
    @skalderman 9 หลายเดือนก่อน

    How is it random if its dependent on anything?

  • @tsunningwah3471
    @tsunningwah3471 3 ปีที่แล้ว +1

    love from Hong Kong!

  • @ilredeldeserto
    @ilredeldeserto ปีที่แล้ว

    what is a "Filtration"?

  • @younasha8686
    @younasha8686 ปีที่แล้ว

    Sorry but too many ads stopped third times and start from the begining

  • @GungKoala
    @GungKoala ปีที่แล้ว

    I appreciate your explanation but in my opinion this is not the best way to demonstrate the process, for me it's very hard to follow your flow.