liesel.model.nodes.Param#

liesel.model.nodes.Param(value, distribution=None, name='')[source]#

Declares a parameter variable.

Sets the Var.parameter flag. If the parameter variable is a random variable, i.e. if it has an associated probability distribution, its log-probability is automatically added to the model log-prior (see Model.log_prior).

Return type:

Var