Computes jackknife estimate and standard error for skewness and kurtosis.
.sv_jack(
x,
bias.correct = TRUE,
return.replicates = FALSE,
type = c("skew", "kurt")
)A list with estimate (`est`), bias-corrected estimate (`est_bc`), variance, and standard error.
A numeric vector.
Logical, whether to apply bias correction. Default is TRUE.
Logical, whether to return jackknife replicates. Default is FALSE.
Character, either "skew" or "kurt" to specify the type of statistic.