Enum ProcessTimeDelayIdentWarnings
- Namespace
- TimeSeriesAnalysis.Dynamic
- Assembly
- TimeSeriesAnalysis.dll
Enum of recognized warning or error states during identification of time delays
public enum ProcessTimeDelayIdentWarnings
Fields
FallbackToLinearStaticModel = 6Warning that estimation had to fall back on the static/linear model because other model runs failed.
NoUniqueObjectiveFunctionMinima = 3There are several eqvivalently good time delay estiamtes when judged by objective function value.
NoUniqueRsquaredMinima = 1There are several eqvivalently good time delay estiamtes when judged by Rsquared.
NonConvexObjectiveFunctionSolutionSpace = 4There are other good time delay estimates based on objective function value that are not near the best value This is an indication that something is wrong.
NonConvexRsquaredSolutionSpace = 2There are other good time delay estimates based on Rsquared that are not near the best value This is an indication that something is wrong.
Nothing = 0No errors or warnings
SomeModelRunsFailedToFindSolution = 5Warning that some of the model runs (i.e. for certain time delays) failed to yield a solution. This could be because there is very little information in the dataset, and if most of the information is at the very start this warning can arise as to test longer and longer time delays, a shorter and shorter portion of the dataset is used(some data at the very start needs to be "cut off")