CB.DefineAssumND Example 2
This example defines a normally distributed assumption with the following characteristics and places it in the currently selected cell:
A mean of 15,000
A standard deviation of 1000
The third parameter left blank (since the normal distribution only uses two parameters)
A lower truncation point defined by the value in cell B50
An upper truncation point of 16,100
A title of Expenses
CB.DefineAssumND cbDfaNormal,15000,1000,,"=B50",16100,"Expenses"