Parameter.Pool Module
Contains the `ParameterPool` type, which represents the set of parameters to be estimated within an analysis.
Types
Type | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
Pool.detatchConstraints pool
Parameters:
ParameterPool
Returns: ParameterPool * Constraint list
|
|
|
|
|
|
Full Usage:
Pool.hasParameter name pool
Parameters:
string
pool : ParameterPool
Returns: Parameter option
|
|
Full Usage:
Pool.map f pool
Parameters:
ShortCode -> Parameter -> Parameter
pool : ParameterPool
Returns: ParameterPool
|
|
|
|
Full Usage:
Pool.tryGetBoundsForEstimation pool key
Parameters:
ParameterPool
key : string
Returns: (float * float) option
|