ebldmOptions class
Options set for EBLDM estimation.
Construction
options = ebldmOptionscreates the default options set.options = ebldmOptions(Name=Value,...)creates a custom options set, with the default options overriden by the name-value arguments.
Properties
Trials
positive integer Number of resets for initial parameter estimation. 200 by default.
Theta
numeric array Initial target parameter vector.
Hyp_param
numeric array Initial hyperparameter vector (
[lambda, beta]).Varsigma
numeric array Initial noise variance.
l
scalar integer Impulse response length. 40 by default.
Iterations
scalar integer Maximum number of iterations. 30 by default.
Tolerance
scalar double Stop iteration once tolerance is met. Norm2 difference between the current and previous iteration outputs. 0.01 by default.
AllowDirectTerms
logical variable Logical variable indicating if direct terms are estimated (true) or not (false). True by default.
AllowErrorEst
logical variable Logical variable indicating if errors are estimated (true) or not (false). True by default.
xi_Count
scalar integer Number of inputs.