Printing ResultsΒΆ

Most functions in the PyIMSL Stat Library do not print any of the results; the output is returned in variables.

The PyIMSL Stat Library contains some special functions just for printing arrays. For example, writeMatrix is a convenient function for printing matrices of type float. See Printing Functions for detailed descriptions of these functions.