pycmtensor.expressions
Contents
pycmtensor.expressions#
PyCMTensor expressions module
Module Contents#
- class pycmtensor.expressions.Beta(name, value=0.0, lowerbound=None, upperbound=None, status=0)[source]#
Bases:
ExpressionsClass object for Beta parameters
The shared variable object of the Beta parameter to be updated on. Can be accessed with a call function
- Type
aet.TensorSharedVariable
Constructor for Beta class object
- Parameters
name (str) – Name of the Beta class object
value (float) – Initial starting value. Defaults to
0lowerbound (float) – lowerbound value. Defaults to
Noneupperbound (float) – upperbound value. Defaults to
Nonestatus (int) – Whether to estimate (0) this Beta expression or not (1).