Nolds examples¶
You can run some examples for the functions in nolds with the command
python -m nolds.examples <key> where <key> can be one of the following:
lyapunov-logisticshows a bifurcation plot of the logistic map and compares the true lyapunov exponent to the estimates obtained withlyap_eandlyap_r.lyapunov-tentshows the same plot aslyapunov-logistic, but for the tent map.profilingruns a profiling test with the packagecProfile.hurst-weron2plots a reconstruction of figure 2 of the weron 2002 paper about the hurst exponent.hurst-histplots a histogram of hurst exponents obtained for random noise.hurst-nvalscreates a plot that compares the results of different choices for nvals for the functionhurst_rs.sampen-tolcompares old and new default tolerance values forsampen.hurst_mf_stockexample function recreates a plot from Di Matteo (2003).barabasi_1991_figure2andbarabasi_1991_figure3recreate the respective plots from Barabasi et al. (1991)lorenzcalculates all main measures ofnoldsfor x, y, and z coordinates of a Lorenz plot and compares them to prescribed values from the literature.
These tests are also available as functions inside the module nolds.examples.