Numerics. NET. Data Analysis. Accumulators Namespace
Structures
Absolute | Represents an accumulator that tracks the smallest and largest value in a sequence. |
Correlation | Represents an accumulator that computes the Pearson correlation between two sequences. |
Cosine | Represents an accumulator that computes the cosine similarity or distance between two sequences. |
Covariance | Represents an accumulator that computes the covariance of two sequences. |
Dot | Represents an accumulator that computes the dotProduct of two sequences. |
Euclidean | Represents an accumulator that computes the Euclidean distance between two sequences. |
Higher | Represents an accumulator that computes up to the fourth moments of a sequence. |
Log | Represents an accumulator for the soft maximum of a sequence. |
Mean | Represents an accumulator that computes the mean of a sequence. |
Min | Represents an accumulator that tracks the smallest and largest value in a sequence. |
One | Represents an accumulator for the sum of the absolute values of a sequence. |
Product | Represents an accumulator for the product of a sequence. |
Sum | Represents an accumulator for the sum of a sequence. |
Sum | Represents an accumulator for the sum of squares or two norm of a sequence. |
Variance | Represents an accumulator that computes the variance of a sequence. |
Weighted | Represents an accumulator for the mean of a sequence weighted by another sequence. |
Weighted | Represents an accumulator for the weighted variance of a sequence. |