RiskSensitivityStatChange

Description

 

RiskSensitivityStatChange(cellref or output name,Sim#,rank, numBins, whichStatistic, percentile, returnValueType) returns the “change in output statistic” sensitivity analysis information of the simulated distribution for cellref or output name. The rank argument specifies the rank in the sensitivity analysis for the input whose results are desired, where 1 is the top ranking, or most important, input. The numBins argument specifies the number of equal-sized bins the samples for each input will be divided into. The whichStatistic argument specifies the statistic that will be calculated for the output in this analysis.  If whichStatistic is a percentile, percentile is the percentile value to use. The returnValueType selects the type of data to be returned: 1 for input name/cell reference/distribution function, 2 for the minimum statistic value for a bin, and 3 for the maximum statistic for a bin.

 

Examples

 

RiskSensitivityStatChange(A10,1,1,20,1,0,1) returns a description of the top ranking input for a change in output statistic sensitivity analysis on the simulation results for cell A10. The mean is the statistic used in the analysis and the input samples are divided into 20 equal-sized bins.

 

Guidelines

numBins must be a positive integer.

whichStatistic is 1=mean, 9=mode, 10=percentile.

percentile must be between 0 and 1.