Raxol.Benchmark.StatisticalAnalyzer (Raxol v2.0.1)
View SourceAdvanced statistical analysis for benchmark results. Provides percentiles, distributions, outlier detection, and statistical significance testing.
Summary
Functions
Perform comprehensive statistical analysis on benchmark results.
Analyze the distribution of data.
Calculate confidence intervals using bootstrap method.
Calculate a specific percentile value.
Calculate all standard percentiles (P50, P75, P90, P95, P99, P99.9).
Detect outliers using the IQR (Interquartile Range) method.
Detect outliers using MAD (Median Absolute Deviation) method.
Generate histogram data for visualization.
Perform Mann-Whitney U test (non-parametric).
Perform statistical significance testing (t-test).
Functions
Perform comprehensive statistical analysis on benchmark results.
Analyze the distribution of data.
Calculate confidence intervals using bootstrap method.
Calculate a specific percentile value.
Calculate all standard percentiles (P50, P75, P90, P95, P99, P99.9).
Detect outliers using the IQR (Interquartile Range) method.
Detect outliers using MAD (Median Absolute Deviation) method.
Generate histogram data for visualization.
Perform Mann-Whitney U test (non-parametric).
Perform statistical significance testing (t-test).