Fun » function of random variables#
Fun does not specify a random variable, but a function that can depend on other random variables.
Syntax#
- property fun#
Function of random variables that defines a generalized random variable. Conditional on the values of the dependend random variables, it is a deterministic mapping.
funspecifies a function that can depend on other random variables.- Parametrization:
Parameters of the generalized random variable can be specified as additional key-value pairs in an object of type
flx_rv_config. The following combinations of parameters are accepted:fun
The interpretation of the parameters is:
fun(flxPara): mapping
Example: … see this example