代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/400677/2347613
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/400288/2353941
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/396844/2407559
m sample_beta.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 and B
www.eeworm.com/read/387167/2564027
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/384673/2598464
m beta01.m
function b = beta01(x);
b = x.^4 .* (35 - 84.*x + 70 .* x.^2 - 20 .* x.^3);
% Written by Maureen Clerc and Jerome Kalifa, 1997
% clerc@cmapx.polytechnique.fr, kalifa@cmapx.polytechnique.fr
www.eeworm.com/read/384024/2604990
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/375190/2738814
cpp beta_data.cpp
// (C) Copyright John Maddock 2006.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www
www.eeworm.com/read/375190/2738907
qbk nc_beta.qbk
[section:nc_beta_dist Noncentral Beta Distribution]
``#include ``
namespace boost{ namespace math{
template
www.eeworm.com/read/375190/2738910
qbk beta_derivative.qbk
[section:beta_derivative Derivative of the Incomplete Beta Function]
[h4 Synopsis]
``
#include
``
namespace boost{ namespace math{
template