statsmodels.tools.tools.clean0¶ statsmodels.tools.tools.clean0(matrix)[source]¶ 删除全零列:可以在伪逆运算中节省一些时间。 Parameters:¶ matrixndarray要清理的数组。 Returns:¶ ndarray清理后的数组。 Last update: Oct 16, 2024