Skip to content

Commit

Permalink
Remove ami/gmi code
Browse files Browse the repository at this point in the history
Closes #15
  • Loading branch information
Datseris committed Dec 17, 2018
1 parent 2fbbb47 commit 158ab98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 167 deletions.
1 change: 0 additions & 1 deletion src/RecurrenceAnalysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ end
include("matrices.jl")
include("plot.jl")
include("rqa.jl")
include("delay.jl")
include("radius.jl")
include("windowed.jl")

Expand Down
159 changes: 0 additions & 159 deletions src/delay.jl

This file was deleted.

8 changes: 1 addition & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ sigma=10.; rho=28.; b=8/3;
x0 = ones(3)
lorenz_data = dynamical_system(x0, lorenz_eq(sigma,rho,b), .01, 1000)
x = lorenz_data[501:2:end,1]
# Look for optimal delay
ami_def = ami(x, (1,12))
@test findmin(ami_def)[2] == 9
ami_fd = ami(x, (1,12), "FD")
@test findmin(ami_fd)[2] == 10
ami_15 = ami(x, (1,12), 15)
gmi_10 = gmi(x, (1,12), 0.1)

# Look for optimal threshold
dd, rr = sorteddistances(x, theiler=1)
# Distance and recurrence matrices
Expand Down

0 comments on commit 158ab98

Please sign in to comment.