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

explicitly cast to double array

parent 6252ab9e
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@
([] (.getConfig decomposer))
([_]
(let [^StlResult decomposition (.decompose
^StlDecomposition decomposer
xs
(preprocess ys))]
decomposer
(double-array xs)
(double-array (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.
Finish editing this message first!
Please register or to comment