Description Usage Arguments Details Value
Coefficients of polynomial h(x), which has been fitted to the deterministic dynamics of Langevin model: Largest fixed point of dynamics argmax_x {h(x)=0} estimated from polynomial h(x)`, which has been fitted to the deterministic dynamics of Langevin model:
\dot(x)(t) = h(x(t)) + R \mathcal(N)(0,1)
as described by [1]. For short time series this method is highly dependent on the parameters.
1 | FriedrichCoefficients(arr, m, r)
|
arr |
KHIVA array with the time series. |
m |
Order of polynom to fit for estimating fixed points of dynamics. |
r |
Number of quantiles to use for averaging. |
[1] Friedrich et al. (2000): Physics Letters A 271, p. 217-222 Extracting model equations from experimental data.
KHIVA array with the coefficients for each time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.