liesel.model#
Liesel modeling framework.
Functions
|
Configures an |
|
Builds a Gibbs kernel for a smoothing parameter with an inverse gamma prior. |
|
A weak variable evaluating a probability integral transform (PIT). |
|
A weak variable calculating an element-wise sum. |
|
A weak variable evaluating the |
|
A weak variable stacking its inputs column-wise. |
|
A strong variable representing a design matrix. |
|
A strong variable representing a hyperparameter. |
|
A weak variable representing an inverse link function. |
|
A strong variable representing a model parameter. |
|
A weak variable representing a regression predictor. |
|
A strong variable representing a vector of regression coefficients. |
|
A strong variable representing a response vector. |
|
A weak variable calculating the matrix-vector product |
|
A strong variable representing a smoothing parameter. |
|
Loads a model from a dill file. |
|
|
|
Plots the nodes of a Liesel model. |
|
Plots the variables of a Liesel model. |
Classes
A model builder for distributional regression models. |
|
|
A graph builder, used to set up a |
|
A model with a static graph. |
|
A |
|
A |
|
A |
|
A group holds a collection of related |
|
A node that groups its inputs for another node. |
|
A node of a computational graph that can cache its value. |
|
The state of a node. |
|
A transient calculator node that does not cache its value. |
|
A transient distribution node that does not cache its value. |
|
A transient identity node that does not cache its value. |
|
A node that does not cache its value. |
|
A |
|
A variable in a statistical model. |