代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/484096/1271998
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/449504/7502216
m felogit.m
function results = felogit(y,x,ivec,tvec,beta0,c0,maxit,tol);
% PURPOSE: computes binomial logistic regression with a one-dimensional fixed effect:
% logit(y_it) = x_it'beta + c_i
% where: i =
www.eeworm.com/read/440842/7680340
m felogit.m
function results = felogit(y,x,ivec,tvec,beta0,c0,maxit,tol);
% PURPOSE: computes binomial logistic regression with a one-dimensional fixed effect:
% logit(y_it) = x_it'beta + c_i
% where: i =
www.eeworm.com/read/398034/8009041
m sa_fig4_15.m
%Smart Antennas figure 4.15 Binomial
d=.5;
N=input('what is the number of elements?');
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
test=hamming(N);
check=mod(N,2)
if check == 0
wB=flipud(test(1:N/
www.eeworm.com/read/317326/13505904
m sa_fig4_15.m
%Smart Antennas figure 4.15 Binomial
d=.5;
N=input('what is the number of elements?');
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
test=hamming(N);
check=mod(N,2)
if check == 0
wB=flipud(test(1:N/
www.eeworm.com/read/492929/6414258
m felogit.m
function results = felogit(y,x,ivec,tvec,beta0,c0,maxit,tol);
% PURPOSE: computes binomial logistic regression with a one-dimensional fixed effect:
% logit(y_it) = x_it'beta + c_i
% where: i =