Home
last modified time | relevance | path

Searched defs:badPercentile (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/distuv/
H A Dgeneral.go14 badPercentile = "distuv: percentile out of bounds" const
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/distuv/
H A Dgeneral.go14 badPercentile = "distuv: percentile out of bounds" var
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/descriptive/
H A DDescriptiveStatisticsTest.java374 static class badPercentile implements UnivariateStatistic { class in DescriptiveStatisticsTest