代码搜索:Poisson

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

代码结果 656
www.eeworm.com/read/198545/7929304

m poisson.m

function [beta,mu,dev,df,se]=poisson(y,x,offset,print); %POISSON Fit Poisson generalized linear model with log-link. % [BETA,MU,DEV,DF,SE]=POISSON(Y,X,OFFSET,PRINT) % All input and output arguments
www.eeworm.com/read/197108/8028835

m poisson.m

www.eeworm.com/read/306962/13734607

cpp poisson.cpp

#include "stdio.h" #include "math.h" #define UL unsigned long #define znew (z=36969*(z&65535)+(z>>16)) #define wnew (w=18000*(w&65535)+(w>>16)) #define MWC ((znew
www.eeworm.com/read/131315/5940990

h poisson.h

// This may look like C code, but it is really -*- C++ -*- /* Copyright (C) 1988 Free Software Foundation written by Dirk Grunwald (grunwald@cs.uiuc.edu) This file is part of the GNU C++ Library
www.eeworm.com/read/131315/5941044

cc poisson.cc

/* Copyright (C) 1988 Free Software Foundation written by Dirk Grunwald (grunwald@cs.uiuc.edu) This file is part of the GNU C++ Library. This library is free software; you can redistribute it
www.eeworm.com/read/494076/6387644

m poisson.m

www.eeworm.com/read/477455/6735948

m poisson.m

www.eeworm.com/read/263146/11374132

ocf poisson.ocf

www.eeworm.com/read/263146/11374286

ocf poisson.ocf

www.eeworm.com/read/406910/11432803

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