Returns the number of finite values for each index along the given axis.
For example, in a matrix, specifying Axis(0) will give the number of
finite values per row.
Returns the number of non-finite values for each index along the given
axis. For example, in a matrix, specifying Axis(0) will give the number
of non-finite values per row.