RiskSensitivity
Description
|
RiskSensitivity(cellref or output name,Sim#,rank,analysisType, returnValueType) returns the 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 analysisType argument selects the type of analysis desired: 1 for regression, 2 for regression-mapped values, 3 for correlation and 4 for sequential contribution to variance. The returnValueType selects the type of data to be returned: 1 for input name/cell reference/distribution function, 2 for the sensitivity coefficient or value, 3 for equation coefficient , 4 for equation constant, 5 for R-squared (returnValueTypes 3 through 5 are for regression only), 6= sequential contribution to variance fraction, 7= sequential contribution to variance order (returnValueTypes 6-7 are for sequential contribution to variance only) |
Examples
|
RiskSensitivity(A10,1,1,1,1) returns a description of the top ranking input for a regression sensitivity analysis on the simulation results for cell A10.
|
Guidelines |
None. |