File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "ComplexityMeasures"
2
2
uuid = " ab4b797d-85ee-42ba-b621-05d793b346a2"
3
3
authors = " Kristian Agasøster Haaga <kahaaga@gmail.com>, George Datseries <datseris.george@gmail.com>"
4
4
repo = " https://github.com/juliadynamics/ComplexityMeasures.jl.git"
5
- version = " 2.3.1 "
5
+ version = " 2.3.2 "
6
6
7
7
[deps ]
8
8
Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ input data and one of the following probabilities estimators. The result is a
64
64
the outcome `ω[i]`. Use [`probabilities_and_outcomes`](@ref) if you need
65
65
both the probabilities and the outcomes, and use [`outcome_space`](@ref) to obtain
66
66
``\\ Omega`` alone.
67
- The element type of ``\\ Omega`` varies between estimators, but it is guranteed to be
67
+ The element type of ``\\ Omega`` varies between estimators, but it is guaranteed to be
68
68
_hashable_. This allows for conveniently tracking the probability of a specific event
69
69
across experimental realizations, by using the outcome as a dictionary key and the
70
70
probability as the value for that key (or, alternatively, the key remains the outcome
You can’t perform that action at this time.
0 commit comments