Skip to contents

Computes consecutive point-to-point growth rates from index values.

Usage

iP_eiul(index)

Arguments

index

Numeric vector of strictly positive index values.

Value

A numeric vector with length one less than index.

Examples

iP_eiul(c(1000, 1050, 1200, 1100))
#> [1]  0.05000000  0.14285714 -0.08333333