Displaying 2 results from an estimated 2 matches for "ilong".
Did you mean:
long
2003 Oct 24
1
first value from nlm (non-finite value supplied by nlm)
Dear expeRts,
first of all I'd like to thank you for the
quick help on my last which() problem.
Here is another one I could not tackle:
I have data on an absorption measurement which I want to fit
with an voigt profile:
fn.1 <- function(p){
for (i1 in ilong){
ff <- f[i1]
ex[i1] <- exp(S*n*L*voigt(u,v,ff,p[1],p[2],p[3])[[1]])
}
sum((t-ex)^2)
}
out <- nlm(fn.1, p = c(fo, GG, GL), hessian = TRUE, steptol = 1e-5,
iterlim = 1000)
foN <- out$estimate[1]
GGN <- out$estimate[2]
GLN <- out$estimate[3]
This works fine bu...
2012 Oct 13
0
[ANNOUNCE] xscope 1.3.99.901
...bug statement before panic() call, so it can actually run
SaveBytes: drop unnecessary casts in bcopy() call
Convert remaining sprintf calls to snprintf
Add _X_NORETURN to additional functions suggested by gcc warnings
Convert remaining bcopy() calls to memcpy()
Convert ILong, IShort, etal to return C99 uint*_t types
Move ILong, IShort, etal to inline functions in x11.h
ILong: shift each byte individually, then OR them together
Handle big-requests when calculating request contents from length field
Convert ValueRec structures from unsigned long t...