Thx,
how to insert lags ?

julia> autocor(y,5)
ERROR: MethodError: `autocor` has no method matching autocor(::Array{Float64,1}, ::Int64)
Closest candidates are:
  autocor{T<:Real}(::Array{T<:Real,1}, ::AbstractArray{T<:Integer,1})
autocor{T<:Real}(::Union{Array{T<:Real,1},Array{T<:Real,2}})

julia>
W dniu 2016-01-08 o 19:07, Kristoffer Carlsson pisze:
Because it depends on what lag you use. Presumably you have to change the 
default lag.

Reply via email to