search for: lr0

Displaying 5 results from an estimated 5 matches for "lr0".

Did you mean: cr0
2008 Apr 08
1
Weibull maximum likelihood estimates for censored data
...- mle(lLnw,start = list(b = 0.5)) # Estimate parameters using ml fit2 <- mle(lLne,start = list(A = 0.02)) Lw <- lLnw(coef(fit1)) # Maximum log likelihood : Weibull Le <- lLne(coef(fit2)) # Maximum log likelihood : Exponential LR0 <- (Le/Lw) # Likelihood ratio with duration sample NSimM <- cbind(as.matrix(sort(rchisq(nsim,1,0))),runif(nsim,0,1)) # chi-square df1 simulations, uniform rvs Uniftest <- runif(1,0,1) firstrow <- cbind(LR0,Uniftest) #...
2003 Aug 13
1
Errors Building 4.8
...R=/usr/obj/usr/src/i386 install ===> usr.bin/yacc /usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc rm -f .depend mkdep -f .depend -a -D__FBSDID=__RCSID /usr/src/usr.bin/yacc/closure.c /usr/src/usr.bin/yacc/error.c /usr/src/usr.bin/yacc/lalr.c /usr/src/usr.bin/yacc/lr0.c /usr/src/usr.bin/yacc/main.c /usr/src/usr.bin/yacc/mkpar.c /usr/src/usr.bin/yacc/output.c /usr/src/usr.bin/yacc/reader.c /usr/src/usr.bin/yacc/skeleton.c /usr/src/usr.bin/yacc/symtab.c /usr/src/usr.bin/yacc/verbose.c /usr/src/usr.bin/yacc/warshall.c echo yacc: /usr/lib/libc.a >> .depend cc...
2012 Feb 15
7
[PATCH v3] arm: support fewer LR registers than virtual irqs
If the vgic needs to inject a virtual irq into the guest, but no free LR registers are available, add the irq to a list and return. Whenever an LR register becomes available we add the queued irq to it and remove it from the list. We use the gic lock to protect the list and the bitmask. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- xen/arch/arm/gic.c |
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...1276589 8 0.29 1276255 * * * lopcodes.ll 0 5630 0 0.01 5615 0 0.01 5615 loslib.ll 17 46260 0 0.01 46245 0 0.02 46245 lowercase.ll 4 10513 0 0.01 10498 0 0.01 10498 lparser.ll 69 259824 0 0.03 259809 0 0.03 259809 lpbench.ll 8 51184 0 0.02 51162 0 0.02 51162 lpc.ll 5 97839 0 0.02 97809 0 0.02 97809 LR0.ll 13 75095 0 0.01 75069 0 0.02 75069 lr.ll 28 171193 0 0.02 171180 0 0.02 171180 lstate.ll 10 51152 0 0.01 51137 0 0.02 51137 lstring.ll 4 34379 0 0.01 34364 0 0.01 34364 lstrlib.ll 45 196047 0 0.02 196032 0 0.02 193453 ltable.ll 26 120256 0 0.02 120241 0 0.02 120241 ltablib.ll 14 43214 0 0.01 431...