Smeared CF mixin constructor
cf_smeared(.cf = cf(), scf, iscf = NULL, nrSamples, obs)
cf
object to extend.
Like cf
, but with the smeared data.
Like icf
, but with the smeared data.
TODO
TODO
returns the input object of class cf
with the smeared mixin added
The following fields will also be made available:
smeared
: Logical, whether the correlation function has smeared data. This is deprecated and instead the presence of bootstrap samples should be queried with inherits(cf, 'cf_smeared')
.
Other cf constructors:
cf_boot()
,
cf_meta()
,
cf_orig()
,
cf_principal_correlator()
,
cf_shifted()
,
cf_subtracted()
,
cf_weighted()
,
cf()