Skip to content

Commit

Permalink
remove a final reconstruct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Nov 21, 2020
1 parent e5fda5a commit 9d62d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DelayEmbeddings"
uuid = "5732040d-69e3-5649-938a-b6b4f237613f"
repo = "https://github.com/JuliaDynamics/DelayEmbeddings.jl.git"
version = "1.14.3"
version = "1.14.4"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down
2 changes: 1 addition & 1 deletion src/traditional_de/estimate_delay.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export estimate_delay, exponential_decay_fit, autocor
"""
estimate_delay(s, method::String [, τs = 1:100]; kwargs...) -> τ
Estimate an optimal delay to be used in [`reconstruct`](@ref) or [`embed`](@ref).
Estimate an optimal delay to be used in [`embed`](@ref).
The `method` can be one of the following:
* `"ac_zero"` : first delay at which the auto-correlation function becomes <0.
Expand Down

0 comments on commit 9d62d76

Please sign in to comment.