Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dreliability.c48 int totals_idx; /* Casereader index into the totals */ member
65 printf ("Totals idx %d\n", s->totals_idx);
482 s->totals_idx = caseproto_get_n_widths (casereader_get_proto (input)); in do_reliability()
500 moments1_add (s->total, case_data_idx (c, s->totals_idx)->f, weight); in do_reliability()