calc_sig_tau: Calculation of sigma and tau from rho and vartheta

View source: R/utilities.R

calc_sig_tauR Documentation

Calculation of sigma and tau from rho and vartheta

Description

Calculation of sigma and tau from rho and vartheta

Usage

calc_sig_tau(rho, vartheta)

Arguments

rho

Parameter rho from iscam model

vartheta

Parameter vartheta from iscam model (actually vartheta squared in the iSCAM equation T5.2)

Details

Total variance is given by ϑ (vartheta) and the proportion of the total variance that is associated with observation errors is given by ρ (rho), the variance is partitioned into observation errors (σ^2) (sigma^2) and process errors (τ^2) (tau^2).

Value

A vector of two values, sigma and tau


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.