cf_orig: Original data CF mixin constructor

cf_origR Documentation

Original data CF mixin constructor

Description

Original data CF mixin constructor

Usage

cf_orig(.cf = cf(), cf, icf = NULL)

Arguments

.cf

cf object to extend. Named with a leading period just to distinguish it from the member also named cf.

cf

Numeric matrix, original data for all observables and measurements.

icf

Numeric matrix, imaginary part of original data. Be very careful with this as quite a few functions just ignore the imaginary part and drop it in operations.

Value

returns the input object of class cf with the original data mixin added

See Also

Other cf constructors: cf_boot(), cf_meta(), cf_principal_correlator(), cf_shifted(), cf_smeared(), cf_subtracted(), cf_weighted(), cf()

Examples


newcf <- cf_orig(cf=array(rnorm(25*100), dim=c(100, 25))) 
newcf <- cf_meta(newcf, nrObs=1, Time=48, symmetrised=TRUE)
newcf <- bootstrap.cf(newcf)
plot(newcf)


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