Learn R Programming

TLdating (version 0.1.3)

mod_update.error: Update the error matrix

Description

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

Usage

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.