Commit Graph

14 Commits

Author SHA1 Message Date
Dan Kortschak
5f0141ca4c all: run gofmt and generate all packages
Changes made in dsp/fourier/internal/fftpack break the formatting used
there, so these are reverted. There will be complaints in CI.

[git-generate]
gofmt -w .
go generate gonum.org/v1/gonum/blas
go generate gonum.org/v1/gonum/blas/gonum
go generate gonum.org/v1/gonum/unit
go generate gonum.org/v1/gonum/unit/constant
go generate gonum.org/v1/gonum/graph/formats/dot
go generate gonum.org/v1/gonum/graph/formats/rdf
go generate gonum.org/v1/gonum/stat/card

git checkout -- dsp/fourier/internal/fftpack
2022-08-06 07:05:17 +09:30
Dan Kortschak
60db4fc847 stat: fix TOC formula in documentation 2021-04-13 06:59:28 +09:30
Dan Kortschak
11e9fee16c stat: add TOC function 2021-04-12 18:31:26 +09:30
Dan Kortschak
42babc578e stat: bring ROC doc comment into line with logic inversion
This was missed in 50ee437.
2021-02-23 19:25:12 +10:30
Dan Kortschak
4dcdeab5d5 stat: add panic notice to ROC and fix typo 2021-02-10 17:53:25 +10:30
Lyron Winderbaum
8c54bb4d20 stat: fix ROC cutoffs 2021-02-08 16:03:02 +10:30
Dan Kortschak
4a17ec1490 stat: make ROC tests pass on arm64 2020-01-22 09:40:16 +10:30
Dan Kortschak
50ee437d7b stat: invert class semantics and return cutoffs 2019-04-16 19:28:34 +09:30
Dan Kortschak
e080754f81 stat: handle special case of fpr/tpr with no true-negative/true-positive 2019-04-16 19:28:34 +09:30
Armadilloa16
e799a97b77 stat: define ROC cutoffs instead of using number of cutoffs 2019-04-16 19:28:34 +09:30
Vincent Thiery
9922db8293 stat: reduce golint warnings 2018-10-15 20:50:06 +10:30
kortschak
870bcdceb6 stat: fix ROC for uniform cases 2018-01-30 06:56:02 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Brendan Tracey
61c782d390 stat: imported stat as a subtree 2017-05-23 00:02:52 -06:00