We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6decd commit 9fcf9d7Copy full SHA for 9fcf9d7
Project.toml
@@ -2,7 +2,7 @@ name = "ComplexityMeasures"
2
uuid = "ab4b797d-85ee-42ba-b621-05d793b346a2"
3
authors = "Kristian Agasøster Haaga <kahaaga@gmail.com>, George Datseries <datseris.george@gmail.com>"
4
repo = "https://github.com/juliadynamics/ComplexityMeasures.jl.git"
5
-version = "3.6.0"
+version = "3.6.1"
6
7
[deps]
8
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
src/core/information_measures.jl
@@ -37,6 +37,7 @@ for usage examples.
37
- [`RenyiExtropy`](@ref).
38
- [`TsallisExtropy`](@ref).
39
- [`ShannonExtropy`](@ref), which is a subcase of the above two in the limit `q → 1`.
40
+- [`FluctuationComplexity`](@ref).
41
42
## Estimators
43
0 commit comments