rescaleMQR | R Documentation |
This function re-scales MultiQR object.
rescaleMQR(mqr, mult = 1, add = 0, Order = "ma")
mqr |
A |
mult |
Multiplicative adjustment of length 1 or with length equal to the number of rows in mqr. |
add |
Additive adjustment of length 1 or with length equal to the number of rows in mqr. |
order |
Order in which to perform adjustment, either
|
This function re-scales MultiQR
objects. Typical usage
is to return forecasts in the domain of the original target variable if modelling
and forecasting has been performed after normalisation/standardisation.
A MultiQR
object.
Jethro Browell, jethro.browell@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.