最接近邻居多变量时间序列预测
概括
这项研究引入了一个新的近邻多变量时间序列 (MTS) 预测框架. 它有效地利用整个数据集来发现复杂的模式,大大提高了预测准确度,而不需要重新培训.
科学领域:
- 数据科学数据科学数据科学
- 机器学习 机器学习
- 时间序列分析时间序列分析
背景情况:
- 多变量时间序列 (MTS) 预测在许多领域至关重要.
- 时空图形神经网络 (STGNNs) 很受欢迎,但受到计算复杂性和无法使用完整数据集的限制.
- 现有的方法在较长时间内与稀疏,不连续的相关性作斗争,产生轻微的改进.
研究的目的:
- 开发一种新的MTS预测框架,克服当前STGNN的局限性.
- 为了使模型能够访问和利用整个数据集,以改进模式识别.
- 通过识别跨变量和时间的稀疏,相似的模式来提高预测准确度.
主要方法:
- 引入了一个最近邻国MTS (NN-MTS) 预测框架.
- 在缓存系列的大型数据存储中使用最近邻近检索机制.
- 开发了一种混合时空编码器 (HSTEncoder),用于捕获长期时间和短期时空依赖.
主要成果:
- 在现实数据集的预测性能方面,NN-MTS显著改善.
- 该框架有效地提取多个变量的稀疏,分布式,但相似的模式.
- 在测试时段,NN-MTS可以直接访问整个数据集,无需额外的培训.
结论:
- NN-MTS为MTS预测提供了一种高度表达和高效的方法.
- 该框架显示出更高的可解释性和效率,提高了其应用前景.
- 在MTS建模中,NN-MTS为利用大型数据集开辟了新的途径.
相关概念视频
Prediction Intervals
2.2K
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.
2.2K
Linear Approximation in Time Domain
59
Nonlinear systems often require sophisticated approaches for accurate modeling and analysis, with state-space representation being particularly effective. This method is especially useful for systems where variables and parameters vary with time or operating conditions, such as in a simple pendulum or a translational mechanical system with nonlinear springs.
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
59
Time-Series Graph
4.3K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.3K
Residuals and Least-Squares Property
7.2K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.2K
End Point Prediction: Gran Plot
234
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...
234
Noncompartmental Analysis: Mean Residence Time
89
According to statistical moment theory, mean residence time (MRT) is an important measure in pharmacokinetics. MRT can be defined as the expected mean of a probability density function distribution. It provides valuable insights into drug disposition in the body.
After the administration of a drug through intravenous bolus injection, the drug molecules are distributed throughout the body and remain there for varying periods. The MRT represents the average time these drug molecules stay in the...
After the administration of a drug through intravenous bolus injection, the drug molecules are distributed throughout the body and remain there for varying periods. The MRT represents the average time these drug molecules stay in the...
89


