财务预测中的依赖关系与敏感性

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...