gen_powerlaw {simts}R 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.


[Package simts version 0.2.2 Index]