model_parameters
model_parameters(model)The model’s current parameter vector, with names where the model exposes them.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| model | Model | The model to inspect. | required |
Returns
| Name | Type | Description |
|---|---|---|
| dict | values (list of float), names (plain-word parameter labels), and symbols (the library’s own symbols). The two name lists are empty for any model whose parameter vector is not a single distribution’s, which is every family other than a stationary univariate one. |