Specify parameters of N-factor model
'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.
NFCP.Parameters( N.factors, GBM, Initial.State, S.Constant, N.contracts = NULL, verbose = TRUE )
output <- NFCP.Parameters(N.factors = 2,
GBM = TRUE,
Initial.State = FALSE,
S.Constant = FALSE,
N.contracts = 5)
## ->
output <- NFCP_parameters(N_factors = 2,
GBM = TRUE,
initial_states = FALSE,
N_ME = 5)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.