代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/178378/9405176
makefile beta1.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C11
www.eeworm.com/read/178378/9405200
makefile beta1.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C07
www.eeworm.com/read/178378/9405222
makefile beta1.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C24
www.eeworm.com/read/178378/9405253
makefile beta1.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C26
www.eeworm.com/read/178378/9405278
makefile beta1.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C15
www.eeworm.com/read/373249/9467885
m beta_sample.m
function r = betarnd(a,b,m,n);
%BETARND Random matrices from beta distribution.
% R = BETARND(A,B) returns a matrix of random numbers chosen
% from the beta distribution with parameters A an
www.eeworm.com/read/176119/9515756
f90 beta.f90
FUNCTION beta(z,w)
REAL beta,w,z
!USES gammln
REAL gammln
beta=exp(gammln(z)+gammln(w)-gammln(z+w))
END FUNCTION beta
www.eeworm.com/read/361569/10045167
c 14beta.c
#include "math.h"
#include "stdio.h"
#include "14gam1.c"
double beta(a,b,x)
double a,b,x;
{ double y;
double bt(double,double,double);
if (a
www.eeworm.com/read/164422/10108759
m beta_sample.m
function r = betarnd(a,b,m,n);
%BETARND Random matrices from beta distribution.
% R = BETARND(A,B) returns a matrix of random numbers chosen
% from the beta distribution with parameters A an
www.eeworm.com/read/358056/10196858
c 14beta.c
#include "math.h"
#include "stdio.h"
#include "14gam1.c"
double beta(a,b,x)
double a,b,x;
{ double y;
double bt(double,double,double);
if (a