Skip to content

Commit

Permalink
Use quantile (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: George Datseris <[email protected]>
  • Loading branch information
PythagoreanCult and Datseris authored Nov 15, 2024
1 parent fb80e04 commit a570bdc
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 = "FractalDimensions"
uuid = "4665ce21-e117-4649-aed8-08bbe5ccbead"
authors = ["George Datseris <[email protected]>", "Ignacio Del Amo <@PythagoreanCult>", "Anton P Braun"]
version = "1.9.0"
version = "1.9.1"

[deps]
ComplexityMeasures = "ab4b797d-85ee-42ba-b621-05d793b346a2"
Expand Down
2 changes: 1 addition & 1 deletion src/corrsum_based/correlationsum_vanilla.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ProgressMeter

using Distances: evaluate, Euclidean, pairwise, Metric
using Statistics:quantile
using Statistics: quantile

export correlationsum, boxed_correlationsum
export grassberger_proccacia_dim
Expand Down

0 comments on commit a570bdc

Please sign in to comment.