Learn R Programming

ecd (version 0.9.2.4)

lamp.generate_tau: Generate tau from stable distribution

Description

Generate tau, a random sequence representing the stable random walk process.

Usage

lamp.generate_tau(object)

Arguments

object

an object of lamp class

Value

an object of lamp class with tau populated, tau_i is set to 1.

Examples

Run this code
# NOT RUN {
lp <- lamp(4, rnd.n=10)
lp1 <- lamp.generate_tau(lp)
lp1@tau

# }

Run the code above in your browser using DataLab