mean_diff: Mean of the First Difference of the Data

Description Usage Arguments Value Examples

View source: R/RcppExports.R

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(10)
mean_diff(x)

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.