財務預測中的相依與敏感度

使用 Python 進行財務預測

Victoria Clark

CGMA Financial Analyst

說明預測的相依關係與敏感度

  • 變數彼此相連
  • 改一個變數會連帶影響其他變數

假設

使用 Python 進行財務預測

在 Python 中處理相依與敏感度

if x = 0:
   x_costs + y_costs
 else
   x_costs
  • 預期有急件訂單
  • 運送成本提高 10%
if month = December:
   delivery_costs + delivery_costs*0.1
 else
   delivery_costs
使用 Python 進行財務預測

一起來練習吧!

使用 Python 進行財務預測

Preparing Video For Download...