powered by
Performs scenario analysis by modifying underlying parameters of a pbox object. Query the probabilistic space under different scenarios with different combinations of parameters for a single query.
scenario_pbox( pbx, param_list = "list", sigma = 0.05, range = seq(-3, 3, 1), ... )# S4 method for pbox scenario_pbox( pbx, param_list = "list", sigma = 0.05, range = seq(-3, 3, 1), ... )
# S4 method for pbox scenario_pbox( pbx, param_list = "list", sigma = 0.05, range = seq(-3, 3, 1), ... )
Named list of results from each scenario evaluation.
object of class pbox
List specifying which parameters to modify.
Standard deviation for parameter deviations, defaulting to 0.05.
Range of deviation multipliers, default is seq(-3, 3, 1).
Additional arguments passed to qpbox.
data("SEAex") pbx <- set_pbox(SEAex) scenario_pbox(pbx,mj = "Vietnam:31 & avgRegion:26", param_list = list(Vietnam="mu"))
Run the code above in your browser using DataLab