Home
last modified time | relevance | path

Searched refs:statistics (Results 1 – 25 of 9536) sorted by relevance

12345678910>>...382

/dports/databases/grass7/grass-7.8.6/lib/imagery/
H A Diclass_statistics.c51 statistics->cat = category; in I_iclass_init_statistics()
54 statistics->nstd = nstd; in I_iclass_init_statistics()
56 statistics->ncells = 0; in I_iclass_init_statistics()
57 statistics->nbands = 0; in I_iclass_init_statistics()
178 band_range(statistics, b); in make_all_statistics()
354 dist = statistics->nstd * statistics->band_stddev[band]; in band_range()
374 return statistics->band_sum[band] / statistics->ncells; in mean()
418 n = statistics->ncells; in var()
451 n = statistics->ncells; in var_signature()
477 *cat = statistics->cat; in I_iclass_statistics_get_cat()
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dpg13_propagate_statistics.out8 CREATE SCHEMA "statistics'TestTarget";
9 SET search_path TO "statistics'TestTarget";
24 WARNING: lowering statistics target to 10000
39 WHERE nspname IN ('statistics''TestTarget')
44 -1 | "statistics'TestTarget".t1_980000
45 -1 | "statistics'TestTarget".t1_980002
46 -1 | "statistics'TestTarget".t1_980004
47 -1 | "statistics'TestTarget".t1_980006
48 -1 | "statistics'TestTarget".t1_980008
49 -1 | "statistics'TestTarget".t1_980010
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/utils/
H A DStatisticsUnitTest.java53 statistics.incCounter(STAT_KEY); in shouldIncreaseCounter()
62 statistics.incCounter(STAT_KEY); in shouldIncreaseExistingCounter()
64 statistics.incCounter(STAT_KEY); in shouldIncreaseExistingCounter()
83 statistics.incCounter(STAT_KEY); in shouldIncreaseExistingCounterWithGivenValue()
105 statistics.decCounter(STAT_KEY); in shouldDecreaseCounter()
114 statistics.decCounter(STAT_KEY); in shouldDecreaseExistingCounter()
116 statistics.decCounter(STAT_KEY); in shouldDecreaseExistingCounter()
135 statistics.decCounter(STAT_KEY); in shouldDecreaseExistingCounterWithGivenValue()
192 statistics.clearAll(); in shouldClearAllStats()
202 statistics.incCounter("stats"); in shouldClearStatsWithSamePrefix()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/math-lib/math/private/statistics/
H A Dstatistics-struct.rkt7 (provide statistics
28 (struct: statistics base-statistics
36 (: update-statistics (case-> (statistics Real -> statistics)
60 (case-> (statistics (Sequenceof Real) -> statistics)
72 (: statistics-min (statistics -> Flonum))
73 (define (statistics-min e) (base-statistics-min e))
75 (: statistics-max (statistics -> Flonum))
76 (define (statistics-max e) (base-statistics-max e))
78 (: statistics-count (statistics -> Nonnegative-Flonum))
79 (define (statistics-count e) (base-statistics-count e))
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dproject_statistics_spec.rb30 statistics.update!(
41 statistics.reload
58 statistics.wiki_size = 6
109 statistics.refresh!
142 statistics.refresh!
168 statistics.refresh!
229 statistics.refresh!
322 statistics.update!(
333 statistics.reload
339 statistics.update!(
[all …]
H A Dsnippet_statistics_spec.rb9 let(:statistics) { snippet_with_repo.statistics }
15 subject { statistics.update_commit_count }
36 subject { statistics.update_file_count }
51 expect(statistics.file_count).to eq 0
82 expect(statistics).to receive(:save!)
84 statistics.refresh!
98 statistics.refresh!
111 statistics.save!
117 statistics.save!
125 snippet.statistics.delete
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/util/
H A Dstatistics_unittest.py9 from telemetry.util import statistics
75 d = statistics.Discrepancy(samples)
83 d = statistics.Discrepancy(samples)
87 d = statistics.Discrepancy(samples)
91 d = statistics.Discrepancy(samples)
95 d = statistics.Discrepancy(samples)
99 d = statistics.Discrepancy(samples)
103 d = statistics.Discrepancy(samples)
107 d = statistics.Discrepancy(samples)
111 d = statistics.Discrepancy(samples)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/dbus/
H A Ddbus_statistics_unittest.cc23 statistics::AddSentMethodCall( in AddTestMethodCalls()
25 statistics::AddReceivedSignal( in AddTestMethodCalls()
30 statistics::AddSentMethodCall( in AddTestMethodCalls()
32 statistics::AddSentMethodCall( in AddTestMethodCalls()
34 statistics::AddReceivedSignal( in AddTestMethodCalls()
37 statistics::AddSentMethodCall( in AddTestMethodCalls()
39 statistics::AddSentMethodCall( in AddTestMethodCalls()
41 statistics::AddSentMethodCall( in AddTestMethodCalls()
44 statistics::AddSentMethodCall( in AddTestMethodCalls()
47 statistics::AddSentMethodCall( in AddTestMethodCalls()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/dbus/
H A Ddbus_statistics_unittest.cc23 statistics::AddSentMethodCall( in AddTestMethodCalls()
25 statistics::AddReceivedSignal( in AddTestMethodCalls()
30 statistics::AddSentMethodCall( in AddTestMethodCalls()
32 statistics::AddSentMethodCall( in AddTestMethodCalls()
34 statistics::AddReceivedSignal( in AddTestMethodCalls()
37 statistics::AddSentMethodCall( in AddTestMethodCalls()
39 statistics::AddSentMethodCall( in AddTestMethodCalls()
41 statistics::AddSentMethodCall( in AddTestMethodCalls()
44 statistics::AddSentMethodCall( in AddTestMethodCalls()
47 statistics::AddSentMethodCall( in AddTestMethodCalls()
[all …]
/dports/net/ipgrab/ipgrab-0.9.10/src/
H A Dstats.c49 stats_t statistics; variable
145 statistics.ip++; in stats_update()
153 statistics.udp++; in stats_update()
161 statistics.tcp++; in stats_update()
165 statistics.ipx++; in stats_update()
169 statistics.gre++; in stats_update()
173 statistics.icmp++; in stats_update()
178 statistics.ipv6++; in stats_update()
195 statistics.arp++; in stats_update()
199 statistics.ah++; in stats_update()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/speculate/
H A DTestDataStatistics.java30 DataStatistics statistics = new DataStatistics(); in testEmptyDataStatistics() local
31 Assert.assertEquals(0, statistics.count(), TOL); in testEmptyDataStatistics()
32 Assert.assertEquals(0, statistics.mean(), TOL); in testEmptyDataStatistics()
33 Assert.assertEquals(0, statistics.var(), TOL); in testEmptyDataStatistics()
34 Assert.assertEquals(0, statistics.std(), TOL); in testEmptyDataStatistics()
43 Assert.assertEquals(0, statistics.var(), TOL); in testSingleEntryDataStatistics()
44 Assert.assertEquals(0, statistics.std(), TOL); in testSingleEntryDataStatistics()
51 statistics.add(17); in testMutiEntryDataStatistics()
52 statistics.add(29); in testMutiEntryDataStatistics()
63 statistics.add(29); in testUpdateStatistics()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dstatistics.test2 # statistics.test --
3 # Test cases for the ::math::statistics package
15 testsNeedTcl 8.5;# statistics,linalg!
24 useLocal statistics.tcl math::statistics
153 set value2 [::math::statistics::mean $values]
407 set median [::math::statistics::median $data]
412 set median [::math::statistics::median $data]
417 set median [::math::statistics::median $data]
746 [::math::statistics::cdf-poisson 4 7] \
1165 ::math::statistics::test-Levene $values
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dstatistics.test2 # statistics.test --
3 # Test cases for the ::math::statistics package
15 testsNeedTcl 8.5;# statistics,linalg!
24 useLocal statistics.tcl math::statistics
153 set value2 [::math::statistics::mean $values]
407 set median [::math::statistics::median $data]
412 set median [::math::statistics::median $data]
417 set median [::math::statistics::median $data]
746 [::math::statistics::cdf-poisson 4 7] \
1165 ::math::statistics::test-Levene $values
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxIcmpV6Statistics.cs40 Interop.Sys.Icmpv6GlobalStatistics statistics; in OsxIcmpV6Statistics()
41 if (Interop.Sys.GetIcmpv6GlobalStatistics(out statistics) != 0) in OsxIcmpV6Statistics()
48 _echoRepliesReceived = (long)statistics.EchoRepliesReceived; in OsxIcmpV6Statistics()
49 _echoRepliesSent = (long)statistics.EchoRepliesSent; in OsxIcmpV6Statistics()
50 _echoRequestsReceived = (long)statistics.EchoRequestsReceived; in OsxIcmpV6Statistics()
51 _echoRequestsSent = (long)statistics.EchoRequestsSent; in OsxIcmpV6Statistics()
53 _membershipQueriesSent = (long)statistics.MembershipQueriesSent; in OsxIcmpV6Statistics()
57 _membershipReportsSent = (long)statistics.MembershipReportsSent; in OsxIcmpV6Statistics()
61 _neighborSolicitsSent = (long)statistics.NeighborSolicitsSent; in OsxIcmpV6Statistics()
66 _redirectsReceived = (long)statistics.RedirectsReceived; in OsxIcmpV6Statistics()
[all …]
H A DOsxIcmpV4Statistics.cs34 Interop.Sys.Icmpv4GlobalStatistics statistics; in OsxIcmpV4Statistics()
35 if (Interop.Sys.GetIcmpv4GlobalStatistics(out statistics) != 0) in OsxIcmpV4Statistics()
46 _echoRepliesReceived = (long)statistics.EchoRepliesReceived; in OsxIcmpV4Statistics()
47 _echoRepliesSent = (long)statistics.EchoRepliesSent; in OsxIcmpV4Statistics()
48 _echoRequestsReceived = (long)statistics.EchoRequestsReceived; in OsxIcmpV4Statistics()
49 _echoRequestsSent = (long)statistics.EchoRequestsSent; in OsxIcmpV4Statistics()
51 _parameterProblemsSent = (long)statistics.ParameterProblemsSent; in OsxIcmpV4Statistics()
52 _redirectsReceived = (long)statistics.RedirectsReceived; in OsxIcmpV4Statistics()
53 _redirectsSent = (long)statistics.RedirectsSent; in OsxIcmpV4Statistics()
55 _sourceQuenchesSent = (long)statistics.SourceQuenchesSent; in OsxIcmpV4Statistics()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/resources/META-INF/elki/
H A Dde.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.DistributionEstimator1 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.meta.BestFitEstimator
2 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.meta.TrimmedEstimator
3 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.meta.WinsorizingEstimator de.lmu.ifi.dbs…
4 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.NormalMOMEstimator
5 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.NormalMADEstimator
6 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.NormalLMMEstimator
7 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.GammaMOMEstimator
9 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.GammaLMMEstimator
19 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.UniformMADEstimator
42 de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator.InverseGaussianMLEstimator de.lmu.ifi.db…
[all …]
H A Dde.lmu.ifi.dbs.elki.math.statistics.distribution.Distribution3 de.lmu.ifi.dbs.elki.math.statistics.distribution.ExponentialDistribution
5 de.lmu.ifi.dbs.elki.math.statistics.distribution.BetaDistribution
6 de.lmu.ifi.dbs.elki.math.statistics.distribution.CauchyDistribution
7 de.lmu.ifi.dbs.elki.math.statistics.distribution.ChiDistribution
8 de.lmu.ifi.dbs.elki.math.statistics.distribution.ChiSquaredDistribution
16 de.lmu.ifi.dbs.elki.math.statistics.distribution.LogGammaDistribution
18 de.lmu.ifi.dbs.elki.math.statistics.distribution.PoissonDistribution
20 de.lmu.ifi.dbs.elki.math.statistics.distribution.WeibullDistribution
21 de.lmu.ifi.dbs.elki.math.statistics.distribution.GumbelDistribution
26 de.lmu.ifi.dbs.elki.math.statistics.distribution.InverseGaussianDistribution de.lmu.ifi.dbs.elki.ma…
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/BSD/Command/
H A D_systat10 'sctp:SCTP statistics'
11 icmp{6,}':ICMP statistics'
12 ip{6,}':IP and UDP statistics'
13 'tcp:TCP statistics'
15 'swap:swap space statistics'
26 'ifstat:interface statistics'
29 'mbufs:mbuf usage statistics'
33 'pf:pf(4) filter statistics'
35 'pool:pool(9) statistics'
59 'df:disk usage statistics'
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/statistics/locales/
H A Dstatistics.pot1 # Localization of the module statistics
39 # File: modules/statistics/src/c/CdfBase.c, line: 129
45 # File: modules/statistics/src/c/CdfBase.c, line: 134
51 # File: modules/statistics/src/c/CdfBase.c, line: 138
57 # File: modules/statistics/src/c/CdfBase.c, line: 155
63 # File: modules/statistics/src/c/CdfBase.c, line: 161
69 # File: modules/statistics/src/c/CdfBase.c, line: 165
75 # File: modules/statistics/src/c/CdfBase.c, line: 169
81 # File: modules/statistics/src/c/CdfBase.c, line: 234
87 # File: modules/statistics/src/c/CdfBase.c, line: 385
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/cache/DataCollector/
H A DCacheDataCollector.php112 $statistics = [];
114 $statistics[$name] = [
125 ++$statistics[$name]['calls'];
128 ++$statistics[$name]['reads'];
136 ++$statistics[$name]['reads'];
147 ++$statistics[$name]['reads'];
154 ++$statistics[$name]['writes'];
159 if ($statistics[$name]['reads']) {
160 …$statistics[$name]['hit_read_ratio'] = round(100 * $statistics[$name]['hits'] / $statistics[$name]…
166 return $statistics;
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/cache/DataCollector/
H A DCacheDataCollector.php112 $statistics = [];
114 $statistics[$name] = [
125 ++$statistics[$name]['calls'];
128 ++$statistics[$name]['reads'];
136 ++$statistics[$name]['reads'];
147 ++$statistics[$name]['reads'];
154 ++$statistics[$name]['writes'];
159 if ($statistics[$name]['reads']) {
160 …$statistics[$name]['hit_read_ratio'] = round(100 * $statistics[$name]['hits'] / $statistics[$name]…
166 return $statistics;
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/cache/DataCollector/
H A DCacheDataCollector.php107 $statistics = [];
109 $statistics[$name] = [
120 ++$statistics[$name]['calls'];
123 ++$statistics[$name]['reads'];
131 ++$statistics[$name]['reads'];
142 ++$statistics[$name]['reads'];
149 ++$statistics[$name]['writes'];
154 if ($statistics[$name]['reads']) {
155 …$statistics[$name]['hit_read_ratio'] = round(100 * $statistics[$name]['hits'] / $statistics[$name]…
161 return $statistics;
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/cache/DataCollector/
H A DCacheDataCollector.php107 $statistics = [];
109 $statistics[$name] = [
120 ++$statistics[$name]['calls'];
123 ++$statistics[$name]['reads'];
131 ++$statistics[$name]['reads'];
142 ++$statistics[$name]['reads'];
149 ++$statistics[$name]['writes'];
154 if ($statistics[$name]['reads']) {
155 …$statistics[$name]['hit_read_ratio'] = round(100 * $statistics[$name]['hits'] / $statistics[$name]…
161 return $statistics;
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/cache/DataCollector/
H A DCacheDataCollector.php107 $statistics = [];
109 $statistics[$name] = [
120 ++$statistics[$name]['calls'];
123 ++$statistics[$name]['reads'];
131 ++$statistics[$name]['reads'];
142 ++$statistics[$name]['reads'];
149 ++$statistics[$name]['writes'];
154 if ($statistics[$name]['reads']) {
155 …$statistics[$name]['hit_read_ratio'] = round(100 * $statistics[$name]['hits'] / $statistics[$name]…
161 return $statistics;
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dstatistics.c132 statistics->red.mean += lstatistics.red.mean; in GetImageStatisticsMean()
196 lstatistics.red.mean=statistics->red.mean; in GetImageStatisticsVariance()
198 lstatistics.blue.mean=statistics->blue.mean; in GetImageStatisticsVariance()
254 statistics->red.minimum=1.0; in GetImageStatistics()
255 statistics->green.minimum=1.0; in GetImageStatistics()
256 statistics->blue.minimum=1.0; in GetImageStatistics()
258 statistics->opacity.minimum=1.0; in GetImageStatistics()
286 statistics->red.standard_deviation=sqrt(statistics->red.variance); in GetImageStatistics()
287 statistics->green.standard_deviation=sqrt(statistics->green.variance); in GetImageStatistics()
288 statistics->blue.standard_deviation=sqrt(statistics->blue.variance); in GetImageStatistics()
[all …]

12345678910>>...382