DataLib class

Constructors

DataLib()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

arithmaticMean({required List values}) double
cor({required List xList, required List yList}) double
cov({required List xList, required List yList}) double
geometricMean({required List values}) num
harmonicMean({required List values}) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
populationStandardDeviation({required List values}) double
regressionAnalysis({required List xList, required List yList, double? estimate}) List
sampleStandardDeviation({required List values}) double
toString() String
A string representation of this object.
inherited

Operators

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