mean_diff: Mean of the First Difference of the Data

Description Usage Arguments Value Examples

Description

The mean of the first difference of the data

Usage

1

Arguments

x

A vec containing the data

Value

A double that contains the mean of the first difference of the data.

Examples

1
2
x=rnorm(100)
mean_diff(x)

gmwm documentation built on April 14, 2017, 4:38 p.m.