Parameters#
The parameters module provides a framework for defining and managing parameters used in statistical models and distributions. It allows for the creation of parameter objects that can be optimized, ensuring that they are properly initialized. Parameters can take any form, including constants or kernels.
Class
|
Class for a single parameter. |
|
Utility class used to manage parameters that are not optimized. |
Methods
|
Create a new instance of the parameter with the given value. |
Attributes
Get the parameter itself. |
|
Get the parameter itself for optimization. |
|
Get the value of the parameter. |
Functions
|
Ensure the input is a Parametrized object. |