| change_cv_measure | R Documentation |
For cross-validated fits using the RIS-CV strategy, the measure of prediction accuracy can be adjusted post-hoc.
change_cv_measure(
x,
measure = c("wrmspe", "wmape", "tau_size", "wrmspe_cv", "wmape_cv"),
max_solutions = Inf
)
x |
fitted (adaptive) PENSE or M-estimator |
measure |
the measure to use for prediction accuracy |
max_solutions |
consider only this many of the best solutions. If missing, all solutions are considered. |
a pense.cvfit object using the updated measure of prediction accuracy
Other functions to compute robust estimates with CV:
pense_cv(),
regmest_cv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.