MAinf_normal {hdthreshold} | R 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)
[Package hdthreshold version 1.0.0 Index]