ChannelStatistics class

Represents the statistics of a channel.

Constructors

ChannelStatistics({required int depth, required double area, required double minima, required double maxima, required double sum, required double sumSquared, required double sumCubed, required double sumFourthPower, required double mean, required double variance, required double standardDeviation, required double kurtosis, required double skewness, required double entropy, required double median})
const

Properties

area double
final
depth int
final
entropy double
final
hashCode int
The hash code for this object.
no setteroverride
kurtosis double
final
maxima double
final
mean double
final
median double
final
minima double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skewness double
final
standardDeviation double
final
sum double
final
sumCubed double
final
sumFourthPower double
final
sumSquared double
final
variance double
final

Methods

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

Operators

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