BetaGeoNBDRV.__init__#

BetaGeoNBDRV.__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, then dtype is set to pytensor.config.floatX. If None (the default), the dtype keyword must be set when RandomVariable.make_node is called.

inplace: boolean (optional)

Determine whether the underlying rng state is mutated or copied.