Home
last modified time | relevance | path

Searched refs:statistic (Results 1 – 25 of 47) sorted by relevance

12

/third_party/iptables/extensions/
Dlibxt_statistic.t2 -m statistic;;FAIL
3 -m statistic --mode random ! --probability 0.50000000000;=;OK
4 -m statistic --mode random ! --probability 1.1;;FAIL
5 -m statistic --probability 1;;FAIL
6 -m statistic --mode nth ! --every 5 --packet 2;=;OK
7 -m statistic --mode nth ! --every 5;;FAIL
8 -m statistic --mode nth ! --every 5 --packet 5;;FAIL
Dlibxt_statistic.txlate1 iptables-translate -A OUTPUT -m statistic --mode nth --every 10 --packet 1
4 iptables-translate -A OUTPUT -m statistic --mode nth ! --every 10 --packet 5
7 iptables-translate -A OUTPUT -m statistic --mode random --probability 0.1
8 nft # -A OUTPUT -m statistic --mode random --probability 0.1
Dlibxt_statistic.man1 This module matches packets based on some statistic condition.
/third_party/boost/boost/math/statistics/
Druns_test.hpp88 Real statistic = 0; in runs_above_and_below_threshold() local
90 return std::make_pair(statistic, pvalue); in runs_above_and_below_threshold()
99 Real statistic = (runs - expected_runs)/sd; in runs_above_and_below_threshold() local
102 Real pvalue = 2*boost::math::cdf(normal, -abs(statistic)); in runs_above_and_below_threshold()
103 return std::make_pair(statistic, pvalue); in runs_above_and_below_threshold()
/third_party/boost/libs/math/doc/statistics/
Dt_test.qbk32 The test statistic is
37 …test statistic is large, then we have low confidence that the population mean is equal to µ[sub 0]…
40 Under reasonable assumptions, the test statistic /t/ can be assumed to come from a Student's /t/-di…
62 The test statistic is the first element of the pair, and the /p/-value is the second element.
Dljung_box.qbk32 The test statistic is
38 The variance of the statistic slightly exceeds the variance of the chi squared distribution, but no…
74 This does not affect the test statistic /Q/, but only the /p/-value.
Danderson_darling.qbk28 The test statistic /A/[super 2] is given by
75 The following graph demonstrates the convergence of the test statistic.
77 The test statistic is computed over this vector, divided by /n/, and passed to the natural logarith…
139 …da/section3/eda35e.htm NIST], give the following definition of the Anderson-Darling test statistic:
146 Our computation of the Anderson-Darling test statistic agrees with Mathematica.
Druns_test.qbk40 from which we derive the test statistic
61 As always, the test statistic is the first element of the pair, and the /p/-value is the second ele…
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc261 for (auto &statistic : statistics) { in ParseStatistics() local
263 statistic.find("desc") != statistic.end() && statistic.find("statistics") != statistic.end(), in ParseStatistics()
265 std::string statistic_description = statistic["desc"].get<std::string>(); in ParseStatistics()
266 json statistic_body = statistic["statistics"]; in ParseStatistics()
454 void ShardHeader::AddStatistic(std::shared_ptr<Statistics> statistic) { in AddStatistic() argument
455 if (statistic) { in AddStatistic()
456 int64_t statistics_id = statistic->GetStatisticsID(); in AddStatistic()
459 statistic->SetStatisticsID(statistics_id); in AddStatistic()
461 statistics_.push_back(statistic); in AddStatistic()
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_schema_test.cc124 std::string statistic = in TEST_F() local
132 nlohmann::json statistic_json = json::parse(statistic); in TEST_F()
133 MS_LOG(INFO) << "statistics: " << statistic; in TEST_F()
Dut_shard.cc120 for (auto &statistic : header_data.GetStatistics()) { in TEST_F() local
121 re_statistics.push_back(*statistic); in TEST_F()
/third_party/boost/libs/math/doc/distributions/
Dstudents_t_examples.qbk94 on the calculation of the interval. First we need the t-statistic,
106 interval from the t-statistic
239 calculation, we begin by calculating the t-statistic:
245 // t-statistic:
248 Finally calculate the probability from the t-statistic. If we're interested
250 we don't care about the sign of the t-statistic,
545 of the t-statistic is greatly simplified, so we'll examine that case first.
571 Our procedure will begin by calculating the t-statistic, assuming
578 samples. We can now write the code to calculate the t-statistic:
586 // t-statistic:
[all …]
Df_dist_example.qbk50 The test statistic for an F-test is simply the ratio of the square of
150 CDF of test statistic: = 8.148e-001
191 CDF of test statistic: = 9.589e-001
208 (a one sided test) with the test statistic, and since 3.35 < 3.6 this
Dchi_squared_examples.qbk207 The test statistic (T) is simply the ratio of the sample and "true" standard
256 statistic, and print out the result of each hypothesis and test:
301 CDF of test statistic: = 1.438e-099
341 CDF of test statistic: = 9.594e-001
Dfisher.qbk32 Chi-Squared with /m/ and /n/ degrees of freedom, then the test statistic:
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_header.h51 void AddStatistic(std::shared_ptr<Statistics> statistic);
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_swap_frame_usage.txt33 enable the statistic) to when the application issued a buffer swap,
/third_party/openGLES/extensions/I3D/
DWGL_I3D_swap_frame_usage.txt33 enable the statistic) to when the application issued a buffer swap,
/third_party/mesa3d/docs/_extra/specs/
DMESA_swap_frame_usage.spec45 call to enable the statistic) to when the next buffer swap completes, tf
/third_party/openGLES/extensions/ARB/
DARB_pipeline_statistics_query.txt475 statistic queries.
477 (3) Can the result of pipeline statistic queries be used for conditional
491 one would query the statistic counter at point A and again at point B
493 statistic counters would always have to be running because we wouldn't
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_pipeline_statistics_query.txt465 statistic queries.
467 (3) Can the result of pipeline statistic queries be used for conditional
481 one would query the statistic counter at point A and again at point B
483 statistic counters would always have to be running because we wouldn't
/third_party/mesa3d/docs/relnotes/
D4.1123 set, GLUT will print out a frames/second statistic to stderr when
D10.4.rst255 Pipeline statistic counter values for VF always 0
/third_party/boost/doc/test/
Dtest.qbk449 CDF of test statistic: = 8.148e-001
/third_party/openh264/
DRELEASES104 - Bug fixes for UT and statistic information

12