fit.effectivemass | R Documentation |
Performs a correlated fit of a constant to data generated with
bootstrap.effectivemass
.
fit.effectivemass(cf, t1, t2, useCov = FALSE, replace.na = TRUE, boot.fit = TRUE, autoproceed = FALSE, every)
cf |
An object of class |
t1, t2 |
The fit range. If several correlators are fitted, this is
automatically replicated accordingly. The fit range is adjusted such that
|
useCov |
Use the correlated chisquare. This works only for not too noisy data. |
replace.na |
The functions inverted to determine the effective mass
values might, due to fluctuations, return |
boot.fit |
If set to |
autoproceed |
When the inversion of the variance-covariance matrix
fails, the default behaviour is to abort the fit. Setting this to
|
every |
Fit only a part of the data points. Indices that are not
multiples of |
A correlated chisquare minimisation is performed on the original data as
well as on all bootstrap samples generated by
bootstrap.effectivemass
. The inverse covariance matrix is generated
as described in hep-lat/9412087 in case of too little data to relibably
estimate it.
An object with class effectivemassfit
is returned. It
contains all the data of the input object effMass
with the following
additional member objects:
opt.res
: the object returned by the optim
on the original
data.
massfit.tsboot
: the bootstrap values of the mass and the chisquare
function.
ii
: the index array of data used in the fit.
invCovMatrix
: the inverse covariance matrix.
dof
: the degrees of freedom of the fit.
t1,t2
: the fit range.
Carsten Urbach, curbach@gmx.de
C.Michael, A.McKerrell, Phys.Rev. D51 (1995) 3745-3750, hep-lat/9412087
bootstrap.effectivemass
,
bootstrap.gevp
, gevp2cf
,
invertCovMatrix
data(samplecf) samplecf <- bootstrap.cf(cf=samplecf, boot.R=99, boot.l=2, seed=1442556) effmass <- fit.effectivemass(bootstrap.effectivemass(cf=samplecf), t1=15, t2=23) summary(effmass) plot(effmass, ylim=c(0.14,0.15))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.