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.


SMAC-Group/simts documentation built on Sept. 4, 2023, 5:25 a.m.