View source: R/index_ordinal_variation.R
index_ordinal_variation | R Documentation |
index_ordinal_variation
computes the estimated index of ordinal variation
of an ordinal time series
index_ordinal_variation(series, states)
series |
An OTS. |
states |
A numerical vector containing the corresponding states. |
Given an OTS of length T with range \mathcal{S}=\{s_0, s_1, s_2, …, s_n\} (s_0 < s_1 < s_2 < … < s_n), \overline{X}_t=\{\overline{X}_1,…, \overline{X}_T\}, the function computes the estimated IOV given by \widehat{IOV}=\frac{4}{n}∑_{k=1}^{n-1}\widehat{f}_k(1-\widehat{f}_k), where \widehat{f}_k is the standard estimate of the cumulative marginal probability for state s_k computed from the series \overline{X}_t.
The estimated IOV.
Ángel López-Oriona, José A. Vilar
weiss2019distanceotsfeatures
estimated_iov <- index_ordinal_variation(series = AustrianWages$data[[100]], states = 0 : 5) # Computing the estimate of the IOV # for one series in dataset AustrianWages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.