Weighted CF mixin constructor
cf_weighted(.cf = cf(), weight.factor, weight.cosh)
cf
object to extend.
TODO
TODO
returns the input object of class cf
with the weighted mixin added
The following fields will also be made available:
weighted
: Logical, indicating whether the correlation function has been weighted. This is deprecated and instead the presence of this should be queried with inherits(cf, 'cf_weighted')
.
Other cf constructors:
cf_boot()
,
cf_meta()
,
cf_orig()
,
cf_principal_correlator()
,
cf_shifted()
,
cf_smeared()
,
cf_subtracted()
,
cf()