Kristian Agasøster Haaga
Kristian Agasøster Haaga
- **Two new transfer operator estimators**: The `TransferOperator` probabilities estimator now not only accepts `RectangularBinning` as an argument, but also `SimplexPoint` and `SimplexExact`, which uses a triangulated binning of the...
## Describe the feature you'd like to have Aktaruzzaman & Sassi (2014) presents a parametric approach to computing `SampleEntropy`. It would be nice to have here. ## Cite scientific papers...
As discussed in #230, we could shorten the docstrings for the Shannon differential entropy estimators by just stating the formula once in the overall docs. But there will also be...
In the following discussion, the issue of parallellization came up. This is a reminder of that. Probably best to use https://github.com/JuliaSIMD/Polyester.jl because its loop is rather cheap. I will think...
## Describe the feature you'd like to have Probabilities for multivariate permutation entropy is now computed by doing `probabilities(SymbolicPermutation(), x::AbstractDataset{D})`. This works by simply finding the permutation patterns for each...
**Describe the feature you'd like to have** The `Diversity` estimator currently only accepts time series inputs. It would be nice if it also accepts multivariate input data. Then `Diversity` estimator...
When determining bin visitations for the estimation of the rectangular transfer operator, the bins are sorted after order of first appearance according to the input `pts`. If first sorting the...
Simply excluding the last point if it is outside the triangulation might lead to a cascade of loosing points if there is little data.
## Describe the feature you'd like to have In #182 the `Kaniadakis` entropy was introduced. However, the book which gives the formula doesn't state for which discrete probability distribution it...
As discussed in #133. We only need to *start* the tables. More methods will be added as they are added from the literature. - [ ] Entropies. - [x] Multi-scale...