powered by
Generate tau, a random sequence representing the stable random walk process.
lamp.generate_tau(object)
an object of lamp class
an object of lamp class with tau populated, tau_i is set to 1.
# NOT RUN { lp <- lamp(4, rnd.n=10) lp1 <- lamp.generate_tau(lp) lp1@tau # }
Run the code above in your browser using DataLab