Confidence Bounds
Posted: Fri Oct 30, 2009 7:53 am
How do I get confidence bounds for stochastic simulations of a model? I can get the results I want (variable_s0l, variable_s0m, variable_s0h, and variable_s0s) using the interactive interface, but when I run
mymodel.scenario s0
mymodel.stochastic(r=1000,b=.95,c=f)
mymodel.solveopt(s=s,d=d,i=p)
mymodel.solve
I only get varibale_s0m and variable_s0s. What is the programming syntax necessary to obtain the confidence bounds variable_s0l and variable_s0h?
Thanks
mymodel.scenario s0
mymodel.stochastic(r=1000,b=.95,c=f)
mymodel.solveopt(s=s,d=d,i=p)
mymodel.solve
I only get varibale_s0m and variable_s0s. What is the programming syntax necessary to obtain the confidence bounds variable_s0l and variable_s0h?
Thanks