代码搜索:Beta值

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

代码结果 10,000
www.eeworm.com/read/216898/14987055

h beta.h

/* * Generate Beta random deviate * * Returns a single random deviate from the beta distribution with * parameters A and B. The density of the beta is * x^(a-1) * (1-x)^(b-1) / B
www.eeworm.com/read/115703/15004394

txt beta.txt

Function BETA(Z, W) BETA = Exp(GAMMLN(Z) + GAMMLN(W) - GAMMLN(Z + W)) End Function
www.eeworm.com/read/216367/15018299

txt beta.txt

Function BETA(Z, W) BETA = Exp(GAMMLN(Z) + GAMMLN(W) - GAMMLN(Z + W)) End Function
www.eeworm.com/read/115242/15020069

gif beta.gif

www.eeworm.com/read/114080/15115558

gif beta.gif

www.eeworm.com/read/212047/15166692

c beta.c

/* randist/beta.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the
www.eeworm.com/read/212047/15167854

c beta.c

/* specfunc/beta.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 General
www.eeworm.com/read/205815/15306423

gif beta.gif

www.eeworm.com/read/15127/432776

cpp beta.cpp

#include #include "nr.h" using namespace std; DP NR::beta(const DP z, const DP w) { return exp(gammln(z)+gammln(w)-gammln(z+w)); }
www.eeworm.com/read/475809/1381447

cpp beta.cpp

#include #include "nr.h" using namespace std; DP NR::beta(const DP z, const DP w) { return exp(gammln(z)+gammln(w)-gammln(z+w)); }