utils
File for storing utilities and probability calculators needed to run FP model
Classes
| Name | Description |
|---|---|
| DuplicateNameException | Raised when either multiple instances of Module or State, or of any other type |
DuplicateNameException
utils.DuplicateNameException(obj)Raised when either multiple instances of Module or State, or of any other type passed to ndict have duplicate names.
Functions
| Name | Description |
|---|---|
| data2interp | Convert unevenly spaced data into an even spline interpolation |
data2interp
utils.data2interp(data, ages, normalize=False)Convert unevenly spaced data into an even spline interpolation