Home
last modified time | relevance | path

Searched refs:jfact (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/10step/
H A DDEXRIGHTMARGIN.DP116 loop for jfact = 1 1 k
117 let numlev^jfact = unique x^jfact
118 let numlevva(jfact) = numlev^jfact
134 print "jfact = ^jfact numlevfa = ^numlevfa"
159 loop for jfact = 1 1 k
184 loop for jfact = 1 1 k
201 if bugswdrm = 1; print "jfact = ^jfact numlevfa = ^numlevfa"
220 print "jfact = ^jfact numlevfa = ^numlevfa"
249 print "stx^jfact&l = ^stx^jfact&l"
265 . print "jfact = ^jfact jlev = ^jlev stoutl = ^stoutl"
[all …]
H A DGET_WRITE_ANOVA_FCDF_DEXMP.DP20 loop for jfact = 1 1 k
21 if q not exist; anova y x^jfact; end if
22 if q exists; anova y x^jfact ^q; end if
25 moveds ^jfact 21; text ^fcdfr1%
H A DDEXSP_WRITE_FACTOR_LEVELS.DP51 loop for jfact = 1 1 k
52 let numlevfa = numlevva(jfact)
55 let indexz2 = ^jfact for i = jstart 1 jstop
72 loop for jfact = 1 1 k
77 print " "; print " "; print "======Step 2.1: jfact = ^jfact======";
84 retain xpv subset tagplot ^jfact
135 print "jfact = ^jfact"
H A DDEXMP_WRITE_FACTOR_LEVELS.DP35 loop for jfact = 1 1 k
40 print " "; print " "; print "======Step 1: jfact = ^jfact======";
47 retain xpv subset tagplot ^jfact
98 print "jfact = ^jfact"
H A DEST.DP117 loop for jfact = 1 1 k
118 tabulate x^jfact
122 loop for jfact = 1 1 km1
123 let jfactp1 = jfact + 1
125 tabulate x^jfact x^jfact2
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DRIGHTMARGINFACTORSANDLEVELS.DP75 loop for jfact = 1 1 k
78 if jfact = jprime; color black; end if
81 move xp0z ypz; just left; hw 2 1; text X^jfact: ^stx^jfact
84 let nlev = nlevv(jfact)
88 let stzz = string word stx^jfact&l jlev
92 if stcolor^jfact exists
93 let stcolzz = string word stcolor^jfact jlev
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__fermi_dirac.c1103 gsl_sf_result jfact; in fd_series_int() local
1107 gsl_sf_fact_e((unsigned int)j, &jfact); in fd_series_int()
1108 pre2 = gsl_sf_pow_int(x, j) / jfact.val; in fd_series_int()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dfermi_dirac.c1103 gsl_sf_result jfact; in fd_series_int() local
1107 gsl_sf_fact_e((unsigned int)j, &jfact); in fd_series_int()
1108 pre2 = gsl_sf_pow_int(x, j) / jfact.val; in fd_series_int()
/dports/math/R-cran-terra/terra/src/
H A Draster_methods.cpp1446 unsigned jfact = 0; in disaggregate() local
1450 newrow[jfact+k] = v[coloff]; in disaggregate()
1452 jfact += fact[1]; in disaggregate()