mean_diff: Mean of the First Difference of the Data

View source: R/RcppExports.R

mean_diffR Documentation

Mean of the First Difference of the Data

Description

The mean of the first difference of the data

Usage

mean_diff(x)

Arguments

x

A vec containing the data

Value

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

Examples

x=rnorm(10)
mean_diff(x)

SMAC-Group/gmwm documentation built on June 10, 2025, 6:10 a.m.