代码搜索:Beta值

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

代码结果 10,000
www.eeworm.com/read/13911/287186

m larval.m

function ypred = LARval(K,solution) % USAGE % % ypred = LARval(K,solution) if size(K,2)==size(solution.Beta,2); ypred = K *solution.Beta'+solution.b; else yp
www.eeworm.com/read/37193/1069818

m stblinv.m

function x = stblinv(u,alpha,beta,gam,delta,varargin) %X = STBLINV(U,ALPHA,BETA,GAM,DELTA) returns values of the inverse CDF of % the alpha-stable distribution with characteristic exponent ALPHA, sk
www.eeworm.com/read/227264/4776179

java directupdator.java

/** * Description: Updating A as B directly. * * @ Author Create/Modi Note * Xiaofeng Xie Apr 28, 2006 MAOS-TSP Beta 1.1.002 * * @version 1.0 * @Since MAOS-TSP Beta 1.1.
www.eeworm.com/read/210208/4951676

java directupdator.java

/** * Description: Updating A as B directly. * * @ Author Create/Modi Note * Xiaofeng Xie Apr 28, 2006 MAOS-TSP Beta 1.1.002 * * @version 1.0 * @Since MAOS-TSP Beta 1.1.
www.eeworm.com/read/196938/5099513

h png.h

/* png.h - header file for png reference library libpng 1.0 beta 3 - version 0.89 May 25, 1996 Note: This is a beta version. It reads and writes valid files on the platforms I h
www.eeworm.com/read/329411/3431931

h png.h

/* png.h - header file for png reference library libpng 1.0 beta 3 - version 0.89 May 25, 1996 Note: This is a beta version. It reads and writes valid files on the platforms I h
www.eeworm.com/read/279486/4136296

m mkr.m

function R = mkR(P,alpha,beta,B) %MKR Build default structure governing the estimation of R. % R = MKR(P,[ALPHA],[BETA],[B]) returns the default structure % that governs the estimation of R fo
www.eeworm.com/read/402158/2331244

txt release_notes.txt

kSOAP a lightweight SOAP library for java. History ======= 2.1.0-beta 2006/03/13 Beta Release - With some testing, I have not been able to break anything we do not already known about in the
www.eeworm.com/read/393395/2474572

m bwdpr1.m

% y = bwdpr1(Lden, b) % BWDPR1 Solves "PROD_k L(pk,betak)' * y = b", where % L(p,beta) = eye(n) + tril(p*beta',-1). % % **********
www.eeworm.com/read/369958/2788124

m larval.m

function ypred = LARval(K,solution) % USAGE % % ypred = LARval(K,solution) if size(K,2)==size(solution.Beta,2); ypred = K *solution.Beta'+solution.b; else yp