代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/362570/9990871
cpp poj3526_数学.cpp
# include
# include
# include
using namespace std;
const int MaxN = 25 ;
# define long long double
int a , b , m , n ;
int t ;
long A[MaxN][MaxN] , B[Max
www.eeworm.com/read/352445/10551876
m demo_cohen.m
function demo_cohen()
% demo_cohen - brief overview of the different Cohen classes
%
% Usage
% demo_cohen
%
% Give an overview of the four signals types and present some examples
% the demonstrate
www.eeworm.com/read/270992/11013588
m ash.m
%ash.m/created by PJNahin for "Duelling Idiots"(11/15/98)
%This m-file is chess.m modified to implement Ash's special
%values of p=q=1/3.
%
%
N=input('Number of games in match? ')
q=1/3;
ANSWER
www.eeworm.com/read/461264/7230555
pro multinom.pro
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;+
; NAME:
; MULTINOM
; PURPOSE:
; SIMULATE MULTINOMIAL RANDOM VARIABLES
;
; AUTHOR : BRANDON C. KELLY, STEWARD OBS., APR 2006
;
; IN
www.eeworm.com/read/198545/7929302
m binomp.m
function f = binomp(x,n,p);
%BINOMP BINOMP(X,N,P) is the cumulative distribution function at X of the
% binomial distribution with denominator N and success probability P.
% X, N and P must be scal
www.eeworm.com/read/198545/7929331
m logist.m
function [beta,mu,dev,df,se]=logist(y,n,x,offset,print);
%LOGIST Fit logistic regression model.
% [BETA,MU,DEV,DF,SE]=LOGIST(Y,N,X,OFFSET,PRINT)
% All input and output arguments except Y are option