parameters (pmrf.parameters)
The parameters module for defining model parameters.
Classes
|
A metadata class that groups a set of named flat parameters and defines any relationships between them. |
Functions
|
Check if an object is an instance of a Parameter. |
Check if an object is an instance of a Parameter and if its value is not None. |
|
Check if an object is a non-fixed Parameter. |
|
Check if an object is a fixed Parameter. |
|
|
Ensure an object is a Parameter or container over parameters. |
|
Create a Parameter with a uniform distribution. |
|
Create a Parameter with a uniform distribution defined by a percentage width. |
|
Create a Parameter with a uniform distribution defined by a fractional deviation. |
|
Create a Parameter with a uniform distribution. |
|
Create a Parameter with a normal (Gaussian) distribution. |
|
Create a Parameter with a normal (Gaussian) distribution and a percentage standard deviation. |
|
Create a Parameter with a normal distribution defined by a relative standard deviation. |
|
Create a Parameter that is marked as fixed. |
|
Create a Parameter that is marked as not free (i.e., free to vary). |
|
Combine multiple scalar or identically-shaped Parameters into a single vectorized Parameter. |