calc_likelihood_weights: Calculate likelihood weights.

Description Usage Arguments Value Examples

View source: R/calc_likelihood_weights.R

Description

Calculate likelihood weights.

Usage

1
calc_likelihood_weights(years, weight.rate)

Arguments

years

A vector of the years that weights must be calculated for.

weight.rate

The rate used to calculate the weights. Each year y is assigned weight proportional to (1 - weight.rate) ^ (- year).

Value

A vector of weights.

Examples

1
calc_likelihood_weights(1980:2010, .05)

vkontis/maple documentation built on July 15, 2019, 5:08 p.m.