Home
last modified time | relevance | path

Searched +defs:colnames +defs:y (Results 1 – 25 of 58) sorted by relevance

123

/dports/math/octave-forge-stk/stk/inst/arrays/@stk_dataframe/
H A Dmrdivide.m39 colnames = x2.rownames; variable
46 colnames = x1.colnames; variable
48 colnames = {}; variable
59 colnames = x2.rownames; variable
63 y = stk_dataframe (x1_data / x2_data, colnames, rownames); variable
H A Dmtimes.m39 colnames = x2.colnames; variable
46 colnames = x1.colnames; variable
48 colnames = {}; variable
58 colnames = x2.colnames; variable
68 y = stk_dataframe (x1_data * x2_data, colnames, rownames); variable
H A Dmldivide.m39 colnames = x2.colnames; variable
44 colnames = {}; variable
53 colnames = x2.colnames; variable
63 y = stk_dataframe (x1_data \ x2_data, colnames, rownames); variable
H A Dbsxfun.m74 colnames = c1; variable
76 colnames = c2; variable
78 colnames = {}; variable
92 y = stk_dataframe (ydata, colnames, rownames); variable
H A Dvertcat.m33 y = []; variable
66 colnames = y_colnames; variable
70 colnames = x_colnames; variable
79 colnames = x_colnames; variable
H A Dhorzcat.m33 y = []; variable
89 colnames = {}; variable
96 colnames = [x_colnames y_colnames]; variable
/dports/math/R/R-4.1.2/src/library/grDevices/R/
H A Dxyz.coords.R22 function(x, y = NULL, xlab = NULL, ylab = NULL, log = NULL, recycle = FALSE, argument
59 colnames <- dimnames(x)[[2L]] functionVar
125 list(x=as.double(x), y=as.double(y), xlab=xlab, ylab=ylab) nameattr
128 xyz.coords <- function(x, y=NULL, z=NULL, xlab=NULL, ylab=NULL, zlab=NULL, argument
158 colnames <- dimnames(x)[[2L]] functionVar
262 list(x=as.double(x), y=as.double(y), z=as.double(z), nameattr
/dports/math/libRmath/R-4.1.1/src/library/grDevices/R/
H A Dxyz.coords.R22 function(x, y = NULL, xlab = NULL, ylab = NULL, log = NULL, recycle = FALSE, argument
59 colnames <- dimnames(x)[[2L]] functionVar
125 list(x=as.double(x), y=as.double(y), xlab=xlab, ylab=ylab) nameattr
128 xyz.coords <- function(x, y=NULL, z=NULL, xlab=NULL, ylab=NULL, zlab=NULL, argument
158 colnames <- dimnames(x)[[2L]] functionVar
262 list(x=as.double(x), y=as.double(y), z=as.double(z), nameattr
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A Dtextplot.R109 col.colnames=par("col"),
111 wrap.colnames = 10,
124 show.rownames, show.colnames,
131 col.colnames,
133 wrap.colnames,
162 col.colnames=par("col"),
164 wrap.colnames = 10,
198 col.colnames=par("col"),
325 y <- ypos functionVar
403 col.colnames=par("col"),
[all …]
/dports/math/R-cran-matrixStats/matrixStats/tests/
H A DrowDiffs_subset.R6 y <- matrix(x[integer(0L)], nrow = nrow(x), ncol = 0L) functionVar
19 colnames <- colnames(x) functionVar
H A DrowDiffs.R6 y <- matrix(x[integer(0L)], nrow = nrow(x), ncol = 0L) functionVar
19 colnames <- colnames(x) functionVar
H A DrowCumsums.R5 y <- t(apply(x, MARGIN = 1L, FUN = cumsum)) functionVar
136 colnames <- LETTERS[1:5] globalVar
H A DrowCumprods.R5 y <- t(apply(x, MARGIN = 1L, FUN = cumprod)) functionVar
161 colnames <- LETTERS[1:5] globalVar
H A DrowCumMinMaxs.R5 y <- t(apply(x, MARGIN = 1L, FUN = cummin)) functionVar
21 y <- t(apply(x, MARGIN = 1L, FUN = cummax)) functionVar
168 colnames <- LETTERS[1:5] globalVar
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Dwls.py41 y = y_true + sig * w * e variable
74 colnames = ["x1", "const"] variable
/dports/math/R-cran-RcppEigen/RcppEigen/src/
H A DfastLm.cpp42 lm::lm(const Map<MatrixXd> &X, const Map<VectorXd> &y) in lm()
86 ColPivQR::ColPivQR(const Map<MatrixXd> &X, const Map<VectorXd> &y) in ColPivQR()
112 QR::QR(const Map<MatrixXd> &X, const Map<VectorXd> &y) : lm(X, y) { in QR()
121 Llt::Llt(const Map<MatrixXd> &X, const Map<VectorXd> &y) : lm(X, y) { in Llt()
128 Ldlt::Ldlt(const Map<MatrixXd> &X, const Map<VectorXd> &y) : lm(X, y) { in Ldlt()
155 GESDD::GESDD(const Map<MatrixXd>& X, const Map<VectorXd> &y) : lm(X, y) { in GESDD()
165 SVD::SVD(const Map<MatrixXd> &X, const Map<VectorXd> &y) : lm(X, y) { in SVD()
174 SymmEigen::SymmEigen(const Map<MatrixXd> &X, const Map<VectorXd> &y) in SymmEigen()
209 const Map<VectorXd> y(as<Map<VectorXd> >(ys)); in fastLm() local
221 RObject colnames = dimnames[1]; in fastLm() local
[all …]
/dports/math/R-cran-xts/xts/inst/include/
H A DxtsAPI.h64 SEXP attribute_hidden xtsRbind(SEXP x, SEXP y, SEXP dup) { in xtsRbind()
96 SEXP attribute_hidden xtsMerge(SEXP x, SEXP y, SEXP all, SEXP fill, SEXP retclass, in xtsMerge()
97 SEXP colnames, SEXP suffixes, SEXP retside, SEXP check_names, in xtsMerge()
/dports/math/R/R-4.1.2/src/library/base/R/
H A Dmatrix.R68 colnames <- function(x, do.NULL = TRUE, prefix = "col") function
138 crossprod <- function(x, y=NULL) .Internal(crossprod(x,y)) argument
139 tcrossprod <- function(x, y=NULL) .Internal(tcrossprod(x,y)) argument
/dports/math/libRmath/R-4.1.1/src/library/base/R/
H A Dmatrix.R68 colnames <- function(x, do.NULL = TRUE, prefix = "col") function
138 crossprod <- function(x, y=NULL) .Internal(crossprod(x,y)) argument
139 tcrossprod <- function(x, y=NULL) .Internal(tcrossprod(x,y)) argument
/dports/devel/R-cran-gdata/gdata/R/
H A Dwrite.fwf.R15 colnames=TRUE, argument
119 y <- x functionVar
/dports/math/R-cran-xts/xts/src/
H A Dmerge.c28 SEXP xts_make_names(SEXP colnames, SEXP env) in xts_make_names()
61 SEXP do_merge_xts (SEXP x, SEXP y, in do_merge_xts()
65 SEXP colnames, in do_merge_xts()
1195 SEXP colnames = R_NilValue; in mergeXts() local
/dports/textproc/R-cran-xtable/xtable/R/
H A Dprint.xtable.R24 print.xtable <- function(x,
39 include.colnames = getOption("xtable.include.colnames", TRUE),
619 "+.string" <- function(x, y) { argument
/dports/science/R-cran-e1071/e1071/R/
H A Dbclust.R24 colnames = colnames(x), nameattr
143 y <- rev(x$hclust$height)[x1] functionVar
/dports/math/py-pystan/pystan-2.19.0.0/pystan/
H A Dmisc.py121 def _array_to_table(arr, rownames, colnames, n_digits): argument
981 wfun = lambda x, y: '"{}" is not writable; use "{}" instead'.format(x, y) argument
/dports/games/xmine/xmine-1.0.3-Xaw/
H A Dxmine.c146 char *colnames[COL_COUNT] = { variable
666 int x, y; in draw_face() local
740 redrawsquare(int x, int y) in redrawsquare()
868 drawsquare(int x, int y) in drawsquare()
999 hasmine(int x, int y) in hasmine()
1025 iscovered(int x, int y) in iscovered()
1038 uncover(int x, int y) in uncover()
1070 int x, y; in boom() local
1092 int x, y; in winner() local
1119 int x, y; local
[all …]

123