Correlator matrix model.
matrixModel(par, t, Time, parind, sign.vec, ov.sign.vec, deltat = 0)
Numeric vector: Fit parameters of the model. In an
object of type matrixfit
, this should be located at
$opt.res$par
.
integer vector: Time of interest.
integer: Time extent of the lattice.
See matrixfit
.
Numeric vector: Relative sign between forward and backwards propagating part. A plus makes it cosh, a minus makes it sinh.
Numeric vector: Overal sign.
Numeric: time shift.
Returns a numeric vector with the same length as the input vector t
containing the model evaluation for these t-values.