Dear community,

I have a fixed double[] that I want to apply DescriptiveStatistics to
(so to speak). I can't find similar class for (fixed sized) double[]
(as opposed to DescriptiveStatistics that is based on
ResizableDoubleArray such that it supports rolling addition).

I can of course use the static functionality in StatUtils, but it does
not support all features that DescriptiveStatistics do.

Is there an existing class that I have overseen (besides using a
for-loop on double[] and adding values) or would it be an idea to have
a DescriptiveStatistics-twin for fixed-sized datasets (that would of
course not support rolling addition of elements)?

Cheers, Mikkel.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to