代码搜索:binomial

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

代码结果 467
www.eeworm.com/read/373627/9446042

html theta.md.html

R: Estimate theta of the Negative Binomial
www.eeworm.com/read/373627/9446067

html glm.nb.html

R: Fit a Negative Binomial Generalized Linear Model
www.eeworm.com/read/168857/9891634

html page381.html

Removing an Item from a Binomial Queue
www.eeworm.com/read/168857/9896013

html page467.html

Example-Computing Binomial Coefficients
www.eeworm.com/read/449504/7502029

m bingen.m

function s = bingen(p0,p1,m) % PURPOSE: generate binomial probability % ---------------------------------------- % USAGE: s = bingen(p0,p1,m) % where: p0 = probability 1 % p1 = probabilit
www.eeworm.com/read/196832/8055345

m multinom.m

function [y,p_avg,p_std]=multinom(p,m,n) %Performs random sampling from a binomial distribution % % [y]=multinom(p,m,n) % where p=1-by-k vector of probabilities of occurrence % n=sample size %
www.eeworm.com/read/150225/12304108

m multinomrnd.m

function [y,p_avg,p_std]=multinomrnd(p,m,n) %Performs random sampling from a binomial distribution % % [y]=multinomrnd(p,m,n) % where p=1-by-k vector of probabilities of occurrence % n=sample s
www.eeworm.com/read/13871/284219

m multinomrnd.m

function [y,p_avg,p_std]=multinomrnd(p,m,n) %Performs random sampling from a binomial distribution % % [y]=multinomrnd(p,m,n) % where p=1-by-k vector of probabilities of occurrence % n=sample s
www.eeworm.com/read/273525/4208638

ado glim_v2.ado

*! version 1.0.3 04jun2002 program define glim_v2 version 7 args todo eta mu return touse if `todo' == -1 { if "$SGLM_m" != "1" { /* Title */ global SGLM_vt "Binomial" global S
www.eeworm.com/read/288389/8635988

m beetless.m

function ss = beetless(theta,data) % Beatle mortality example binomial -2*log(likelihood) function % -2 log(likelihood) = -2*sum( y log(p) + (n-y) log(1-p) ) dose = data(:,1); n = data(:,2); y