Home
last modified time | relevance | path

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

/dports/audio/julius/julius-4.1.2/libsent/include/sent/
H A Dhtk_defs.h79 D_POISSON, ///< (not supported) enumerator
/dports/audio/julius/julius-4.1.2/libsent/src/hmminfo/
H A Drdhmmdef_options.c41 {"POISSOND", D_POISSON, "Poisson", FALSE},
/dports/math/gretl/gretl-2021d/lib/src/
H A Dpvalues.c3032 { D_POISSON, "p" }, in dist_code_from_string()
3110 case D_POISSON: in print_critval()
3215 } else if (dist == D_POISSON) { in gretl_get_cdf_inverse()
3263 } else if (dist == D_POISSON) { in gretl_get_critval()
3312 } else if (dist == D_POISSON) { in gretl_get_cdf()
3370 } else if (dist == D_POISSON) { in gretl_get_pdf()
3429 } else if (dist == D_POISSON) { in gretl_fill_pdf_array()
3483 } else if (dist == D_POISSON) { in gretl_get_pvalue()
3611 } else if (dist == D_POISSON) { in gretl_fill_random_array()
3871 case D_POISSON: in print_pvalue()
H A Dpvalues.h32 D_POISSON, enumerator
H A Dgeneval.c1476 } else if (d == D_POISSON) { in check_dist_count()
H A Dgeneval.c.try1477 } else if (d == D_POISSON) {
/dports/math/gretl/gretl-2021d/gui/
H A Dcalculator.c313 dcode = D_POISSON; in dist_xmin_xmax()
350 dcode = D_POISSON; in dist_xmax()
1138 return D_POISSON; in d_to_pdist()