Home
last modified time | relevance | path

Searched +refs:Between +refs:matrix +refs:collapse (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/finance/R-cran-plm/plm/R/
H A Ddeprecated.R326 matrix(Vx[ , x], ncol = T, byrow = TRUE)[rep(1:n, each = T), ]))
346 matrix(Vx[ , x], ncol = T, byrow = TRUE)[rep(1:n, each = T), ]))
417 names.xv <- paste(x$varlist$xv, collapse=", ")
418 names.nv <- paste(x$varlist$nv, collapse=", ")
419 names.xc <- paste(x$varlist$xc, collapse=", ")
420 names.nc <- paste(x$varlist$nc, collapse=", ")
524 ret <- paste(chlag, collapse="+")
599 chexo <- paste(chexo, collapse = "+")
701 if (model == "Between") X <- Between(X, effect)
710 theta$gp * Between(X, "group")
[all …]
H A Dtool_ercomp.R295 M <- matrix(NA_real_, nrow = 3L, ncol = 3L,
311 Between.Z.ind <- Between(Z, "individual")
312 Between.Z.group <- Between(Z, "group")
348 XBlambda <- Between(X, "group")
353 XBetaBlambda <- Between(X, "individual") - XBlambda
375 ZBlambda <- Between(Z, "group")
377 ZBetaBlambda <- Between(Z, "individual") - ZBlambda
378 XBetaBlambda <- Between(X, "individual") - Between(X, "group")
454 M <- matrix(NA_real_, nrow = 3L, ncol = 3L,
729 paste0(paste(offending_vars[1:3], collapse = ", "), ", ...")
[all …]
/dports/finance/R-cran-plm/plm/
H A DNEWS.md28 plm (then making package `collapse` a hard dependency).
30 `fixest` or `lfe` is available locally *in addition* to package `collapse`,
48 using `collapse::dapply`)). Thanks to Sebastian Krantz for inspiration.
150 transformation functions provided in Sebastian Krantz' package 'collapse',
154 plm()): Between, between, Sum, Within.
175 * Between.matrix and (internal) Tapply.matrix: ellipsis (three dots) is passed on,
215 * Added package 'collapse' to 'Suggests'.
346 * Between.matrix: bug fixed, so that the transformation can be correctly
354 * Between and Within methods for matrices are now exported.
981 in the cross-sections ; a 'collapse' argument is added to limit the
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/
H A D_kalman_smoother.pyx458 Between seek calls, the `filter_method` parameter of the associated
641 # need to decouple those parts from the generalized collapse
659 # If a collapse should have occurred, the dimensions need to be
1181 Between seek calls, the `filter_method` parameter of the associated
1364 # need to decouple those parts from the generalized collapse
1382 # If a collapse should have occurred, the dimensions need to be
1904 Between seek calls, the `filter_method` parameter of the associated
2087 # need to decouple those parts from the generalized collapse
2105 # If a collapse should have occurred, the dimensions need to be
2627 Between seek calls, the `filter_method` parameter of the associated
[all …]
H A D_kalman_smoother.pyx.in299 # Innovations transition matrix (L_t = T_t - K_t Z_t)
482 Between seek calls, the `filter_method` parameter of the associated
563 # estimator and covariance matrix, smoothing error
568 # Smoothed state and covariance matrix
574 # smoothed estimator and covariance matrix, smoothing error
579 # Smoothed state autocovariance matrix
599 # Time step of the scaled smoothed estimator and covariance matrix
665 # need to decouple those parts from the generalized collapse
675 # A collapse would not actually occur in a given iteration, even with
683 # If a collapse should have occurred, the dimensions need to be
[all …]
/dports/math/R/R-4.1.2/tests/
H A Ddemos.Rout.save155 + (isFun(paste(sp[1:(np-1)], collapse = '.')) ||
157 + isFun(paste(sp[1:(np-2)], collapse = '.'))))
234 is.matrix : .
292 is.matrix : .
329 is.matrix : .
366 is.matrix : .
407 is.matrix : .
447 is.matrix : .
536 is.matrix : .
580 is.matrix : .
[all …]
/dports/math/libRmath/R-4.1.1/tests/
H A Ddemos.Rout.save155 + (isFun(paste(sp[1:(np-1)], collapse = '.')) ||
157 + isFun(paste(sp[1:(np-2)], collapse = '.'))))
234 is.matrix : .
292 is.matrix : .
329 is.matrix : .
366 is.matrix : .
407 is.matrix : .
447 is.matrix : .
536 is.matrix : .
580 is.matrix : .
[all …]
/dports/math/R/R-4.1.2/tests/Examples/
H A Dgraphics-Ex.Rout.save453 > ## boxplot on a matrix:
490 > nameEx("boxplot.matrix")
491 > ### * boxplot.matrix
495 > ### Name: boxplot.matrix
497 > ### Aliases: boxplot.matrix
577 > boxplot(matrix(100*rnorm(1e3), 50, 20),
921 > b <- matrix(a[,1] + a[,2], 20)
1178 > # matrix horizontally.
1484 + sep = "=", collapse= ", "),
2299 > title("Distance Between Brownian Motions")
[all …]
H A DgrDevices-Ex.Rout.save246 > as.raster(matrix(hcl(0, 80, seq(50, 80, 10)),
292 > as.raster(matrix(c(TRUE, FALSE), nrow = 3, ncol = 2))
297 > as.raster(matrix(1:3/4, nrow = 3, ncol = 4))
316 > r <- as.raster(matrix(colors()[1:100], ncol = 10))
630 > X <- matrix(stats::rnorm(2000), ncol = 2)
1412 + 2, function(n)paste(n, collapse = ","))
1635 + length(cl) <- m*m; cm <- matrix(cl, m)
1648 + length(cl) <- m*m; cm <- matrix(cl, m)
2070 > ### Title: Copy Graphics Between Multiple Devices
2266 > csd <- matrix(c( 4,2,4,6, 4,3,1,4, 4,7,7,1,
[all …]
H A Dgrid-Ex.Rout.save545 > ### Title: Convert Between Different grid Coordinate Systems
619 > ### Title: Draw a Curve Between Locations
1031 + grid.text(paste(just, collapse="-"))
1347 + holed_rect + matrix(c(.7, .2), nrow = 8, ncol = 2, byrow = TRUE),
1348 + holed_rect + matrix(c(.7, .8), nrow = 8, ncol = 2, byrow = TRUE),
1349 + holed_rect + matrix(c(.2, .5), nrow = 8, ncol = 2, byrow = TRUE)
1426 > redGradient <- matrix(hcl(0, 80, seq(50, 80, 10)),
1721 > rg <- rasterGrob(matrix(0))
H A Dstats-Ex.Rout.save909 > reacttime <- matrix(c(
5124 > ### Title: Test for Association/Correlation Between Paired Samples
7663 > (fmla <- as.formula(paste("y ~ ", paste(xnam, collapse= "+"))))
10440 > ### * model.matrix
10446 > ### Aliases: model.matrix model.matrix.default model.matrix.lm
10729 > m <- as.matrix(DF)
12363 [1] "poly" "matrix"
12388 [1] "poly" "matrix"
12417 [1] "poly" "matrix"
13649 + main = paste0("s" ,paste(rep("'", d), collapse = ""), "(x)"))
[all …]
/dports/math/libRmath/R-4.1.1/tests/Examples/
H A Dgraphics-Ex.Rout.save453 > ## boxplot on a matrix:
490 > nameEx("boxplot.matrix")
491 > ### * boxplot.matrix
495 > ### Name: boxplot.matrix
497 > ### Aliases: boxplot.matrix
577 > boxplot(matrix(100*rnorm(1e3), 50, 20),
921 > b <- matrix(a[,1] + a[,2], 20)
1178 > # matrix horizontally.
1484 + sep = "=", collapse= ", "),
2299 > title("Distance Between Brownian Motions")
[all …]
H A DgrDevices-Ex.Rout.save246 > as.raster(matrix(hcl(0, 80, seq(50, 80, 10)),
292 > as.raster(matrix(c(TRUE, FALSE), nrow = 3, ncol = 2))
297 > as.raster(matrix(1:3/4, nrow = 3, ncol = 4))
316 > r <- as.raster(matrix(colors()[1:100], ncol = 10))
630 > X <- matrix(stats::rnorm(2000), ncol = 2)
1412 + 2, function(n)paste(n, collapse = ","))
1635 + length(cl) <- m*m; cm <- matrix(cl, m)
1648 + length(cl) <- m*m; cm <- matrix(cl, m)
2070 > ### Title: Copy Graphics Between Multiple Devices
2266 > csd <- matrix(c( 4,2,4,6, 4,3,1,4, 4,7,7,1,
[all …]
H A Dgrid-Ex.Rout.save545 > ### Title: Convert Between Different grid Coordinate Systems
619 > ### Title: Draw a Curve Between Locations
1031 + grid.text(paste(just, collapse="-"))
1347 + holed_rect + matrix(c(.7, .2), nrow = 8, ncol = 2, byrow = TRUE),
1348 + holed_rect + matrix(c(.7, .8), nrow = 8, ncol = 2, byrow = TRUE),
1349 + holed_rect + matrix(c(.2, .5), nrow = 8, ncol = 2, byrow = TRUE)
1426 > redGradient <- matrix(hcl(0, 80, seq(50, 80, 10)),
1721 > rg <- rasterGrob(matrix(0))
H A Dstats-Ex.Rout.save909 > reacttime <- matrix(c(
5124 > ### Title: Test for Association/Correlation Between Paired Samples
7663 > (fmla <- as.formula(paste("y ~ ", paste(xnam, collapse= "+"))))
10440 > ### * model.matrix
10446 > ### Aliases: model.matrix model.matrix.default model.matrix.lm
10729 > m <- as.matrix(DF)
12359 [1] "poly" "matrix"
12384 [1] "poly" "matrix"
12413 [1] "poly" "matrix"
13645 + main = paste0("s" ,paste(rep("'", d), collapse = ""), "(x)"))
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/help/
H A Ddphe4f.tex10255 set let cross tabulate collapse
16057 matrix.
16072 matrix.
17823 Francesca Pennecchi and Luca Callegaro (2006), "Between the Mean and
23254 Compute the matrix cofactors of a matrix.
24046 matrix.
24414 Compute the distance matrix of a matrix.
26087 Compute the matrix minors of a matrix.
29023 The <Z> matrix can be the same as the <M> matrix.
29035 The <Z> matrix can be the same as the <M> matrix.
[all …]
H A Ddphe5f.tex3002 Compute the partial correlation matrix of a matrix.
6928 title Percent Agreement Between Method 1 and Method 2
7671 title Percent Disagreement Between Method 1 and Method 2
14272 matrix of a matrix.
15124 Between the original Postscript and the devices supported using the
18351 matrix) of the data matrix. The ith row of the A matrix
18456 the original matrix is a data matrix, a covariance matrix, or a
18665 matrix) of the data matrix. In addition, the data matrix can be
26738 set let cross tabulate collapse
42795 set let cross tabulate collapse
[all …]
H A Ddphe6f.tex1274 set let cross tabulate collapse
1382 set let cross tabulate collapse
1489 set let cross tabulate collapse
1596 set let cross tabulate collapse
10558 index to the matrix name. For example, the 4x4 matrix C has
10694 index to the matrix name. For example, the 4x4 matrix C has
17984 set let cross tabulate collapse
18189 matrix.
18570 Compute the variance-covariance matrix of a matrix.
28878 The X matrix is typically a design matrix for a multiple
[all …]
H A Ddphe2f.tex779 and <mat> is a matrix where the adjacency matrix is saved.
789 and <mat> is a matrix where the adjacency matrix is saved.
6954 read matrix m
16410 Between Two Attributes," Journal of the Royal Statistical Society,
23871 matrix.
24751 be a matrix argument. If <y> is a matrix, a single box is
24767 the matrix.
36041 The X matrix is typically a design matrix for a multiple
44927 covariance matrix, the correlation matrix, and the X'X matrix in
52410 set let cross tabulate collapse
[all …]
H A Ddphe3f.tex5874 index to the matrix name. For example, the 4x4 matrix C has
14136 Discrimination Between Two Models with Unknown Location and Scale
14139 Dumonceaux and Antle (1973), "Discrimination Between the Log-Normal
20731 set let cross tabulate collapse
25632 set let cross tabulate collapse
35368 the matrix.
65546 set let cross tabulate collapse
65785 set let cross tabulate collapse
65894 set let cross tabulate collapse
73009 Kappenman (1988), "A Simple Method for Choosing Between the Lognormal
[all …]
/dports/math/algae/algae-4.3.6/doc/
H A Dalgae.texinfo.in71 day collapse back into an infinitesimally small space. Should another
285 another. For example, @code{matrix(7)} returns a matrix with one row
1849 matrix with one row and then transposed to form a matrix with one
1970 matrix, the vector is (conceptually) converted to a matrix before the
2020 Between two tables, @samp{+} combines their members in the resulting
2472 matrix.@refill
2502 @item matrix
2506 matrix are:@refill
3196 * matrix:: convert to a matrix
3833 @defun matrix ( x )
[all …]
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/lib/
H A Dgrape.g983 # Returns the collapsed adjacency matrix A for gamma=arg[2] wrt
997 # and then the returned collapsed adjacency matrix for gamma is
1000 # conform with the definition of collapsed adjacency matrix in
1003 # adjacency matrix to be more general, as we can collapse w.r.t. to
1284 # Calculates local info on a graph using a collapsed adjacency matrix
1292 # *** If A is not the collapsed adjacency matrix for a simple graph
2871 # (ALEX '98): Building Bridges Between Theory and Applications, 1998,
2883 # and the global variable A has value an n x n adjacency matrix
3204 # now A := adjacency matrix of gamma.
3819 # identity matrix.
/dports/databases/hbase/hbase-1.2.1/src/main/asciidoc/_chapters/
H A Dsecurity.adoc630 …insert (new record) and update (of existing record), for example, as both collapse down into a Put.
663 The combination of access levels and scopes creates a matrix of possible access levels that can be …
733 …w ACLs map to specific HBase operations and tasks, see <<appendix_acl_matrix,appendix acl matrix>>.
1588 Switching Between Using a Random Data Key and Specifying A Key::
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/po/
H A Den_GB.po10356 msgid "Add <b>\"Fill Between Many LPE\"</b> to add fill."
17359 "Indicates the type of matrix operation. The keyword 'matrix' indicates that "
17364 "Indicates the type of matrix operation. The keyword 'matrix' indicates that "
17469 "the matrix diagonal) while a matrix filled with a constant non-zero value "
17476 "the matrix diagonal) while a matrix filled with a constant non-zero value "
24472 msgid "Edit c_urrent matrix"
24473 msgstr "Edit c_urrent matrix"
24498 "this matrix"
24501 "this matrix"
47403 #~ " * Group collapsing: collapse group elements.\n"
[all …]
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dguile.info-72937 Between ~( and ~) the case of all output is changed. The
5837 -- Function: collapse-repeated-chars str [chr] [num]
5842 (collapse-repeated-chars "H e l l o")
5844 (collapse-repeated-chars "H--e--l--l--o" #\-)
5846 (collapse-repeated-chars "H-e--l---l----o" #\- 2)
5850 [#:tab-width] [#:collapse-whitespace?] [#:subsequent-indent]
5867 ‘#:collapse-whitespace?’
6619 (define-method (+ (x <matrix>) (y <matrix>)) ...)

1234567891011