resampling_is_compatible: Checks whether the resampling of two cf objects is compatible

View source: R/cf.R

resampling_is_compatibleR Documentation

Checks whether the resampling of two cf objects is compatible

Description

Checks whether the resampling of two cf objects is compatible

Usage

resampling_is_compatible(cf1, cf2)

Arguments

cf1

cf object with cf_boot

cf2

cf object with cf_boot

Details

Checks whether operations such as addition can be performed on the resampling samples of cf1 and cf2. In addition to all meta parameters, the dimensions of the resampling sample arrays must be identical.

Value

List of named booleans for each of the checked conditions with elements boot, boot.R, boot.l, sim, endcorr, resampling_method, boot_dim, icf and, optionally iboot_dim (if both cf1 and cf2 contain imaginary parts).


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