代码搜索:Beta值

找到约 10,000 项符合「Beta值」的源代码

代码结果 10,000
www.eeworm.com/read/427909/8913087

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/427573/8935529

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/283648/9000711

jar agenda-beta.jar

www.eeworm.com/read/378913/9213483

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/378783/9216234

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/181178/9267973

gif beta14.gif

www.eeworm.com/read/179705/9342318

tex rand-beta.tex

www.eeworm.com/read/179705/9343242

c beta_inc.c

/* specfunc/beta_inc.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen
www.eeworm.com/read/179705/9344072

c beta_inc.c

/* specfunc/beta_inc.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen
www.eeworm.com/read/178378/9404398

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 C20