Implements some aspects of Laplace distribution (based on stats package) for stable random walk simulation.
rlaplace0(n, b = 1)dlaplace0(x, b = 1)
numeric, number of observations.
numeric, the scale parameter, where the variance is 2*b^2.
numeric, vector of responses.
numeric, standard convention is followed: d* returns the density, p* returns the distribution function, q* returns the quantile function, and r* generates random deviates.