tbar: Compute the resursive mean

View source: R/unitRoot.R

tbarR Documentation

Compute the resursive mean

Description

Compute the resursive mean of each series

Usage

 tbar(x)

Arguments

x

A univariate time series data

Details

This function computes the resursive mean

Author(s)

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

Examples

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


pdR documentation built on Sept. 11, 2024, 9:08 p.m.