Description Usage Arguments Details Value Examples
Calculating cross-sectional measures of forecast dispersion
1 2 3 4 | dispersion(obj, ...)
## S3 method for class 'survey'
dispersion(surveyObj, method = 1)
|
surveyObj |
an object of class survey |
method |
the dispersion measure |
Computes dispersion measures for forecasters.
1Interquartile Range
2Standard deviation
3Interquartile Range on Q/Q-growth
The function returns an object of class ts
1 2 | tmp <- individualSPF(survey = "CPI", variable = "CPI3")
dsp <- dispersion(tmp,method = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.