代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/210632/15194997
txt 调用bayesian-k近邻.txt
[pred, mc, beta_store, k_store, lik_store] = bayes_k_nn(data,test,2,[1 1],10000,1500,0)
www.eeworm.com/read/208024/15255638
cpp mtd_f.cpp
// COPYRIGHT NOTES
// ---------------
// This source code is a part of chess which is an example of .
// You may use, compile or redistribute it as part of your application
www.eeworm.com/read/415313/11076757
m latentdiralloc.m
function [output, beta, alpha] = LatentDirAlloc(A, num_hidden_var)
rand('state', 1);
[num_data, num_text_feature] = size(A);
alpha = ones(num_hidden_var, 1) / num_hidden_var;
betainit = rand(n
www.eeworm.com/read/103852/15718563
cpp mtd_f.cpp
// COPYRIGHT NOTES
// ---------------
// This source code is a part of chess which is an example of .
// You may use, compile or redistribute it as part of your application
www.eeworm.com/read/424281/10473880
c test_gamma.c
/* specfunc/test_gamma.c
*
* Copyright (C) 2007 Brian Gough
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/4/12
m liti41.m
x=2:16;
y=[6.42 8.20 9.58 9.5 9.7 10 9.93 9.99 10.49 10.59 10.60 10.80 10.60 10.90 10.76];
beta0=[8 2]';
[beta,r,J]=nlinfit(x',y','volum',beta0);
beta
www.eeworm.com/read/7131/106872
m liti41.m
x=2:16;
y=[6.42 8.20 9.58 9.5 9.7 10 9.93 9.99 10.49 10.59 10.60 10.80 10.60 10.90 10.76];
beta0=[8 2]';
[beta,r,J]=nlinfit(x',y','volum',beta0);
beta
www.eeworm.com/read/309003/3708728
m saidyaddown.m
function afine = SAIDyadDown(beta,alfa,D,F,EF,t,j)
% SAIDyadDown -- SAI Dyad Down
% Usage
% afine = SAIDyadDown(beta,alfa,D,F,EF,t,j)
%
n = length(beta);
ahat = SegRefine(beta,D,F,EF,t,j);
www.eeworm.com/read/361765/10036762
r mcmodels.r
## Monte Carlo simulation from the likelihood of a
## binomial distribution with a Beta(alpha, beta) prior
## ADM 1/25/2006
MCbinomialbeta