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.


wv documentation built on Aug. 31, 2023, 9:08 a.m.

Related to mean_diff in wv...