Skip to content

Commit

Permalink
docsring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Sep 22, 2018
1 parent 294d300 commit 1b40b2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/localmodeling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,9 @@ object of the same type as `s`, which can be either a timeseries (vector) or an
always contains the final point of `s` as starting point. This means that the
returned data has length of `p + 1`.
If given `(s, D, τ)`, then a [`Reconstruction`](@ref) is performed on `s`
with dimension `D` and delay `τ`. If given only `s` then no [`Reconstruction`](@ref)
is done. Keep in mind that the intented behavior of the algorithm is to work with
a reconstruction, and not "raw" data.
If given `(s, D, τ)`, it first calls [`reconstruct`](@ref) on `s`
with dimension `D` and delay `τ`. If given only `s` then no reconstruction
is done.
## Keyword Arguments
* `method = AverageLocalModel(ω_unsafe)` : Subtype of [`AbstractLocalModel`](@ref).
Expand Down

0 comments on commit 1b40b2b

Please sign in to comment.