Model stock price probability
From the stock steps, you can now calculate the probability of each price of your stock. You will first calculate the cumalative probability using the
normdist() function. Knowing the cumulative probability of the stock allows you to then calculate the probability between two prices, which will show you the most likely prices given your input values.Acest exercițiu face parte din cursul
Modelare financiară în Google Sheets
Instrucțiuni pentru exercițiu
- Use
normdist()with arguments for the natural log of the stock price in columnAas x. - For the second argument, use the
natural log(stock price) + k * Time Horizon. - For the third argument, use
volatility * square root (Time Horizon). - Use
TRUEto see a cumulative probability for the last argument.
Exercițiu interactiv practic
Transformă teoria în practică cu unul dintre exercițiile noastre interactive
Începe exercițiul