代码搜索:Splus
找到约 22 项符合「Splus」的源代码
代码结果 22
www.eeworm.com/read/367160/9772315
f dlatdf.f
SUBROUTINE DLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV,
$ JPIV )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of California
www.eeworm.com/read/200886/15420908
m getcntrlpttimemap.m
% function [timePts sMinus sPlus]= getCntrlPtTimeMap(G)
%
% get the time points that are effected by each cntrlPt
% so that we can do the u updates when USE_CPM2=1.
%
% timePts is 1xnumCtrlPts and eac
www.eeworm.com/read/455033/7378650
edp potential.edp
// file potential.edp
real S=99;
border C(t=0,2*pi) { x=3*cos(t); y=3*sin(t);}
border Splus(t=0,1){ x = t; y = 0.17735*sqrt(t)-0.075597*t
- 0.212836*(t^2)+0.17363*(t^3)-0.06254*(t^4);
www.eeworm.com/read/200886/15420900
m ufunctionnew.m
%function [l d] = uFunctionNew(u,A,B,C,G,...
% gammaSum5,gammaSum6,scalesExpRep,sig2inv,kk,extraTerm,zPhi)
function [l d] = uFunctionNew(u,gammaSum3,gammaSum4,G,...
gammaSum5,gammaSum6,scalesE
www.eeworm.com/read/453591/6946942
m cond_est.m
function [k1] = cond_est(n,A,L,U,theta)
for i=1:n
p(i)=0;
end
for k=1:n
zplus=(theta(k)-p(k))/U(k,k);
zminu=(-theta(k)-p(k))/U(k,k);
splus=abs(theta(k)-p(k));
sminu=abs(-theta(k)-p(
www.eeworm.com/read/200886/15420850
m getcpts.m
%% function [c1s c2s] = getCpts(G)
%
% get c1s and c2s needed for u update equations with CPM2
function [c1s c2s] = getCpts(G)
c1s = NaN*zeros(1,G.numTaus);
c2s = NaN*zeros(1,G.numTaus);
for pt=2:(
www.eeworm.com/read/250764/12385773
s whittle.s
###############################################
#
#Splus function and programs for the
#calculation of Whittle's estimator and
#the goodness of fit statistic as defi-
#ned in Beran (1992). The models
www.eeworm.com/read/449504/7502500
m coda.m
function result = coda(draws,vnames,info,fid)
% PURPOSE: MCMC convergence diagnostics, modeled after Splus coda
% ------------------------------------------------------
% USAGE: coda(draw
www.eeworm.com/read/225922/14511054
readme
This is the README file for loading the F77-subroutines glkern.f and lokern.f
and/or the Splus function glkerns and lokerns and/or the matlab function
glkernm and lokernm (kernel regression estimati
www.eeworm.com/read/354250/10373936
txt r - multilevel zinb.txt
# ZINB with random effect
# last modified on 15/12/2000; 5/11/2002
#
# Original Splus code provided by Drs. Andy Lee and Kelvin Yau
#
# Modifications for R by Dave Atkins
#
# For relevant paper