MAinf_normal: Simulate an MA infinity process with algrebraic decay

View source: R/20241206_simulation_function_edit.R

MAinf_normalR Documentation

Simulate an MA infinity process with algrebraic decay

Description

Simulate an MA infinity process with algrebraic decay

Usage

MAinf_normal(N, beta)

Arguments

N

sample size

beta

algebraic decay parameter

Value

simulated MA infinity process

Examples

x = MAinf_normal(100, 1.5)

hdthreshold documentation built on April 11, 2025, 5:54 p.m.