Numerics.NET.DataAnalysis.Accumulators Namespace

 

Structures

AbsoluteMinMaxAccumulator<T> Represents an accumulator that tracks the smallest and largest value in a sequence.
CorrelationAccumulator<T> Represents an accumulator that computes the Pearson correlation between two sequences.
CosineAccumulator<T> Represents an accumulator that computes the cosine similarity or distance between two sequences.
CovarianceAccumulator<T> Represents an accumulator that computes the covariance of two sequences.
DotProductAccumulator<T> Represents an accumulator that computes the dotProduct of two sequences.
EuclideanDistanceAccumulator<T> Represents an accumulator that computes the Euclidean distance between two sequences.
HigherMomentsAccumulator<T> Represents an accumulator that computes up to the fourth moments of a sequence.
LogSumExpAccumulator<T> Represents an accumulator for the soft maximum of a sequence.
MeanAccumulator<T> Represents an accumulator that computes the mean of a sequence.
MinMaxAccumulator<T> Represents an accumulator that tracks the smallest and largest value in a sequence.
OneNormAccumulator<T> Represents an accumulator for the sum of the absolute values of a sequence.
ProductAccumulator<T> Represents an accumulator for the product of a sequence.
SumAccumulator<T> Represents an accumulator for the sum of a sequence.
SumOfSquaresAccumulator<T> Represents an accumulator for the sum of squares or two norm of a sequence.
VarianceAccumulator<T> Represents an accumulator that computes the variance of a sequence.
WeightedMeanAccumulator<T> Represents an accumulator for the mean of a sequence weighted by another sequence.
WeightedVarianceAccumulator<T> Represents an accumulator for the weighted variance of a sequence.