lib.utils¶
Global utilities.
Functions
Return inverse of input |
|
Return correlation matrix corresponding to input covariance matrix |
|
Return regularly-spaced array. |
|
Set |
|
Broadcast |
|
Interleave input arrays |
|
Return inverse of input 2D or 0D (scalar) array |
|
Match |
|
Bin an ndarray in all axes based on the target shape, by summing or averaging. |
|
Return string representation of input central value |
|
Scientific notation. |
|
Standard notation (US version). |
|
Transform standard text into latex by replacing ‘_xxx’ with ‘_{xxx}’ and ‘^xxx’ with ‘^{xxx}’. |
|
Compute the q-th quantile of the weighted data along the specified axis. |
Classes
Class holding a bunch of attributes. |
|
Class holding an ordered, unique list of items. |
|