Learn R Programming

simts (version 0.2.2)

gen_powerlaw: 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)

Value

plp A vec containing the Power Law Process.

Arguments

N

An integer for signal length.

sigma2

A double.

d

A double.