Dependencies and sensitivity ในการพยากรณ์ทางการเงิน

การพยากรณ์ทางการเงินด้วย Python

Victoria Clark

CGMA Financial Analyst

Dependencies และ sensitivities ในการพยากรณ์

  • ตัวแปรที่เชื่อมโยงกัน
  • การเปลี่ยนตัวแปรหนึ่งส่งผลต่อตัวแปรอื่น

สมมติฐาน

การพยากรณ์ทางการเงินด้วย Python

การใช้ dependencies และ sensitivities ใน 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...