tbar {pdR} | R 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)
[Package pdR version 1.9.2 Index]