aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/stats/pvalue.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/stats: split out pkg/stats/sampleAleksandr Nogikh2024-06-141-20/+0
| | | | | This will reduce the number of dependencies needed for the main syzkaller tools.
* pkg/stats/pvalue.go: allow deprecated module usageTaras Madan2023-02-241-1/+2
|
* tools/syz-testbed: show diffs and p-valuesAleksandr Nogikh2021-12-061-0/+19
Enable the user to specify the pivot column for the stats table. If such a column is set, calculate and print the relative difference between checkouts and p-values for the estimation of statistical significance of the experimental data. For the p-value calculation use the existing implementation from the go-benchstat tool.