Learn R Programming

gmwm (version 2.0.0)

gm_to_ar1: Transform GM to AR1

Description

Takes GM values and transforms them to AR1

Usage

gm_to_ar1(theta, freq)

Arguments

theta
A vec that contains AR1 values.
freq
A double indicating the frequency of the data.

Value

A vec containing GM values.

Examples

Run this code
gm_to_ar1(c(0.3,1,0.6,.3), 2)

Run the code above in your browser using DataLab