代码搜索:Poisson

找到约 656 项符合「Poisson」的源代码

代码结果 656
www.eeworm.com/read/424281/10471326

c poisson.c

/* cdf/poisson.c * * Copyright (C) 2004 Jason H. Stover. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publish
www.eeworm.com/read/271693/10983712

m poisson.m

function n = poisson(navg) % DESCRIPTION n = mrequest(navg) % an aproximation of a poisson distribution % TRY poisson(10),poisson(0:10),poisson(ones(2,2,2)) % by Magnus Almgren 000803 siz = size(nav
www.eeworm.com/read/460670/7243925

cpp poisson.cpp

#include #include #include int z[100000]; void save() {FILE*fp3; int i; if((fp3=fopen("shuju3.txt","w"))==NULL) {printf("cannot open file shuju3.txt\n"
www.eeworm.com/read/457710/7319152

jpg poisson.jpg

www.eeworm.com/read/456783/7339765

m poisson.m

close all; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%具体实例%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% a=0;b=2;c=0;d=1; n=6;m=5;TOL=1e-10; ITMAX=200; f=inline('x*exp(y)','x','y'); ga=inline('0','x','y
www.eeworm.com/read/455033/7378691

edp poisson.edp

verbosity=2; mesh3 Th("dodecaedre01"); fespace Vh(Th,P23d); func ue = 2*x*x + 3*y*y + 4*z*z + 5*x*y+6*x*z+1; func uex= 4*x+ 5*y+6*z; func uey= 6*y + 5*x; func uez= 8*z +6*x; func f= -18. ; V
www.eeworm.com/read/452910/7429309

c poisson.c

/*【问题描述】 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0
www.eeworm.com/read/449771/7496701

m poisson.m

www.eeworm.com/read/448535/7531378

m poisson.m

function x = poisson(lambda) % % Generate a sample of a random variable x with mean lambda % (Following Numerical Recipes in C, 2nd ed., p. 294) % This function should be initialized by initpoiss
www.eeworm.com/read/199851/7818432

m poisson.m