Displaying 1 result from an estimated 1 matches for "qwts".
Did you mean:
qdts
2012 Aug 08
1
dimnames in array
...L,varnames))
profile11a.obj=LS.setup(pars,DEfd11a$coefs,fhn,basisvals=bbasis,lambda,fd.obj=NULL,
more=NULL,data=data11a,weights=NULL,times=times,quadrature=NULL,eps=1e-6,
posproc=FALSE,poslik=FALSE,discrete=FALSE,names=NULL,sparse=FALSE)
lik = profile11a.obj$lik
proc = profile11a.obj$proc
qwts = rep(1/length(knots),length(knots))
qwts = qwts %*% t(lambda)
weights = array(1,dim(data11a))
likmore = make.id()
likmore$weights = weights
lik = make.SSElik()
lik$more = likmore
lik$bvals = eval.basis(times,bbasis)
procmore = make.fhn()
procmore$weights = qwts
procmore$qpts =...