開始使用免費開始

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.

本練習屬於課程

在 Google Sheets 進行財務建模

檢視課程

練習說明

  • Use normdist() with arguments for the natural log of the stock price in column A as 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 TRUE to see a cumulative probability for the last argument.

動手互動練習

將理論付諸實踐,立即體驗我們的互動練習

開始練習