Home
last modified time | relevance | path

Searched refs:getcoef (Results 1 – 15 of 15) sorted by relevance

/dports/devel/R-cran-glmnet/glmnet/
H A DNAMESPACE8 …net,jerr.lognet,jerr.fishnet,jerr.coxnet,elnet,lognet,fishnet,coxnet,getcoef,getcoef.multinomial,c…
H A DMD524 dd14d7acb21ae8f1bb87a54ea763950b *R/getcoef.R
25 cb180e89e7d6d0826004c65ba83ac124 *R/getcoef.multinomial.R
/dports/math/reduce/Reduce-svn5758-src/packages/xcolor/
H A Dxcolor.red113 symbolic inline procedure getcoef g0$ car g0$
139 symbolic inline procedure zcoefp g0$ null numr getcoef g0$
145 getcoef g0 . mkcopy getvl g0$
331 if null st then addsq(getcoef g0,result)
332 else color1(car st,cdr st,addsq(getcoef g0,result))
407 return (mkg0(multsq(n!*!*2!-1,getcoef g0),getvl g0) . nil)$
425 (mkg0(multsq(quotsq(n!*!*2!-1,SU_order),getcoef g0),getvl g0)
434 (mkg0(multsq(quotsq(n!*!*2!-1,SU_order),getcoef g0),getvl g0)
472 (g0 . mkg0(multsq(quotsq(('-1 ./ 1),SU_order),getcoef g1),w))$
511 return (g0 . mkg0(negsq getcoef g1,getvl g1))$
[all …]
/dports/devel/R-cran-glmnet/glmnet/man/
H A Dglmnet-internal.Rd7 \alias{getcoef}
8 \alias{getcoef.multinomial}
/dports/devel/R-cran-glmnet/glmnet/R/
H A Dgetcoef.R1 getcoef=function(fit,nvars,nx,vnames){ function
H A Dcoxnet.R34 outlist=getcoef(fit,nvars,nx,vnames)
H A Dfishnet.R45 outlist=getcoef(fit,nvars,nx,vnames)
H A Delnet.R53 outlist=getcoef(fit,nvars,nx,vnames)
H A Dmrelnet.R61 outlist=getcoef(fit,nvars,nx,vnames)
H A Dlognet.R84 outlist=getcoef(fit,nvars,nx,vnames)
/dports/math/R-cran-car/car/R/
H A DcompareCoefs.R112 getcoef <- function(model) { function
171 ests <- getcoef(model)
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DVirtualMatrix.hpp114 virtual void getcoef( KN_<R> & x) const {AFAIRE("VirtualMatrix::getcoef");} in getcoef() function in VirtualMatrix
H A DHashMatrix.hpp90 void getcoef( KN_<R> & x) const {ffassert(x.N()==(I) nnz);x =KN_<R>(this->aij,nnz);} in getcoef() function in HashMatrix
/dports/math/R-cran-Zelig/Zelig/
H A DNEWS.md233 - !! Breaking change !! the `get*` functions (e.g. `getcoef`) now use
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgmat.cpp1877 A->A->getcoef(x);} in get_mat_coef()