Home
last modified time | relevance | path

Searched +refs:include +refs:mean (Results 1 – 25 of 56388) sorted by relevance

12345678910>>...2256

/dports/math/R-cran-matrixStats/matrixStats/inst/benchmarking/
H A DweightedMean.md.rsp1 <%@include file="includes/setup.md.rsp"%>
9 <%@include file="${header}"%>
11 weighted.mean <- stats:::weighted.mean
12 weighted.mean.default <- stats:::weighted.mean.default
21 * stats::weighted.mean()
22 * stats:::weighted.mean.default()
31 <%@include file="R/random-vectors.R"%>
56 "stats::weighted.mean" = weighted.mean(x, w = w, na.rm = FALSE),
57 "stats:::weighted.mean.default" = weighted.mean.default(x, w = w, na.rm = FALSE),
69 <%@include file="${footer}"%>
H A Dmean2.md.rsp1 <%@include file="includes/setup.md.rsp"%>
9 <%@include file="${header}"%>
18 * mean() + [()
19 * mean.default() + [() - avoids method dispatching
26 mean(x[idxs], na.rm = na.rm)
34 mean.default(x[idxs], na.rm = na.rm)
45 <%@include file="R/random-vectors.R"%>
72 "mean" = mean(x),
73 "mean.default" = mean.default(x),
94 "mean+[()" = mean2_R_v1(x, idxs = idxs),
[all …]
H A DcolRowWeightedMeans.md.rsp1 <%@include file="includes/setup.md.rsp"%>
9 <%@include file="${header}"%>
18 * apply() + weighted.mean()
24 <%@include file="R/random-matrices.R"%>
44 "apply+weigthed.mean" = apply(X, MARGIN = 2L, FUN = weighted.mean, w = w, na.rm = FALSE),
53 "apply+weigthed.mean" = apply(X, MARGIN = 1L, FUN = weighted.mean, w = w, na.rm = FALSE),
64 <%@include file="${footer}"%>
H A DcolRowMeans2.md.rsp1 <%@include file="includes/setup.md.rsp"%>
9 <%@include file="${header}"%>
17 * apply() + mean()
28 <%@include file="R/random-matrices.R"%>
48 "apply+mean" = apply(X, MARGIN = 2L, FUN = mean, na.rm = FALSE),
59 "apply+mean" = apply(X, MARGIN = 1L, FUN = mean, na.rm = FALSE),
72 <%@include file="${footer}"%>
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dfitcircle.rst2 .. include:: module_core_purpose.rst_
13 .. include:: common_SYN_OPTs.rst_
38 found: the mean of the input positions, and the pole to the great circle
44 than the mean. Compare both solutions as a qualitative check.
48 distances. This solution finds the mean position as the Fisher average
50 cross-products between the mean and the data. Averaging cross-products
51 gives weight to points in proportion to their distance from the mean,
57 vectors. The eigenvectors of this matrix give the mean and pole
86 can choose one or more items from **f** (Flat Earth mean location), **m** (mean location),
95 of the best-fit great circle and the mean location of the data.
[all …]
H A Dblockmean.rst2 .. include:: module_core_purpose.rst_
13 .. include:: common_SYN_OPTs.rst_
46 input [or *table*] and writes to standard output a mean position and
68 .. include:: explain_-I.rst_
82 Append the codes for available fields: **z** (the mean
90 Use the center of the block as the output location [Default uses the mean location].
96 about the mean), **l**, the lowest value, and **h**, the high value
101 becomes the propagated error of the weighted (**+p**) or simple (**+P**) *z* mean.
116 to report the sum of weights [Default or **-Sm** reports mean value].
128 Weights can be used in input to construct weighted mean values for
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dorder_by_pack_big.test1 --source include/big_test.inc
2 --source include/have_sequence.inc
3 --source include/have_64bit.inc
15 --echo # mean mean for the column to be considered
28 SET z= 2*(max_val-mean)*z;
29 SET z= z + mean - (max_val-mean);
55 --echo # mean mean for the column to be considered
112 --source include/analyze-format.inc
124 --source include/analyze-format.inc
141 --source include/analyze-format.inc
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dorder_by_pack_big.test1 --source include/big_test.inc
2 --source include/have_sequence.inc
3 --source include/have_64bit.inc
15 --echo # mean mean for the column to be considered
28 SET z= 2*(max_val-mean)*z;
29 SET z= z + mean - (max_val-mean);
55 --echo # mean mean for the column to be considered
112 --source include/analyze-format.inc
124 --source include/analyze-format.inc
141 --source include/analyze-format.inc
[all …]
/dports/devel/blitz/blitz-1.0.2/manual/
H A Drandom.yo24 #include <random/uniform.h>
25 #include <random/normal.h>
26 #include <random/exponential.h>
28 #include <random/beta.h>
29 #include <random/gamma.h>
30 #include <random/chisquare.h>
31 #include <random/F.h>
54 Gamma(T mean);
64 #include <random/normal.h>
98 #include <random/uniform.h>
[all …]
/dports/math/R-cran-forecast/forecast/R/
H A Dforecast.R379 plot.forecast <- function(x, include, PI=TRUE, showgap = TRUE, shaded=TRUE, shadebars=(length(x$mea… argument
414 return(invisible(list(mean = x$mean))) nameattr
421 include <- 0
422 } else if (missing(include)) {
423 include <- length(xx)
438 include <- min(include, nx)
451 nx <- include <- 1
459 pred.mean <- x$mean
462 ylim <- range(c(xx[(n - include + 1):n], pred.mean), na.rm = TRUE)
622 x$mean <- subset(x$mean, ...)
[all …]
/dports/devel/blitz/blitz-1.0.2/doc/
H A Drandom.texi36 #include <random/uniform.h>
37 #include <random/normal.h>
38 #include <random/exponential.h>
39 #include <random/discrete-uniform.h>
40 #include <random/beta.h>
41 #include <random/gamma.h>
42 #include <random/chisquare.h>
43 #include <random/F.h>
78 #include <random/normal.h>
114 #include <random/uniform.h>
[all …]
/dports/finance/R-cran-AER/AER/man/
H A DMSCISwitzerland.Rd51 msci9501_g11a <- garchFit( ~ garch(1,1), include.mean = FALSE,
64 msci9501_tg11 <- garchFit( ~ aparch(1,1), include.mean = FALSE,
65 include.delta = FALSE, delta = 2, data = dlmsci9501, trace = FALSE)
75 mean.model = list(armaOrder = c(0,0), include.mean = FALSE))
80 mean.model = list(armaOrder = c(0, 0), include.mean = FALSE))
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/supplements/spotter/
H A Drotsmoother.rst13 .. include:: ../../common_SYN_OPTs.rst_
40 **rotsmoother** reads a table of total reconstructions and computes mean
64 Compute covariance matrix for each mean rotation. This is done by converting each
65 finite rotation to a quaternion, determining the mean quaternion (rotation) and
66 the consider all rotations as perturbation to the mean rotation. From these
92 .. include:: /explain_-V.rst_
99 Expect weights in last column for a weighted mean rotation [no weights].
113 .. include:: ../../explain_-d.rst_
116 .. include:: ../../explain_-e.rst_
119 .. include:: ../../explain_-f.rst_
[all …]
/dports/devel/xsimd/xsimd-7.6.0/docs/source/
H A Dbasic_usage.rst13 Here is an example that computes the mean of two sets of 4 double floating point values, assuming A…
17 #include <iostream>
18 #include "xsimd/xsimd.hpp"
26 auto mean = (a + b) / 2;
27 std::cout << mean << std::endl;
44 #include <cstddef>
45 #include <vector>
46 #include "xsimd/xsimd.hpp"
51 void mean(const vector_type& a, const vector_type& b, vector_type& res)
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/multimedia/libvpx/libvpx-1.11.0/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/www/firefox/firefox-99.0/third_party/aom/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/
H A Dkeywords.dox13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
42 An implementation which does not include a particular option \ref MUST be
44 include the option, though perhaps with reduced functionality. In the
45 same vein an implementation which does include a particular option
47 does not include the option (except, of course, for the feature the

12345678910>>...2256