uwerr.cf: uwerr.cf

View source: R/cf.R

uwerr.cfR Documentation

uwerr.cf

Description

Gamma method analysis on all time-slices in a 'cf' object

Usage

uwerr.cf(cf)

Arguments

cf

Object of type cf containing cf_orig

Value

A list with a named element uwcf which contains a data frame with six columns, value, dvalue, ddvalue, tauint, dtauint corresponding to what is returned by uwerrprimary. The sixth column, t, is just an index counting the columns in the original cf$cf. If cf contains an imaginary part, the return value contains another list element, uwicf of the same structure as uwcf. There are as many rows as there were columns in cf$cf and/or cf$icf. When the call to uwerrprimary fails for a particular column of cf$cf or cf$icf, the corresponding row of uwcf and/or uwicf will contain NA for all members.

Examples

data(samplecf)
uwerr.cf(samplecf)


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