Namespace
The maximum value in the data, representing the highest recorded value.
The median value of the data, representing the middle value.
The minimum value in the data, representing the lowest recorded value.
The data normalized to the range [0, 1], for comparative analysis.
Any outliers found in the data, indicating unusual observations.
The data shuffled randomly, useful for randomization needs.
The data sorted in ascending order, for better visualization.
The standard deviation of the data, representing data dispersion.
The sum of all values in the data, useful for total accumulation.
Generated using TypeDoc
ArrayUtils
Represents the result of data analysis, providing various statistical measures and transformations.
AnalyzeDataResult