Split FillTimes() into ConvertTime(), AddTime() Add PredictionValid()
1.15.4.1
Final release of version 1.x.
Update applications.
1.15.4
Move SMap NaN warning to verbose. Improve ComputeError NaN handling, require minimum 5 prediction / observation pairs for error computation.
1.15.2
Allow `columns` names to have spaces. Use the "," delimiter in `columns` argument string to refer to data frame columns with names containing spaces. If columns is a list, spaces are handled automatically. Remove SMap warning for Takens violation.
1.15.1
Windows: Remove external OpenBLAS library used in SMap, replace with sklearn LinearRegression solver.
ignoreNan added to PredictNonlinear.
1.15.0
SMap ignoreNan : default true : adjust lib to ignore nan in data.
SMap singularValues : DataFrame of SVD singular values added in SMap return object.
noTime parameter added : default false : If true then data first column not interpreted as time vector.