mod_update.error: Update the error matrix

Description Usage Arguments Value Author(s)

View source: R/mod_update.error.R

Description

This function update the error vector of each curve from a TLum.Analysis object.

Usage

1
2
mod_update.error(object, method, absolute.error = NULL,
  relative.error = NULL, k = 1)

Arguments

object

TLum.Analysis (required): object containing the initial TL curves.

method

character (with default): Defines the methode use to update the error matrix ("poisson", "absolute", "relative", "combine").

absolute.error

numeric (with default): absolute error of the TL signals (used by the "absolute" and "combine" methods).

relative.error

numeric (with default): Relative error of the TL signals (used by the "relative" and "combine" methods).

k

numeric (with default): corrective factor to use when using a poisson distribution for the uncertainties (used by the "poisson" method).

Value

This function provides a new TLum.Analysis with the new error matrix.

Author(s)

David Strebler, University of Cologne (Germany).


TLdating documentation built on May 2, 2019, 9:26 a.m.