代码搜索:binomial

找到约 467 项符合「binomial」的源代码

代码结果 467
www.eeworm.com/read/149652/5698169

txt tryrand.txt

Begin test Now print a real number: 3.14159 Print 20 N(0,1) random numbers - should be the same as in sample output 1.60382 -1.30754 -1.35107 -1.13924 0.273018 1.06615 -0.124875 -0.948578
www.eeworm.com/read/343227/11962637

m nbh_chk.m

function N = nbh_chk(TRANS, alpha, beta) %nbh_chk Checks the parameters of a negative binomial HMM % and returns its dimension. % Use: N = nbh_chk(TRANS,alpha,beta). % H2M/cnt To
www.eeworm.com/read/343227/11962660

m nb_ml.m

function [alpha, beta] = nb_ml(count, TOL) %nb_ml Maximum likelihood estimates for negative binomial data. % Use: [alpha, beta] = nb_ml(count[, TOL]). % H2M/cnt Toolbox, Version 2.0 % Oliv
www.eeworm.com/read/266537/11220255

htm submissions97.htm

Submissions Time elapsed: 05:00:00 Time remaining: 00:00:00
www.eeworm.com/read/100397/15874778

txt tryrand.txt

Begin test 1.60382 -1.30754 -1.35107 -1.13924 0.273018 1.06615 -0.124875 -0.948578 0.275591 1.44853 -2.07826 -3.06759 1.09382 1.21352 -0.643038 -0.222574 -0.611443 -0.180788 -1.19885 -0.756851 | |
www.eeworm.com/read/343227/11962640

readme

Contents of directory h2m/cnt/ _____________________________ This directory contains the H2M/cnt extension for estimating - Poisson mixture models - Poisson hidden Markov models - Negative-bino
www.eeworm.com/read/179705/9343236

changelog

2006-03-07 Brian Gough * poisson.c: added poisson cdf * nbinomial.c: added negative binomial cdf * hypergeometric.c: added hypergeometric cdf * geometric.c: added
www.eeworm.com/read/259923/11757437

m kerfun.m

function k = Kerfun(ker, u, v, p1, p2) % 参数: Ker-核的类型。 % u,v代表核中的训练点。 % p1,p2代表核中的参数。 %    switch lower(ker) case 'linear' k = u
www.eeworm.com/read/133539/14036314

x pest_wrap.x

scm_make_gsubr( "pest-normal-mean" , 4 , 0 , 0 , reinterpret_cast(scm_fn_pest_normal_mean )); scm_make_gsubr( "pest-normal-difference-of-means-equal-sdev" , 6 , 0
www.eeworm.com/read/291752/8398782

h filter_proto.h

// // File = filter_proto.h // #ifndef _FILTER_PROTO_H_ #define _FILTER_PROTO_H_ #include "realpoly.h" class AnalogFilterPrototype { public: AnalogFilterPrototype( void ); A