statsmodels.tools.tools.clean0

statsmodels.tools.tools.clean0(matrix)[ソース]

Erase columns of zeros: can save some time in pseudoinverse.

Parameters:
matrixndarray

The array to clean.

Returns:
ndarray

The cleaned array.


最終更新日: 2025年01月28日