代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/460181/7256286
m binom.m
function a = binom(n,k)
%
% a = binom(n,k)
% BINOMIAL COEFFICIENTS
%
% allowable inputs:
% n : integer, k : integer
% n : integer vector, k : integer
% n : integer, k : integer vecto
www.eeworm.com/read/452389/7441337
m bqw.m
% BINOMIAL MULTI SECTION MATCHING TRANSFORMER
% what does this program do ?
% 1. calculation of the values of all charachteristic Impedences of different sections.
% 2. plots the graph of VSWR vs
www.eeworm.com/read/343227/11962824
changes
Version 2.0 (Current, 24/08/2001):
__________________________________
Version 2.0 features the H2M/cnt extension for models with Poisson or Negative
binomial state conditional distributions. All fun
www.eeworm.com/read/125476/14491766
cc bin_am_div_call.cc
#include
#include
#include "fin_recipes.h"
double option_price_call_american_discrete_dividends_binomial(double S,
double X,
double r,
double
www.eeworm.com/read/273525/4207483
ado mhodds.ado
*! version 6.1.9 17mar2005
program define mhodds, rclass
version 6, missing
syntax varlist(min=2) [if] [in] [fweight] [, Binomial(string) /*
*/ Compare(string) BY(string) Level(cilevel) ]
www.eeworm.com/read/273525/4208670
ado glim_l04.ado
*! version 1.0.2 05dec2000
program define glim_l04 /* Negative binomial */
version 7
args todo eta mu return
if `todo' == -1 { /* Title */
gl
www.eeworm.com/read/375190/2739388
cpp neg_binom_confidence_limits.cpp
// neg_binomial_confidence_limits.cpp
// Copyright John Maddock 2006
// Copyright Paul A. Bristow 2007
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0.
www.eeworm.com/read/364489/2903514
cpp testbintree.cpp
// tetbintree.cpp
//
// Creating a structure for the binomial tree
//
// (C) Datasim Education BV 2003
//
#include "vector.cpp"
#include "arraymechanisms.cpp"
int main()
{
int N = 2;
www.eeworm.com/read/449504/7501961
m bino_rnd.m
function rnd = bino_rnd (n, p, r, c)
% PURPOSE: random sampling from a binomial distribution
%---------------------------------------------------
% USAGE: rnd = bino_rnd(n,p,r,c)
% where: p = the
www.eeworm.com/read/119864/6081850
c bdtr.c
/* bdtr.c
*
* Binomial distribution
*
*
*
* SYNOPSIS:
*
* int k, n;
* double p, y, bdtr();
*
* y = bdtr( k, n, p );
*
* DESCRIPTION:
*
* Returns the sum of the terms 0 through k o