powered by
Simulate lambda process from one random sequence representing the stable random walk process.
lamp.simulate1(object, drop = 10, keep.tau = 1)
an object of lamp class
numeric, number of tau to discard at the end. Default is 10.
numeric, 0 to clean up, 1 to return unused tau, 2 to return all tau. Default is 1.
an object of lamp class with Z, B, N populated
# NOT RUN { lp <- lamp(4, T.inf=8640, rnd.n=100000) lp1 <- lamp.simulate1(lp) # }
Run the code above in your browser using DataLab