News
The following PROC UNIVARIATE code processes the estimations: proc univariate data=est noprint; var a x0; output out=monte mean=mean p5=p5 p95=p95; run; proc print data=monte; run; ...
The Monte Carlo simulation estimates the probability of different outcomes in a process that cannot easily be predicted because of the potential for random variables.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results