代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/334226/3370198
m beta_inv.m
## Copyright (C) 1995, 1996, 1997 Kurt Hornik
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## th
www.eeworm.com/read/334226/3370216
m beta_rnd.m
## Copyright (C) 1995, 1996, 1997 Kurt Hornik
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## th
www.eeworm.com/read/334226/3370253
m beta_pdf.m
## Copyright (C) 1995, 1996, 1997 Kurt Hornik
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## th
www.eeworm.com/read/334226/3371516
m beta-1.m
a=[1, 1.5, 2, 3];
b=[4, 3, 2, 1];
v1=beta(a,b);
v2=beta(b,a);
v3=gamma(a).*gamma(b)./gamma(a+b);
all(abs(v1-v2)
www.eeworm.com/read/309003/3708388
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/308495/3713375
c ta_beta.c
/* TA-LIB Copyright (c) 1999-2007, Mario Fortier
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the follo
www.eeworm.com/read/290343/3979187
js yuiloader-beta.js
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/**
* The YAHOO object is the single global o
www.eeworm.com/read/427864/1964725
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