Data Analysis: Generalizations of the Local Approximation Method by Singular Spectrum Analysis

A. Loskutov,I. Istomin,O. Kotlyarov
DOI: https://doi.org/10.48550/arXiv.nlin/0109022
2001-09-19
Abstract:We study forecasting capabilities of the methods of Singular Spectrum Analysis (SSA) and Local Approximation (LA). A practical implementation of these methods to several time series is described. Details of the algorithms of these methods are discussed. Advantages and disadvantages of SSA and LA are given. On the basis of our results we generalize LA and SSA and propose a new way for time series forecasting including strongly noisy signals. This allowed us to extend the range of application of LA in comparison with the known standard scheme. For the problem of forecasting, the accuracy enhancement of the numerical computations is discussed.
Chaotic Dynamics,Cellular Automata and Lattice Gases
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to develop a method of Interactive Timetabling to combine the advantages of automated timetabling and user interaction. Specifically: 1. **Problem Background**: - The timetabling problem is a typical application of constraint programming. Its task is to allocate activities in the time slots of available resources while satisfying various constraints, such as priority and capacity limitations. - Traditional timetabling systems are usually fully automated, and users cannot interfere in the timetabling process. This "black - box" method is not transparent enough and lacks flexibility. 2. **Research Motivation**: - Users hope to be able to observe the system's operations during the timetabling process and be able to intervene when necessary, thereby improving the convenience and rationality of timetabling. - The paper proposes the concept of interactive timetabling, in which the system will gradually construct the timetable and allow users to make modifications during the process, such as manually allocating activities or adjusting parameters. 3. **Main Contributions**: - A general model is proposed to describe the timetabling problem (including the definitions and constraints of time, activities, and resources). - An interactive algorithm is designed, which can provide a partial solution at each step and allow users to intervene at any time. 4. **Technical Challenges**: - It is necessary to design an algorithm that can both maintain the validity of the partial solution (i.e., satisfy all hard constraints) and minimize the violation of soft constraints. - The algorithm also needs to support users to modify the timetable at any time and be able to continue to find a complete solution from these modified states. 5. **Solutions**: - Combine the advantages of backtracking search and local search: use forward search to expand partial solutions, and introduce heuristic rules to select activities and locations to reduce conflicts and avoid loops. - Introduce mechanisms such as tabu list to prevent the algorithm from getting into loops, and evaluate the selection of activities and locations by means of weighted sum. In conclusion, this paper aims to improve the efficiency and satisfaction of timetabling by developing an interactive timetabling algorithm that enables users to observe and intervene in real - time during the timetabling process.