gen_powerlaw: Generate a Power Law Process given sigma^2 and d.

View source: R/RcppExports.R

gen_powerlawR Documentation

Generate a Power Law Process given \sigma^2 and d.

Description

Simulates a a Power Law Process given \sigma^2 and d.

Usage

gen_powerlaw(N, sigma2 = 1, d = 0.9)

Arguments

N

An integer for signal length.

sigma2

A double.

d

A double.

Value

plp A vec containing the Power Law Process.


simts documentation built on Aug. 31, 2023, 5:07 p.m.