View source: R/ci_ordinal_skewness.R
ci_ordinal_skewness | R Documentation |
ci_ordinal_skewness
constructs a confidence interval for the
ordinal skewness (block distance)
ci_ordinal_skewness(series, states, level = 0.95, temporal = TRUE, max_lag = 1)
series |
An OTS (numerical vector with integers). |
states |
A numeric vector containing the corresponding states. |
level |
The confidence level (default is 0.95). |
temporal |
Logical. If |
max_lag |
If |
If temporal = TRUE
(default), the function constructs the confidence interval for the
ordinal skewness relying on Theorem 7.1.1 in \insertCiteweiss2019distance;textualotsfeatures. Otherwise,
the interval is constructed according to Theorem 4.1 in \insertCiteweiss2019distance;textualotsfeatures.
The confidence interval.
Ángel López-Oriona, José A. Vilar
weiss2019distanceotsfeatures
ci_skewness <- ci_ordinal_skewness(AustrianWages$data[[100]], states = 0 : 5) # Constructing a confidence interval for the # ordinal skewness for one OTS in dataset AustrianWages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.