Learn R Programming

hdthreshold (version 1.0.0)

MAinf_normal: Simulate an MA infinity process with algrebraic decay

Description

Simulate an MA infinity process with algrebraic decay

Usage

MAinf_normal(N, beta)

Value

simulated MA infinity process

Arguments

N

sample size

beta

algebraic decay parameter

Examples

Run this code
x = MAinf_normal(100, 1.5)

Run the code above in your browser using DataLab