Finding Hidden Patterns in Datasets: Flowchart
The following flowchart suggests a strategy for analyzing a data set, using the tools presented in this dissertation. Section 3.4 contains examples illustrating the application of the procedure presented here.
(Possible Pre-Processing of Data)
Locate repeated time values; arrange time values in increasing order; check for uniform time list, Section 1.2
Remove NaN's, Section 3.4
$\boldsymbol\swarrow$
$\boldsymbol\downarrow$
$\boldsymbol\downarrow$
Linear least-squares approximation, Section 2.2
Large condition numbers? Section 2.3
Nonlinear least-squares, Section 2.4
Gradient methods, a Genetic Algorithm
Unknown periodic content; the Periodogram, Section 2.6
Efficient implementation via the Discrete Fourier Transform, Section 2.7