QuantileSD
R
QuantilePG
objects (independent of
the previous ones) and then including them in the average.## S3 method for class 'QuantileSD':
increasePrecision(object, R = 1, quiet = FALSE)
QuantileSD
of which to
increase the precision.R
independent quantile
periodograms.QuantileSD
object determined from
oldR + R
independent repetitions.# First simulate a copula spectral density from R=20 independent runs.
csd <- quantileSD(N=2^9, ts=ts1, levels.1=c(0.25,0.5), type="copula", R=20)
# Check out the result:
getR(csd)
plot(csd)
# Now increase the number of independent simulation runs to 50.
csd <- increasePrecision(csd, R=30)
# Check out the (more precise) result:
getR(csd)
plot(csd)
Run the code above in your browser using DataLab