plot_hankel_spectrum | R Documentation |
produces a scatter plot of the complex -log of the eigenvalues produced by the bootstrap.hankel method. In addition, produces a histogramm of all real and positive eigenvalues after computing -log(ev)/delta t in the range (0,1) and determines its mode.
plot_hankel_spectrum(hankel, deltat = 1, id = c(1:hankel$n))
hankel |
object as returned from bootstrap.hankel |
deltat |
Integer. Time shift at which to plot |
id |
Integer vector. Indices of eigenvalues to be plotted.
Must be part of |
No return value.
Other hankel:
bootstrap.hankel_summed()
,
bootstrap.hankel()
,
gevp.hankel_summed()
,
gevp.hankel()
,
hankel2cf()
,
hankel2effectivemass()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.