Skip to content

Commit 9fcf9d7

Browse files
authored
Add missing cross-reference for FluctuationComplexity (#411)
1 parent 3a6decd commit 9fcf9d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ComplexityMeasures"
22
uuid = "ab4b797d-85ee-42ba-b621-05d793b346a2"
33
authors = "Kristian Agasøster Haaga <kahaaga@gmail.com>, George Datseries <datseris.george@gmail.com>"
44
repo = "https://github.com/juliadynamics/ComplexityMeasures.jl.git"
5-
version = "3.6.0"
5+
version = "3.6.1"
66

77
[deps]
88
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"

src/core/information_measures.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ for usage examples.
3737
- [`RenyiExtropy`](@ref).
3838
- [`TsallisExtropy`](@ref).
3939
- [`ShannonExtropy`](@ref), which is a subcase of the above two in the limit `q → 1`.
40+
- [`FluctuationComplexity`](@ref).
4041
4142
## Estimators
4243

0 commit comments

Comments
 (0)