Home
last modified time | relevance | path

Searched refs:categoricals_df (Results 1 – 5 of 5) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/math/
H A Dcategoricals.h92 size_t categoricals_df (const struct categoricals *, size_t idx);
H A Dcovariance.c784 int df = categoricals_df (cov->categoricals, n); in covariance_dump_enc_header()
H A Dcategoricals.c440 categoricals_df (const struct categoricals *cat, size_t idx) in categoricals_df() function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dlogistic.c1219 int df = categoricals_df (res->cats, i); in output_variables()
1373 size_t df = categoricals_df (res->cats, i); in output_categories()
1398 int df = categoricals_df (res->cats, v); in output_categories()
H A Dglm.c768 double df = categoricals_df (ws->cats, f); in output_glm()