RVUFunction

constructor(rv: RVariableIfc, theTransform: (f: Double) -> Double = { f: Double -> f })

This represents a uni-variate function of a random variable. The function will have the same stream and same underlying provider as the supplied random variable

Parameters

rv

the random variable in the function mapping

theTransform

the functional transformation using (first) to produce a double