rollingmean: Calculate the rolling mean of length 2

View source: R/HelperFunctions.R

rollingmeanR Documentation

Calculate the rolling mean of length 2

Description

Calculate the rolling mean of length 2

Usage

rollingmean(x)

Arguments

x

vector of values, for which the rolling mean is calculated

Examples

rollingmean(1:10)

LifeInsureR documentation built on June 15, 2025, 1:08 a.m.