代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/167728/5452823
am makefile.am
noinst_LTLIBRARIES = libgslrandist.la
pkginclude_HEADERS= gsl_randist.h
INCLUDES= -I$(top_builddir)
libgslrandist_la_SOURCES = bernoulli.c beta.c bigauss.c binomial.c cauchy.c chisq.c dirichlet.c d
www.eeworm.com/read/102394/15782933
am makefile.am
noinst_LTLIBRARIES = libgslrandist.la
pkginclude_HEADERS= gsl_randist.h
INCLUDES= -I$(top_builddir)
libgslrandist_la_SOURCES = bernoulli.c beta.c bigauss.c binomial.c cauchy.c chisq.c dirichlet.c d
www.eeworm.com/read/375190/2738835
qbk dist_tutorial.qbk
[/ def names end in distrib to avoid clashes]
[def __binomial_distrib [link math_toolkit.dist.dist_ref.dists.binomial_dist Binomial Distribution]]
[def __chi_squared_distrib [link math_toolkit.dist.di
www.eeworm.com/read/443417/7633321
m gen_traffic.m
% generate Poisson traffic
% we simply used Binomial traffic, because binomial distribution is close to Poisson distribution when the
% number of total simulated slots is large
% M: number of tot
www.eeworm.com/read/284346/4066186
binom h.binom
* * * * * * *
* binom *
* * * * * * *
"binomial coefficient"
SYNTAX: X = binom(N, K)
www.eeworm.com/read/334240/12615935
rd bindat.rd
\name{bindat}
\alias{bindat}
\title{Grouped Binomial Data}
\usage{data(bindat)}
\description{
We randomly generate four groups of binomial distribution data with
means 4, 8, 12, 16, and correspo
www.eeworm.com/read/198545/7929143
m binomr.m
function y = binomr(n,p)
%BINOMR Binomial random number generator.
% BINOMR(N,P) generates a single random deviate from the binomial
% distribution with denominator n and success probability P.
%
www.eeworm.com/read/273525/4205099
hlp cii_dlg.hlp
{smcl}
{* 03mar2005}{...}
dialogs for {cmd:cii}
{hline}
{dialog cii_normal:Normal CI calculator}
{dialog cii_binomial:Binomial CI calculator}
{dialog cii_poisson:Poisson CI cal
www.eeworm.com/read/133538/14036699
cpp testbino.cpp
/*************************** TESTBINO.CPP ******************* AgF 2001-11-15 *
* *
* Test binomial distribution