Home
last modified time | relevance | path

Searched refs:eval_ytest (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddescribe.h82 int eval_ytest (double y, GretlOp op, double test);
H A Ddescribe.c218 int eval_ytest (double y, GretlOp op, double test) in eval_ytest() function
280 if (!na(x[t]) && eval_ytest(y[t], yop, yval)) { in gretl_restricted_mean()
294 if (!na(x[t]) && eval_ytest(y[t], yop, yval)) { in gretl_restricted_mean()
686 if (!na(x[t]) && eval_ytest(y[t], yop, yval)) { in gretl_restricted_variance()
/dports/math/gretl/gretl-2021d/gui/
H A Dcalculator.c2255 (vy > 0 && !eval_ytest(dataset->Z[vy][t], yop, yval))) { in populate_stats()