OptionalarEstimated AR coefficients (only when fitAr=true). In MATLAB DLM, this is arphi.
Wall-clock time in ms for the first optimizer step (JIT compilation + one gradient pass). In MATLAB DLM, this is jitMs.
Deviance: -2 · log-likelihood at optimum. In MATLAB DLM, this is lik.
Optimization history: deviance at each iteration. In MATLAB DLM, this is likHistory.
Wall-clock time in ms (total: setup + all iterations + final dlmFit)
Full DLM fit result using the estimated parameters
Number of optimizer iterations
Estimated observation noise std dev. In MATLAB DLM, this is s.
OptionalpriorPrior penalty at the optimum: −2·log p(θ*). Only present when a custom loss function is used.
Estimated state noise std devs (diagonal of √W). In MATLAB DLM, this is w.
Result from MLE estimation with JS-idiomatic names.