matrixModel: Correlator matrix model.

View source: R/matrixfit.R

matrixModelR Documentation

Correlator matrix model.

Description

Correlator matrix model.

Usage

matrixModel(par, t, Time, parind, sign.vec, ov.sign.vec, deltat = 0)

Arguments

par

Numeric vector: Fit parameters of the model. In an object of type matrixfit, this should be located at $opt.res$par.

t

integer vector: Time of interest.

Time

integer: Time extent of the lattice.

parind

See matrixfit.

sign.vec

Numeric vector: Relative sign between forward and backwards propagating part. A plus makes it cosh, a minus makes it sinh.

ov.sign.vec

Numeric vector: Overal sign.

deltat

Numeric: time shift.

Value

Returns a numeric vector with the same length as the input vector t containing the model evaluation for these t-values.

See Also

matrixfit


hadron documentation built on Sept. 9, 2022, 5:06 p.m.