Home
last modified time | relevance | path

Searched refs:arithmetic_mean (Results 1 – 25 of 101) sorted by relevance

12345

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_math.php42 $avg = pts_math::arithmetic_mean($values);
53 public static function arithmetic_mean($values) function in pts_math
109 $mean = pts_math::arithmetic_mean($values);
152 $average_value = pts_math::arithmetic_mean($values);
H A Dpts_test_result_buffer_item.php131 $a = pts_math::arithmetic_mean($a);
135 $b = pts_math::arithmetic_mean($b);
H A Dpts_sys_graph.php181 …$title_extra .= ' (Min: ' . min($graph_data) . ' / Avg: ' . round(pts_math::arithmetic_mean($graph…
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilSurveyEvaluationResults.php22 protected $arithmetic_mean; // [float] variable in ilSurveyEvaluationResults
100 $this->arithmetic_mean = (float) $a_mean;
105 return $this->arithmetic_mean;
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Evaluation/
H A Dclass.ilSurveyEvaluationResults.php23 protected $arithmetic_mean; // [float] variable in ilSurveyEvaluationResults
101 $this->arithmetic_mean = (float) $a_mean;
106 return $this->arithmetic_mean;
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/bear/src/
H A Dbear.erl51 {arithmetic_mean, arithmetic_mean(Scan_res)},
76 {arithmetic_mean, 0.0},
132 level(arithmetic_mean ) -> 2;
141 (arithmetic_mean) -> {arithmetic_mean, arithmetic_mean(Scan_res)};
204 arithmetic_mean(#scan_result{n=N, sumX=Sum}) -> function
/dports/devel/erlang-bear/bear-0.8.5/src/
H A Dbear.erl51 {arithmetic_mean, arithmetic_mean(Scan_res)},
76 {arithmetic_mean, 0.0},
132 level(arithmetic_mean ) -> 2;
141 (arithmetic_mean) -> {arithmetic_mean, arithmetic_mean(Scan_res)};
204 arithmetic_mean(#scan_result{n=N, sumX=Sum}) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/bear/test/
H A Dbear_test.erl42 ?assertEqual({arithmetic_mean, 0.0}, lists:keyfind(arithmetic_mean, 1, Stats)),
69 ?assertEqual({arithmetic_mean, -1.66}, lists:keyfind(arithmetic_mean, 1, Stats)),
123 ?assertEqual(10.0, bear:arithmetic_mean(#scan_result{n=4, sumX=40})).
/dports/devel/erlang-bear/bear-0.8.5/test/
H A Dbear_test.erl42 ?assertEqual({arithmetic_mean, 0.0}, lists:keyfind(arithmetic_mean, 1, Stats)),
69 ?assertEqual({arithmetic_mean, -1.66}, lists:keyfind(arithmetic_mean, 1, Stats)),
123 ?assertEqual(10.0, bear:arithmetic_mean(#scan_result{n=4, sumX=40})).
/dports/textproc/py-gensim/gensim-4.0.1/gensim/models/
H A Dcoherencemodel.py55 aggregation.arithmetic_mean
61 aggregation.arithmetic_mean
67 aggregation.arithmetic_mean
73 aggregation.arithmetic_mean
79 aggregation.arithmetic_mean
/dports/textproc/py-gensim/gensim-4.0.1/gensim/topic_coherence/
H A Daggregation.py15 def arithmetic_mean(confirmed_measures): function
/dports/textproc/py-gensim/gensim-4.0.1/gensim/test/
H A Dtest_aggregation.py23 obtained = aggregation.arithmetic_mean(self.confirmed_measures)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_prometheus/test/eunit/
H A Dcouch_prometheus_util_tests.erl36 {arithmetic_mean,0.0},
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Ddebug_self_test.php71 …t_c - strlen($component))) . pts_math::set_precision(round(pts_math::arithmetic_mean($times), 3), …
/dports/devel/thrust/thrust-1.9.5/internal/benchmark/
H A Dcombine_benchmark_results.py176 def arithmetic_mean(X): function
207 if u is None: u = arithmetic_mean(X)
230 if u is None: u = arithmetic_mean(X)
H A Dbench.cu144 T arithmetic_mean(InputIt first, InputIt last, T init) in arithmetic_mean() function
158 arithmetic_mean(InputIt first, InputIt last) in arithmetic_mean() function
161 return arithmetic_mean(first, last, T()); in arithmetic_mean()
542 = arithmetic_mean(times.begin(), times.end()); in experiment()
H A Dcompare_benchmark_results.py342 def arithmetic_mean(X): function
373 if u is None: u = arithmetic_mean(X)
396 if u is None: u = arithmetic_mean(X)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_prometheus/src/
H A Dcouch_prometheus_util.erl114 {arithmetic_mean, Mean} = lists:keyfind(arithmetic_mean, 1, Value),
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/display_modes/
H A Dpts_short_display_mode.php110 $avg = pts_math::set_precision(pts_math::arithmetic_mean($values), 2);
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dreport_test_run_times.php80 … $result = round(pts_math::arithmetic_mean(self::$successful_test_run_request->test_run_times), 2);
H A Dperf_per_dollar.php170 $avg = pts_math::arithmetic_mean(self::$perf_per_dollar_collection);
/dports/devel/erlang-folsom/folsom-0.8.3/include/
H A Dfolsom.hrl200 arithmetic_mean,
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilStatistics.php228 public function arithmetic_mean() function in ilStatistics
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilStatistics.php228 public function arithmetic_mean() function in ilStatistics
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/test/
H A Dfolsom_erlang_checks.erl393 869.6363636363636 = proplists:get_value(arithmetic_mean, List),
487 [count, last, min, max, arithmetic_mean,

12345