Zeta: 'zeta' computes the function zeta

Description Usage Arguments Value Examples

View source: R/Zeta.R

Description

zeta computes the function ζ

Usage

1
Zeta(p, nu, sigma, u)

Arguments

p

Numeric vector with the probabilities of measurement error of each statistical unit.

nu

Numeric vector with the prediction error standard deviation of each statistical unit.

sigma

Numeric vector with the observation error standard deviation of each statistical unit.

u

Numeric vector with the predicted measurement error (observed value minus predicted value and the result, divided by nu) for each statistical unit.

Value

Numeric vector with the value of the zeta function for each statistical unit.

Examples

1
Zeta(0.5, 130, 400, -20.3)

david-salgado/SelEditFunctions documentation built on Oct. 22, 2019, 6:25 a.m.