-
**Description**
We need to provide cumulants fit models.
**Proposed solution**
Add the cumulants models, up to 4 terms in the expansion.
-
The recursion used for calculating cumulants from a sequence of data is not numerically stable. Apparently this is known in the literature and is discussed in this paper:
https://www-2.rotman.utoron…
-
What do we want?
- Flow analysis:
- [x] reaction plane flow (integrated)
- [x] reaction plane flow (differential)
- [x] event plane flow (integrated)
- [x] event plane flow (differential)
- [x]…
-
Hi~ When I use the "
from tick.hawkes import HawkesCumulanMatching
....
nphc = HawkesCumulantMatching(integration_support, cs_ratio=.15, tol=1e-10,
step=0.3)
…
-
The `pupsilon` code is suspect, as the higher order cumulants may not be small enough to support truncation. Possibly this code should be replaced by a simulation based approach?
-
There seems to be a problem in the Edgeworth expansion in statsmodels.distributions for this case.
The example is Poisson where all cumulants are equal to the rate lambda.
The numbers using ExpandedN…
-
Measuring the statistics of electron transport though nanostructures has been found to be a powerful experimental tool to gather information about such structures. The functions in countstat.py return…
-
When doing basic statistics on a Dask Array, it is not uncommon to want to compute a few moments (or really cumulants) at the same time. For instance, one normally doesn't just want the mean, but also…
-
Negative values for Binder cumulant around critical temperature for Ising ferromagnets for large system sizes.
-
Hello,
I am currently trying your implementation for Yellins optimal interval method and was wondering if the CDF needs to be normalized in order for the algorithm to work.
Thanks in advance!