Learn R Programming

simts (version 0.2.2)

e_drift: Expected value DR

Description

This function computes the expected value of a drift process.

Usage

e_drift(omega, n_ts)

Value

A vec containing the expected value of the drift.

Arguments

omega

A double corresponding to variance of drift.

n_ts

An int indicating the length of the time series.