quantspec-defunct {quantspec} | R Documentation |
Defunct functions in package quantspec
Description
These functions have been declared defunct since Version 1.0-1.
Usage
ct(i1, i2, n)
LaplacePeriodogram(
X,
taus,
omegas = 1:(ceiling(length(X)/2) - 1),
fromRanks = TRUE,
showProgressBar = FALSE
)
plotLaplacePeriodogram(
LPG,
taus,
F = 1:length(LPG[, 1]),
CL = 1:length(taus),
hRange = FALSE,
hOffset = FALSE,
ylabel = expression({
{
hat(f)
}[n]^{
list(tau[1], tau[2])
}
}(omega)),
oma = c(2.5, 2.5, 2.5, 2.5),
mar = c(4.5, 4.5, 1, 0) + 0.1,
cex.lab = 1.5
)
smoothedLaplacePeriodogram(LPG, taus, W)
Arguments
i1 |
Parameter of DEFUNCT function. |
i2 |
Parameter of DEFUNCT function. |
n |
Parameter of DEFUNCT function. |
X |
Parameter of DEFUNCT function. |
taus |
Parameter of DEFUNCT function. |
omegas |
Parameter of DEFUNCT function. |
fromRanks |
Parameter of DEFUNCT function. |
showProgressBar |
Parameter of DEFUNCT function. |
LPG |
Parameter of DEFUNCT function. |
F |
Parameter of DEFUNCT function. |
CL |
Parameter of DEFUNCT function. |
hRange |
Parameter of DEFUNCT function. |
hOffset |
Parameter of DEFUNCT function. |
ylabel |
Parameter of DEFUNCT function. |
oma |
Parameter of DEFUNCT function. |
mar |
Parameter of DEFUNCT function. |
cex.lab |
Parameter of DEFUNCT function. |
W |
Parameter of DEFUNCT function. |
[Package quantspec version 1.2-4 Index]