Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What

nameofinstance.xml

Description

Configuration o the ARMA module

schema location

http

https://

fews

fewsdocs.

wldelft

deltares.nl/schemas/version1.0/errorModelSets.xsd

Entry in ModuleDescriptors

<moduleDescriptor id="ErrorModel">
<description>Applies error correction module</description>
<className>nl.wldelft.fews.system.plugin.errormodel.ErrorModel</className>
</moduleDescriptor>

Children Display
Table of Contents
 


Anchor
_Toc154574436
_Toc154574436
Anchor
_Toc95297290
_Toc95297290
Error correction module configuration

...

GreatCorby_ErrorModel_Forecast 1.00 default.xml

GreatCorby_ErrorModel_Forecast

File name for the GreatCorby_ErrorModel_Forecast configuration.

1.00

Version number

default

Flag to indicate the version is the default configuration (otherwise omitted).



Figure 86 Elements of the error module configuration.

...

Since 2018.02 attribute tags ("@ATTRIBUTE_ID@") can be used to determine the order_ar using attribute values of the output location. The used attributes must be a <number> or <boolean> attribute (in the case of <boolean> the "true" value will be interpreted as 1 and the "false" value as 0). 

order_ma

Order of the MA model. If the orderSelection is true, then this value is used as the maximum order. In this case, for a given ar order, the corresponding ma order will always be calculated as follows: maOrder = arOrder - (maxArOrder - maxMaOrder). During the order optimization process, each ar order for which this results in a valid ma order will be tried.

For example, if the configured <order_ar> is 5 and the configured <order_ma> is 2, then the order optimization process will attempt an arOrder of 0 (special case), 3, 4, and 5. The ar orders of 1 and 2 will be omitted since they would result in a negative ma orderNot used in this method.

Since 2018.02 attribute tags ("@ATTRIBUTE_ID@") can be used to determine the order_ma using attribute values of the output location. The used attributes must be a <number> or <boolean> attribute (in the case of <boolean> the "true" value will be interpreted as 1 and the "false" value as 0). 

...

Updated timeseries data generated by the error model. This serie can contain data for the historic and the forecast period. 


fixedOrderMethod

Root element for defining an error model using the ARMA structure.

Figure 88 Elements of the fixedOrderMethod configuration.

...

  • none
  • ARMA+ systematic
  • systematic
  • ARMA
  • ARMA+ log transformation
  • ARMA+ systematic+ log transformation

...


order_ar

Order of the AR part of the model. In literature mostly an value of the AR order up to 3 is chosen, higher values are possible, but will have a smaller contribution to the overall result of the error correction.

...

Default value required for 'defaultvalue' interpolation option. 


maxObserved

Maximum value to be used by the error module. Higher values will be converted to NaN and not used as input for error correction. This parameter is optional.

...

Option 'logLevelCoefficientsInfo' is set in ErrorModelSetsComplexType directly under element 'errorModelSet'. The value defaults to 'debug', such that the computed coefficients are only logged when the module is run in debug mode. Set the value to 'info' to show the coefficients in the standard logging.