Enum ProcessTimeDelayIdentWarnings
Enum of recognized warning or error states during identification of time delays
Namespace: TimeSeriesAnalysis.Dynamic
Assembly: TimeSeriesAnalysis.dll
Syntax
public enum ProcessTimeDelayIdentWarnings
Fields
Name | Description |
---|---|
FallbackToLinearStaticModel | Warning that estimation had to fall back on the static/linear model because other model runs failed. |
NoUniqueObjectiveFunctionMinima | There are several eqvivalently good time delay estiamtes when judged by objective function value. |
NoUniqueRsquaredMinima | There are several eqvivalently good time delay estiamtes when judged by Rsquared. |
NonConvexObjectiveFunctionSolutionSpace | There 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 | There 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 | No errors or warnings |
SomeModelRunsFailedToFindSolution | Warning 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") |