वित्तीय फ़ोरकास्टिंग में डिपेंडेंसी और सेंसिटिविटी

Python में Financial Forecasting

Victoria Clark

CGMA Financial Analyst

फ़ोरकास्टिंग डिपेंडेंसी और सेंसिटिविटी समझना

  • वैरिएबल आपस में जुड़े होते हैं
  • एक वैरिएबल बदलने से अन्य पर क्रमिक असर पड़ता है

assumptions

Python में Financial Forecasting

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 में Financial Forecasting

अभ्यास करते हैं!

Python में Financial Forecasting

Preparing Video For Download...