This function calculates the value of the specified assumption that corresponds to the specified percentile. You can call this function from either a subroutine or a worksheet. To call this function from a worksheet, use the name CB.GetAssumPercentFN.
In VBA code, always call CB.CheckData before calling this function to ensure the latest data values are used. |
Table 87. CB.GetAssumPercent Returned Data Type
Assumption value that corresponds to the specified percentile |
The percentile is calculated based on the assumption’s distribution. Any truncation points are factored into the percentile calculation.
Reversing the percentiles using the cbRunReversePercentile option does not affect the output of this function. For more information, see CB.RunPrefsND. |