caf.toolkit.math_utils#
A toolbox of useful math related functionality.
Most will be used elsewhere in the codebase too
Functions
|
Check if check_dict values are numeric. |
|
Clip all small, non-zero values in an array up to a minimal value. |
|
Calculate the convergence between two curves. |
|
Check if two values are similar. |
|
Check if a list of values are similar. |
|
Create a report of NaN values in relative matrix locations. |
|
Calculate the root-mean-squared error between targets and achieved. |
Classes
|
Special type indicating an unconstrained type. |