Learn R Programming

hadron (version 3.1.2)

plot_hankel_spectrum: plot_hankel_spectrum

Description

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.

Usage

plot_hankel_spectrum(hankel, deltat = 1, id = c(1:hankel$n))

Arguments

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 c(1:hankel$n).

Value

No return value.

See Also

Other hankel: bootstrap.hankel_summed(), bootstrap.hankel(), gevp.hankel_summed(), gevp.hankel(), hankel2cf(), hankel2effectivemass()