Class Max

  • All Implemented Interfaces:
    Destroyable, ErrorProvider, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, SizeOfHandler, Serializable

    public class Max
    extends AbstractMatrixStatistic
    Determines the largest numeric value in the matrix, skips NaN and infinity values.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -row <adams.core.Range> (property: rows)
        The rows of the subset to retrieve.
        default: first-last
        example: A range is a comma-separated list of single 1-based indices or sub-ranges of indices ('start-end'); 'inv(...)' inverts the range '...'; the following placeholders can be used as well: first, second, third, last_2, last_1, last
     
    -col <adams.data.spreadsheet.SpreadSheetColumnRange> (property: columns)
        The columns of the subset to retrieve; A range is a comma-separated list 
        of single 1-based indices or sub-ranges of indices ('start-end'); 'inv(..
        .)' inverts the range '...'; column names (case-sensitive) as well as the 
        following placeholders can be used: first, second, third, last_2, last_1,
         last; numeric indices can be enforced by preceding them with '#' (eg '#12'
        ); column names can be surrounded by double quotes.
        default: first-last
        example: A range is a comma-separated list of single 1-based indices or sub-ranges of indices ('start-end'); 'inv(...)' inverts the range '...'; column names (case-sensitive) as well as the following placeholders can be used: first, second, third, last_2, last_1, last; numeric indices can be enforced by preceding them with '#' (eg '#12'); column names can be surrounded by double quotes.
     
    Version:
    $Revision: 9765 $
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form