ContContractRV.__init__#
- ContContractRV.__init__(name=None, ndim_supp=None, ndims_params=None, dtype=None, inplace=None, signature=None)#
Create a random variable
Op
.- Parameters:
- name: str
The
Op
’s display name.- signature: str
Numpy-like vectorized signature of the random variable.
- dtype: str (optional)
The default dtype of the sampled output. If the value
"floatX"
is given, thendtype
is set topytensor.config.floatX
. IfNone
(the default), thedtype
keyword must be set whenRandomVariable.make_node
is called.- inplace: boolean (optional)
Determine whether the underlying rng state is mutated or copied.