相关实验视频
卢比对美元的汇率预测使用深度神经网络与多输出滑动窗口方法
Ihsan Fathoni Amri1, Novia Yunanita1, Febi Anggun Lestari1
1Department of Data Science, Universitas Muhammadiyah Semarang, Jl. Kedungmundu Raya No.18, Semarang 50273, Indonesia.
MethodsX
|November 24, 2025
概括
本研究引入了一种深度学习模型,用于预测印尼卢比对美元的汇率,其表现优于传统方法. 门式循环单位 (GRU) 模型为财务决策提供准确和稳定的预测.
科学领域:
- *计算金融和计量经济学.
- * 深度学习在时间序列预测中的应用.
- * 宏观经济指标分析.
背景情况:
- *卢比美元汇率是印度尼西亚经济的一个关键指标,由于市场波动,复杂的动态和季节性,难以预测.
- *准确的汇率预测对于金融稳定和明智的经济决策至关重要.
研究的目的:
- * 开发和评估一种新的深度学习框架,用于同时预测卢比美元汇率的买入和卖出率.
- * 为了比较不同神经网络架构 (MLP,LSTM,GRU) 与统计基准 (VAR) 的性能.
主要方法:
- *采用多输出滑动窗深度学习框架,利用2015-2025年每日历史汇率数据.
- * 用数据规范化和正弦-弦时间编码来捕获每周周期性模式.
- * 评估了多层感知器 (MLP),长短期记忆 (LSTM) 和门式循环单元 (GRU) 模型,与矢量自回归 (VAR) 进行了基准测试.
主要成果:
- * 门式循环单位 (GRU) 模型表现出卓越的准确性和稳定性,特别是在高波动时期.
- *GRU以70:30的火车测试分割实现了强大的性能,获得了RMSE64.57,MAPE0.0031和R20.9875.2的RMSE.
- *该模型展示了可靠的短期预测能力,提前7天.
结论:
- * 提出的深度学习方法,特别是使用GRU,有效地解决了预测波动性卢比美元汇率的挑战.
- * 该框架能够同时预测买卖利率,这提高了其对金融机构和政策制定者的实际实用性.
- * 这项研究为在动态的货币市场中进行短期经济预测提供了强大的工具.
相关概念视频
Prediction Intervals
3.1K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
3.1K
End Point Prediction: Gran Plot
1.1K
A Gran plot is used to predict the equivalence volume or endpoint of a potentiometric or acid-base titration without reaching the endpoint. Typically, titration data is collected as a function of the titrant's volume up to a point less than the equivalence volume and then transformed into a linear format. The straight line is extended to the x-axis, indicating the necessary titrant volume to achieve the equivalence point.
For potentiometric titration, the Gran plot is created by plotting...
For potentiometric titration, the Gran plot is created by plotting...
1.1K
Regression Analysis
7.8K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
7.8K
Multiple Regression
3.7K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.7K