//add 8/26 begin
double historyMax=42;
double historyMin=10;
////tacitly mix min
double tacitlyMax=test_3.get(0).value+(historyMax-test_3.get(0).value)/2;
double tacitlyMix=historyMin;
double forecastMax=0;
double forecastMix=0;
//add 8/26 over
//tacitly
MoneyMenagement.moneyMenagementRecount_N4(3,test_3,tacitlyMax,tacitlyMix,30,100000,0.03,out);
//forecast
//MoneyMenagement.moneyMenagementRecount_N4(3,test_3,forecastMax,forecastMix,30,100000,0.03,out);
本文详细探讨了在智能财务管理中引入预测策略的方法,通过对比历史数据与即时信息,提出了一种混合预测模型,并应用于实际场景进行财务管理和预测。
544

被折叠的 条评论
为什么被折叠?



