rescaleMQR: Re-scale MultiQR object

View source: R/rescaleMQR.R

rescaleMQRR Documentation

Re-scale MultiQR object

Description

This function re-scales MultiQR object.

Usage

rescaleMQR(mqr, mult = 1, add = 0, Order = "ma")

Arguments

mqr

A MultiQR object to be re-scaled

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 "ma" (multiple-then-add) or vice versa.

Details

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.

Value

A MultiQR object.

Author(s)

Jethro Browell, jethro.browell@strath.ac.uk


jbrowell/ProbCast documentation built on July 20, 2024, 1:53 p.m.