JuliaStats / TimeModels.jl

Modeling time series in Julia
Other
57 stars 28 forks source link

Getting error in `arima` . #68

Closed Vaibhavdixit02 closed 6 years ago

Vaibhavdixit02 commented 6 years ago

a = rand(100) arima_model = arima(a, 2, 2, 1)

Gives error MethodError: no method matching fit(::Array{Float64,1}, ::TimeModels.#build#134{Float64,Int64}, ::Array{Float64,1})

I am using the latest release of TimeModels.jl with Julia v0.6.