Home
last modified time | relevance | path

Searched refs:xmat (Results 1 – 25 of 187) sorted by last modified time

12345678

/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dmake_random_timing.py4546 if self.prefix: xmat = 'X.%s.xmat.1D' % self.prefix
4547 else: xmat = 'X.xmat.1D'
4549 c2 += ' -x1D %s\n\n' % xmat
4562 % (xmat, first)
4569 % (tlabel, ynames, xmat, first)
4582 % (tlabel, ynames, xmat, first)
4585 "# command: 1dplot %s %s'[%d]'\n" % (tlabel, xmat, first)
H A Dgen_ss_review_scripts.py3267 xmat = self.dsets.xmat_ad_nocen
3268 else: xmat = self.dsets.xmat_ad
3269 nt = xmat.nt
H A Dauto_warp.py695 xmat=None): argument
702 if (xmat==None):
714 % ( xmat, n.input(), a.input() ), \
720 xmat = "%s.Xat.1D" % n.prefix
721 if (not os.path.isfile(xmat) and not ps.dry_run()):
722 self.error_msg("Failed to find xmat %s" % xmat);
726 if (xmat==None):
727 xmat = "%s.Xat.1D" % n.prefix
729 return n,xmat
857 a, ps.affine_input_xmat = ps.align_auto_tlrc(a,b, xmat=ps.affine_input_xmat)
H A Dafni_proc.py1130 self.xmat = 'X.xmat.1D' # X-matrix file (might go uncensored)
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Ddb_mod.py6040 % (fout_str, tmp_prefix, proc.xmat, tmp_prefix))
6050 if proc.censor_file: xmat = '%s%s' % (tmp_prefix, newmat)
6051 else: xmat = '%s%s' % (tmp_prefix, proc.xmat)
6059 maskstr=mask, censtr=censor_str, xmat=xmat,
6110 " |& tee out.cormat_warn.txt\n\n" % proc.xmat
6117 " |& tee out.df_info.txt\n\n" % proc.xmat
6167 if proc.censor_file: xmat = '%s' % newmat
6168 else: xmat = '%s' % proc.xmat
6177 maskstr=mask, censtr=censor_str, xmat=xmat,
6308 xmat='X.xmat.1D', dsort='', prefix='errts.tproject'): argument
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@compute_OC_weights312 -x1D x.xmat.1D \
/dports/print/ghostscript7-base/ghostscript-7.07/eplaser-3.1.4/
H A Dgdevesmv.c113 gs_matrix xmat; member
1971 (void)memcpy(&pdev -> xmat, &imat, sizeof(gs_matrix)); in esmv_begin_image()
2072 …esmv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty, pdev -> w, … in esmv_image_plane_data()
2077 yy = (pdev -> h * pdev->xmat.yy) - (pdev -> dd * pdev -> xmat.yy) - (height * pdev -> xmat.yy); in esmv_image_plane_data()
2079 … yy = (pdev -> h * pdev->xmat.yx) - (pdev -> dd * pdev -> xmat.yx) - (height * pdev -> xmat.yx); in esmv_image_plane_data()
2083 sy = (int)pdev -> xmat.ty - (int)yy; in esmv_image_plane_data()
2086 sy = height * pdev -> xmat.yy + 0.5; in esmv_image_plane_data()
2092 …esmv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty - (int)yy, p… in esmv_image_plane_data()
2094 pdev -> by = (int)pdev -> xmat.ty - (int)yy; in esmv_image_plane_data()
H A Dgdevescv.c122 gs_matrix xmat; member
1887 (void)memcpy(&pdev -> xmat, &imat, sizeof(gs_matrix)); in escv_begin_image()
1975 …escv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty, pdev -> w, … in escv_image_plane_data()
1980 yy = (pdev -> h * pdev->xmat.yy) - (pdev -> dd * pdev -> xmat.yy) - (height * pdev -> xmat.yy); in escv_image_plane_data()
1982 … yy = (pdev -> h * pdev->xmat.yx) - (pdev -> dd * pdev -> xmat.yx) - (height * pdev -> xmat.yx); in escv_image_plane_data()
1986 sy = (int)pdev -> xmat.ty - (int)yy; in escv_image_plane_data()
1989 sy = height * pdev -> xmat.yy + 0.5; in escv_image_plane_data()
1995 …escv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty - (int)yy, p… in escv_image_plane_data()
1997 pdev -> by = (int)pdev -> xmat.ty - (int)yy; in escv_image_plane_data()
/dports/print/ghostscript7-base/ghostscript-7.07/
H A Dgdevesmv.c113 gs_matrix xmat; member
1971 (void)memcpy(&pdev -> xmat, &imat, sizeof(gs_matrix)); in esmv_begin_image()
2072 …esmv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty, pdev -> w, … in esmv_image_plane_data()
2077 yy = (pdev -> h * pdev->xmat.yy) - (pdev -> dd * pdev -> xmat.yy) - (height * pdev -> xmat.yy); in esmv_image_plane_data()
2079 … yy = (pdev -> h * pdev->xmat.yx) - (pdev -> dd * pdev -> xmat.yx) - (height * pdev -> xmat.yx); in esmv_image_plane_data()
2083 sy = (int)pdev -> xmat.ty - (int)yy; in esmv_image_plane_data()
2086 sy = height * pdev -> xmat.yy + 0.5; in esmv_image_plane_data()
2092 …esmv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty - (int)yy, p… in esmv_image_plane_data()
2094 pdev -> by = (int)pdev -> xmat.ty - (int)yy; in esmv_image_plane_data()
H A Dgdevescv.c122 gs_matrix xmat; member
1887 (void)memcpy(&pdev -> xmat, &imat, sizeof(gs_matrix)); in escv_begin_image()
1975 …escv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty, pdev -> w, … in escv_image_plane_data()
1980 yy = (pdev -> h * pdev->xmat.yy) - (pdev -> dd * pdev -> xmat.yy) - (height * pdev -> xmat.yy); in escv_image_plane_data()
1982 … yy = (pdev -> h * pdev->xmat.yx) - (pdev -> dd * pdev -> xmat.yx) - (height * pdev -> xmat.yx); in escv_image_plane_data()
1986 sy = (int)pdev -> xmat.ty - (int)yy; in escv_image_plane_data()
1989 sy = height * pdev -> xmat.yy + 0.5; in escv_image_plane_data()
1995 …escv_write_begin(dev, pie->bits_per_pixel, (int)pdev -> xmat.tx, (int)pdev -> xmat.ty - (int)yy, p… in escv_image_plane_data()
1997 pdev -> by = (int)pdev -> xmat.ty - (int)yy; in escv_image_plane_data()
/dports/math/gap/gap-4.11.0/pkg/fining/lib/
H A Dmorphisms.gi1867 local xmat;
1871 xmat := Unpack(x!.obj);
1873 ConvertToVectorRep(xmat);
1875 ConvertToMatrixRep(xmat);
1877 return VectorSpaceToElement(geom1, xmat ); # the same here.
1888 local xmat;
1893 xmat := x!.mat;
2033 local xmat;
2038 xmat := x!.mat;
/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A Dcamera_path.py183 xmat = np.zeros((self.nframes, self.nframes))
184 xmat[:, :] = self.pos[:, 0]
185 dx = xmat - xmat.T
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/
H A Dtest_regression.py1399 xmat = np.random.normal(size=(n, p))
1407 model1 = OLS(yvec, xmat)
1409 model2 = OLS(yvec, xmat)
1412 model3 = OLS(yvec, xmat)
1417 fv2 = np.dot(xmat, result1.params)
1425 xmat = np.random.normal(size=(n, p))
1427 yvec = xmat[:, 0] + xmat[:, 2] + np.random.normal(size=n)
1428 model1 = OLS(yvec, xmat)
1430 model2 = OLS(yvec, xmat[:, [0, 2]])
1479 model1 = OLS(yvec - 1, xmat)
[all …]
H A Dtest_dimred.py16 xmat = np.random.normal(size=(500, 5))
17 xmat[:, 1] = 0.5*xmat[:, 0] + np.sqrt(1 - 0.5**2) * xmat[:, 1]
18 xmat[:, 3] = 0.5*xmat[:, 2] + np.sqrt(1 - 0.5**2) * xmat[:, 3]
21 lpr = np.dot(xmat, b)
31 model = SAVE(y, xmat)
47 model = PHD(y, xmat)
50 model = PHD(y, xmat)
76 y2 = xmat.sum(1)
78 model = SlicedInverseReg(y, xmat)
109 model = SlicedInverseReg(y, xmat)
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/genmod/tests/
H A Dtest_gee.py2059 xmat = np.random.normal(size=(3*ngrp, 3))
2061 ey = np.dot(xmat, par)
2066 m = gee.GEE(y, xmat, time=t, cov_struct=cov_struct.Unstructured(),
2082 xmat = np.random.normal(size=(3*ngrp, 3))
2084 ey = np.dot(xmat, par)
2096 x = xmat[3*i + ix, :]
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Dgee_nested_simulation.py54 xmat = np.random.normal(size=(n, p)) variable
79 df = pd.DataFrame(xmat, columns=["x%d" % j for j in range(p)])
80 df["y"] = y + xmat[:, 0] - xmat[:, 3]
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A DAFNIio.R1735 xmat.base.index <- function (xmat, AFNIindex = FALSE) { argument
1736 cg <- attr(xmat,'ColumnGroups')
1741 xmat.motion.index <- function (xmat, AFNIindex = FALSE) { argument
1742 cg <- attr(xmat,'ColumnGroups')
1747 xmat.roni.index <- function (xmat, AFNIindex = FALSE) { argument
1748 cg <- attr(xmat,'ColumnGroups')
1753 xmat.alltasks.index <- function (xmat, AFNIindex = FALSE) { argument
1754 cg <- attr(xmat,'ColumnGroups')
1779 ilst <- append(ilst, seq(1,ncol(xmat)))
1782 xmat.alltasks.index(xmat, AFNIindex=FALSE))
[all …]
H A DExamineXmat.R228 show_xmat <- function (xmat, isel=1:1:ncol(xmat), descr="", interactive=TRUE) { argument
266 stim_cond <- kappa(xmat[,xmat.alltasks.index(xmat)], exact=TRUE)
272 all_cond_no_mot <- kappa(xmat[,-xmat.motion.index(xmat)], exact=TRUE)
321 show_xmat_old <- function (xmat, isel=1:1:ncol(xmat), descr="") { argument
341 ffr <- xmat[,isel]
356 xoff = ((1:length(isel))%%5)*(length(xmat[,1])/frequency(xmat)/5)
382 stim_cond <- kappa(xmat[,xmat.alltasks.index(xmat)], exact=TRUE)
388 all_cond_no_mot <- kappa(xmat[,-xmat.motion.index(xmat)], exact=TRUE)
411 condition_report <- function(tt=NA, xmat, isel=1:1:ncol(xmat), descr="") { argument
428 stim_cond <- kappa(xmat[,xmat.alltasks.index(xmat)], exact=TRUE)
[all …]
H A DPTA.R453 show_xmat <- function (xmat, isel=1:1:ncol(xmat), descr="", interactive=TRUE) { argument
491 stim_cond <- kappa(xmat[,xmat.alltasks.index(xmat)], exact=TRUE)
497 all_cond_no_mot <- kappa(xmat[,-xmat.motion.index(xmat)], exact=TRUE)
546 show_xmat_old <- function (xmat, isel=1:1:ncol(xmat), descr="") { argument
566 ffr <- xmat[,isel]
581 xoff = ((1:length(isel))%%5)*(length(xmat[,1])/frequency(xmat)/5)
607 stim_cond <- kappa(xmat[,xmat.alltasks.index(xmat)], exact=TRUE)
613 all_cond_no_mot <- kappa(xmat[,-xmat.motion.index(xmat)], exact=TRUE)
636 condition_report <- function(tt=NA, xmat, isel=1:1:ncol(xmat), descr="") { argument
653 stim_cond <- kappa(xmat[,xmat.alltasks.index(xmat)], exact=TRUE)
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DFD2.c3542 int xtemp1, xtemp2, ytemp1, ytemp2, xmat, ymat, xm, ym, xxx; local
3658 xmat = x_mag * (matx - 1) + x_mag/2 + 1;
3669 for (i=0; i < xmat + xxx; i++) {
H A Dcs_simult.c140 float *xmat , *u1,*u2,*u3 , *v1,*v2,*v3 , *z1,*z2,*z3 ; local
149 #define X(i,j) xmat[(i)+(j)*n]
150 xmat = xx ;
166 av = xmat + jj*n ;
208 sum1 = sum2 = sum3 = 0.0f ; av = xmat + jj*n ;
221 sum1 = z1[jj] ; sum2 = z2[jj] ; sum3 = z3[jj] ; av = xmat + jj*n ;
H A D3dDeconvolve.c12935 -nodata $D 1 -x1D_stop -polort 2 -x1D test.xmat.1D
12939 3dREMLfit -matrix test.xmat.1D \
H A D@banded_clustsim52 if( ! -f $aaa/X.nocensor.xmat.1D )then
55 set matlist = ( $matlist $aaa/X.nocensor.xmat.1D )
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A DAFNI.changes.rickr2027 - changed Xmat.1D to X.xmat.1D, apply -xjpeg in 3dDeconvolve
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DExamineXmat.m6 % XMAT: Name of xmat file, such as EA.xmat.1D. If unspecified,
35 [fname, pname] = uigetfile('*.xmat.1D','Pick an Xmat');

12345678