e_drift: Expected value DR

View source: R/RcppExports.R

e_driftR Documentation

Expected value DR

Description

This function computes the expected value of a drift process.

Usage

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

e_drift(1,200)

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.