e_drift: Expected value DR

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

This function computes the expected value of a drift process.

Usage

1
e_drift(omega, n_ts)

Arguments

omega

A double corresponding to variance of drift.

n_ts

An int indicating the length of the time series.

Value

A vec containing the expected value of the drift.

Examples

1
e_drift(1,200)

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