N-Factor Model American Put Option Pricing
'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.
American.Option.Value( X.0, parameters, n, t, dt, K, r, orthogonal = "Power", degree = 2, verbose = FALSE, debugging = FALSE )
output <- American.Option.Value(X.0 = c(3,0), parameters = SS_oil$two_factor, n = 1e2, t = 1, dt = 1/12, K = 20, r = 0.05, verbose = FALSE, orthogonal = "Power", degree = 2) ## -> output <- American_option_value(x_0 = c(3,0), parameters = SS_oil$two_factor, N_simulations = 1e2, option_maturity = 1, dt = 1/12, K = 20, r = 0.05, verbose = FALSE, orthogonal = "Power", degree = 2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.