Forecast N-Factor Model Spot Prices
'r lifecycle::badge("deprecated")'
This function was deprecated due to a change in the name of the function to adhere to the tidyverse style guide.
Spot.Price.Forecast(X.0, parameters, t, Percentiles = NULL)
output <- Spot.Price.Forecast(X.0 = c(3,0),
parameters = SS_oil$two_factor,
t = seq(0,9,1/12),
Percentiles = c(0.1, 0.9))
## ->
output <- spot_price_forecast(x_0 = c(3,0),
parameters = SS_oil$two_factor,
t = seq(0,9,1/12),
percentiles = c(0.1, 0.9))Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.