DixonResults class

A representation of a Q Test calculation result

Constructors

DixonResults(Confidence _confidence, List<double> values)

Properties

confidence Confidence
The enum representing the confidence used in calculation
no setter
hashCode int
The hash code for this object.
no setterinherited
lowerEnd double?
getter/setter pair
n int
The length of values attribute
no setter
q double?
The Q constant from Dixon's table for the resulting n and given confidence
no setter
removedValues List<double>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upperEnd double?
getter/setter pair
values List<double>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited