Property Functions

@RISK Property functions cannot be use on their own, but instead must be embedded inside another @RISK function to modify its behavior. There are property functions for configuring names and labels, truncating distributions, configuring correlations, and many other tasks.

Property functions are always optional!

For example, the following function uses the RiskTruncate property function to limit a normal distribution to a range with a minimum value of 0 and a maximum value of 20:

=RiskNormal(10,5,RiskTruncate(0,20))

In this case, there won’t be any sampled values below 0 or above 20.