View source: R/invscaledlogit.R
invscaledlogit | R Documentation |
This function is used to estimate exponential lower (80% and 95%) and upper (80% and 95%) values from the outcome of the scaledlogit
function. The exponentiation ensures that the forecast does not go beyond the upper and lower limits of the base data.
invscaledlogit(x, lower, upper)
x |
The forecast values from constrained forecast package. Please specify the appropriate column containing the forecast values. |
lower |
Lower limits of the forecast values |
upper |
Upper limits of the forecast values |
x <- 1:35
lower <- 1
upper <- 35
invscaledlogit(x = x, lower = lower, upper = upper)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.