代码搜索:Poisson
找到约 656 项符合「Poisson」的源代码
代码结果 656
www.eeworm.com/read/376425/9317630
m poisson.m
www.eeworm.com/read/179705/9341716
c poisson.c
/* randist/poisson.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/179705/9343230
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/371653/9543381
m poisson.m
function [T,NT] = poisson(Na,lam)
tau = randexp(Na,1,lam);
T = cumsum(tau);
NT = [1:length(T)]';
www.eeworm.com/read/362711/9984925
java poisson.java
public class Poisson
{
//-----------------FIELDS----------------
private int a;
private long x;
private double poisson_X;
//--------------CONSTRUCTORS--------------
public Poisson(int
www.eeworm.com/read/360770/10079134
m poisson.m
function [alpha,r,x,y,U] = poisson (a,b,m,n,q,tol,f,g)
%----------------------------------------------------------------------
% Usage: [alpha,r,x,y,U] = poisson (a,b,m,n,q,tol,f,g)
%
% Desc
www.eeworm.com/read/162242/10323348
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/162188/10327862
src poisson.src
/*
** poisson.src - Poisson Regression Model (with Optional Truncation-at-zero)
**
**
** (C) Copyright 1988-1995 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PRO
www.eeworm.com/read/425643/10342132
m poisson.m
www.eeworm.com/read/424281/10467604
c poisson.c
/* randist/poisson.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the term