代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/398034/8009039
m sa_fig4_11.m
%Smart Antennas figure 4-11 Binomial weights on a linear array
d=.5;
N=input('what is the number of elements?');
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
test=diag(rot90(pascal(N)));
check=mod(N,
www.eeworm.com/read/317326/13505902
m sa_fig4_11.m
%Smart Antennas figure 4-11 Binomial weights on a linear array
d=.5;
N=input('what is the number of elements?');
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
test=diag(rot90(pascal(N)));
check=mod(N,
www.eeworm.com/read/131315/5940562
cc trandom.cc
/*
a test file for Random classes
*/
#include
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/403922/11499708
html function.stats-rand-gen-ibinomial.html
Generates a single random deviate from a binomial distribution whose numb
www.eeworm.com/read/403922/11500899
html function.stats-rand-gen-ibinomial-negative.html
Generates a single random deviate from a negative binomial distribution.
www.eeworm.com/read/269264/4246527
cc combination-rec-demo.cc
// demo-is-self-contained
#include "fxttypes.h"
#include "fxtiomanip.h"
#include "aux0/binomial.h"
#include "aux1/auxprint.h"
#include "jjassert.h"
#include "demo/nextarg.h"
#include //
www.eeworm.com/read/367603/9740322
m parzen_bin.m
%window function: Binomial distribution func.
%
% (C)2008 TangSheng
%
%---------二项分布窗函数------------%
function parzen_bin(XX,YY,ZZ,Xi,n,nn,h1)
hn = h1/sqrt(n);
Vn = hn*hn;
for i = 1:sqrt(nn)
www.eeworm.com/read/424281/10467586
am makefile.am
noinst_LTLIBRARIES = libgslrandist.la
pkginclude_HEADERS= gsl_randist.h
INCLUDES = -I$(top_srcdir)
libgslrandist_la_SOURCES = bernoulli.c beta.c bigauss.c binomial.c cauchy.c chisq.c dirichlet.c di