Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dchisquare.c190 double total_obs = 0.0; in chisquare_execute() local
192 total_obs += ff[i]->count; in chisquare_execute()
206 ? cst->expected[i] * total_obs / total_expected in chisquare_execute()
207 : total_obs / (double) n_cells); in chisquare_execute()
225 pivot_value_new_number (total_obs)); in chisquare_execute()
276 double total_obs = 0.0; in chisquare_execute() local
278 total_obs += ff[i]->count; in chisquare_execute()
289 ? cst->expected[i] * total_obs / total_expected in chisquare_execute()
290 : total_obs / (double) hmap_count (&freq_hash)); in chisquare_execute()
310 pivot_value_new_number (total_obs)); in chisquare_execute()
/dports/math/py-ssm/ssm-0.0.1/ssm/
H A Dmodel_selection.py62 total_obs = np.sum(m)
64 heldout_num = int(total_obs * heldout_frac)
68 total_obs, heldout_num, replace=False)
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/stats/
H A Dbw_array_st.h34 uint64_t total_obs; /**< Total for all members of obs except member
H A Dbwhist.c59 total = b->total_obs + b->obs[b->cur_obs_idx]; in advance_obs()
67 b->total_obs = total - b->obs[nextidx]; in advance_obs()
506 b->total_obs = 0; in bwhist_load_bwhist_state_section()
/dports/security/tor/tor-0.4.6.8/src/feature/stats/
H A Dbw_array_st.h34 uint64_t total_obs; /**< Total for all members of obs except member
H A Dbwhist.c59 total = b->total_obs + b->obs[b->cur_obs_idx]; in advance_obs()
67 b->total_obs = total - b->obs[nextidx]; in advance_obs()
506 b->total_obs = 0; in bwhist_load_bwhist_state_section()
/dports/math/xldlas/xldlas/
H A Danalysis.c2928 int total_obs; in do_twoway_anova() local
3084 total_obs = 0; in do_twoway_anova()
3097 total_obs = total_obs + block_obs[i]; in do_twoway_anova()
3100 overall_mean = overall_mean / total_obs; in do_twoway_anova()
3200 sprintf(string_one,"%14d", total_obs - 1); in do_twoway_anova()
3327 int total_obs; in do_anova() local
3387 total_obs = 0; in do_anova()
3391 total_obs = total_obs + true_obs[i]; in do_anova()
3393 total_mean = total_mean / total_obs; in do_anova()
3447 …(total_obs - numb_anova) / ( (total_obs - numb_anova) + ((numb_anova - 1) * ((ssg / (numb_anova - … in do_anova()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dqr_estimate.c1818 int total_obs = 0; in cluster_vcv_calc() local
1893 total_obs += s; in cluster_vcv_calc()
1900 } else if (total_obs < pmod->nobs) { in cluster_vcv_calc()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_stats.c303 tt_int_op(b->total_obs, OP_EQ, tot); \
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_stats.c303 tt_int_op(b->total_obs, OP_EQ, tot); \