DerivedVariable¶
Capture a derived value in a statistical model under a given name.
This can be used to record certain derived information computed in the model as a variable that will later be available in some model outputs (e.g., model predictions). More Info... Version 1.0.0
Ports/Properties¶
value¶
Value of the parameter.
varname¶
Name of the variable. The variable can be accessed under this name when analyzing derived distributions such as the predictive distribution.
desc¶
Description for the variable. This can be used to annotate the purpose/meaning of the variable in the context of a statistical model. This is often a single sentence.
verbose_name¶
Optional verbose name for the variable. Can be used for augmented human-readable output.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.