Skip to content
Snippets Groups Projects
Commit 6252ab9e authored by Simon Belak's avatar Simon Belak
Browse files

More type hints

parent 78925689
Branches
Tags
No related merge requests found
......@@ -29,9 +29,10 @@
(fn
([] (.getConfig decomposer))
([_]
(let [^StlResult decomposition (.decompose decomposer
xs
(preprocess ys))]
(let [^StlResult decomposition (.decompose
^StlDecomposition decomposer
xs
(preprocess ys))]
{:trend (postprocess (.getTrend decomposition))
:seasonal (postprocess (.getSeasonal decomposition))
:residual (postprocess (.getRemainder decomposition))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment