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, thendtypeis set topytensor.config.floatX. IfNone(the default), thedtypekeyword must be set whenRandomVariable.make_nodeis called.- inplace: boolean (optional)
Determine whether the underlying rng state is mutated or copied.