Convert a JS-idiomatic DlmFitResult to MATLAB DLM layout and names.
This function serves two purposes:
smoothed
x
deviance
lik
x[state][time]
Use this for MATLAB DLM migration and for comparing against Octave reference output that uses MATLAB naming conventions.
JS-idiomatic DlmFitResult from dlmFit
MATLAB DLM-compatible result with transposed layout and old names
Convert a JS-idiomatic DlmFitResult to MATLAB DLM layout and names.
This function serves two purposes:
smoothed→x,deviance→lik, etc.x[state][time]Use this for MATLAB DLM migration and for comparing against Octave reference output that uses MATLAB naming conventions.