nlsq.diagnostics.IssueCategory¶
- class nlsq.diagnostics.IssueCategory(*values)[source]¶
Bases:
EnumCategory of detected issue.
- IDENTIFIABILITY¶
Parameter identifiability issues.
- Type:
auto
- GRADIENT¶
Gradient health issues.
- Type:
auto
- CORRELATION¶
Parameter correlation issues.
- Type:
auto
- CONDITIONING¶
Numerical conditioning issues.
- Type:
auto
- CONVERGENCE¶
Convergence-related issues.
- Type:
auto
- SENSITIVITY¶
Parameter sensitivity spectrum issues (wide eigenvalue spread).
- Type:
auto
- __init__(*args, **kwds)¶
Attributes
- IDENTIFIABILITY = 1¶
- GRADIENT = 2¶
- CORRELATION = 3¶
- CONDITIONING = 4¶
- CONVERGENCE = 5¶
- SENSITIVITY = 6¶