cuqi.experimental.algebra.RandomVariable.condition#
- RandomVariable.condition(*args, **kwargs)[source]#
- Condition the random variable on a given value. Only one of either positional or keyword arguments can be passed. - Parameters:
- *args (Any) – Positional arguments to condition the random variable on. The order of the arguments must match the order of the parameter names. 
- **kwargs (Any) – Keyword arguments to condition the random variable on. The keys must match the parameter names. 
 
 
