Home
last modified time | relevance | path

Searched refs:penter (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dstepwisefit.m18 … @var{r}, @var{rint}, @var{stats} =} stepwisefit (@var{y}, @var{X}, @var{penter} = 0.05, @var{prem…
29 ## @var{penter} is the maximum p-value to enter a new variable into the regression (default: 0.05).
43 … the results of @code{[b, bint, r, rint, stats] = regress(y, [ones(size(y)) X(:, X_use)], penter);}
58 function [X_use, b, bint, r, rint, stats] = stepwisefit(y, X, penter = 0.05, premove = 0.1, method …
60 if nargin >= 3 && isempty(penter)
61 penter = 0.05; variable
96 …t_new, r_new, rint_new, stats_new] = regress(y, [ones(n, 1) X(:, [X_use i_to_add])], penter);
101 [b_j, bint_j, ~,~ ,~] = regress(y, [ones(n, 1) X(:, [X_use j])], penter);
106 …w, bint_new, r_new, rint_new, stats_new] = regress(y, [ones(n, 1) X(:, [X_use i_to_add])], penter);
127 … - 1) / tinv(1 - penter/2, n - v - 1); #estimate the ratio between the z score corresponding to pr…
[all …]
/dports/games/xkoules/koules1.4/os2dive/
H A Dinput.h26 BYTE penter, pup, pdown, pp, pesc, pleft, pright; variable
41 #define IsPressedEnter() penter
H A Dpm_main.c230 penter = 0; in vgaAppWindowProc()
274 penter = 1; in vgaAppWindowProc()
H A Dinput.c21 BYTE penter, pup, pdown, pp, pesc, pleft, pright; variable
/dports/games/xkoules/koules1.4/xlib/
H A Dinput.h35 where int penter, pup, pdown,ph, pp, pesc, pleft, pright; variable
52 #define IsPressedEnter() penter
H A Dinterface.c332 penter = 0; in MyPause()
394 penter = 0; in ProcessEvents()
432 penter = 1; in ProcessEvents()
/dports/lang/nawk/nawk-20121220_1/
H A Db.c134 penter(p1); /* enter parent pointers and leaf indices */ in mkdfa()
183 void penter(Node *p) /* set up parent pointers and leaf indices */ in penter() function
192 penter(left(p)); in penter()
197 penter(left(p)); in penter()
198 penter(right(p)); in penter()
H A Dproto.h44 extern void penter(Node *);
H A DFIXES737 overflow in penter. thanks to mark larsen.
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/contrib/one-true-awk/
H A Db.c137 penter(p1); /* enter parent pointers and leaf indices */ in mkdfa()
186 void penter(Node *p) /* set up parent pointers and leaf indices */ in penter() function
195 penter(left(p)); in penter()
200 penter(left(p)); in penter()
201 penter(right(p)); in penter()
H A Dproto.h44 extern void penter(Node *);
H A DFIXES737 overflow in penter. thanks to mark larsen.
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Db.c133 penter(p1); /* enter parent pointers and leaf indices */ in mkdfa()
182 void penter(Node *p) /* set up parent pointers and leaf indices */ in penter() function
190 penter(left(p)); in penter()
195 penter(left(p)); in penter()
196 penter(right(p)); in penter()
H A Dproto.h44 extern void penter(Node *);
H A DFIXES504 overflow in penter. thanks to mark larsen.
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Db.c134 penter(p1); /* enter parent pointers and leaf indices */ in mkdfa()
183 void penter(Node *p) /* set up parent pointers and leaf indices */ in penter() function
192 penter(left(p)); in penter()
197 penter(left(p)); in penter()
198 penter(right(p)); in penter()
H A Dproto.h44 extern void penter(Node *);
H A DFIXES721 overflow in penter. thanks to mark larsen.
/dports/misc/rump/buildrump.sh-b914579/src/external/historical/nawk/dist/
H A Db.c186 penter(p1); /* enter parent pointers and leaf indices */ in mkdfa()
238 void penter(Node *p) /* set up parent pointers and leaf indices */ in penter() function
247 penter(left(p)); in penter()
252 penter(left(p)); in penter()
253 penter(right(p)); in penter()
H A Dproto.h44 extern void penter(Node *);
H A DFIXES737 overflow in penter. thanks to mark larsen.
/dports/devel/dev86/dev86-0.16.20/as/
H A Dassemble.c32 penter,
H A Dproto.h155 void penter P((void));
H A Dpops.c647 PUBLIC void penter() in penter() function
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dkern.c9638 pointer penter, pscroll, ppaint, pselect, pgob; in KERN_API_CALL() local
9645 if (unpack(sc, &args, "ooool", &penter, &pscroll, &ppaint, &pselect, &pgob)) { in KERN_API_CALL()
9657 if (! (kzp->enter = closure_new_ref(sc, penter))) { in KERN_API_CALL()

12