Displaying 3 results from an estimated 3 matches for "parinit".
Did you mean:
varinit
2012 Jun 15
0
Syntax for nls optimization function
I am working on minimization of sum of squared errors for a problem that has
2 box-constrained parameters.
I got the solution for this problem using "L-BFGS-B" method in optim
function using an R code as
res<-optim(par=c(parInit), fn=myFunction, method = c("L-BFGS-B"), lower =
parMin, upper = parMax,
control=list(trace=3,factr=iFactr,maxit=300),
parOpt=parOpt,parVal=p...
2013 Jan 18
0
problem that arises after using the new version of "BRugs"
...<- quantile(xTil, seq(0, 1, length = numIntKnots +
2)[-c(1, numIntKnots + 2)])
Z <- ZOSull(xTil, intKnots = intKnots, range.x = range.x)
numKnots <- ncol(Z)
allData <- list(n = nTil, numKnots = numKnots, x = xTil,
delta = deltaTil, offs = oTil, Z = Z)
parInits <- list(list(beta0 = 0.1, beta1 = 0.1, u = rep(0.1,
numKnots), tauU = 1))
#################################################
# the file hazModel.txt must be in the
# My Documents folder for the next step to run, I am attaching this with my mail.
######################################...
2010 Sep 15
3
Compiling Dovecot 2.0.2 on Solaris 10 SPARC - libssl.so.1.0.0: open failed
I'm trying to compile the source for Dovecot 2.0.2 on a Solaris 10 SPARC
machine.
> uname -a
SunOS ommtca013 5.10 Generic_138888-07 sun4v sparc SUNW,Sun-Blade-T6300
Solaris
> cat /etc/release
Solaris 10 10/08 s10s_u6wos_07b SPARC
I've installed the following binaries from sunfreeware for dovecot 1.1 to
use with 2.0.2
gcc-3.4.6-sol10-sparc-local