Learn R Programming

pdR (version 1.9.3)

tbar: Compute the resursive mean

Description

Compute the resursive mean of each series

Usage

tbar(x)

Arguments

x

A univariate time series data

Author

Ho Tsung-wu <tsungwu@ntnu.edu.tw>

Details

This function computes the resursive mean

Examples

Run this code
data(inf19)
y <- inf19[,1]
tbar(y)

Run the code above in your browser using DataLab