Displaying 2 results from an estimated 2 matches for "conditionnaly".
Did you mean:
conditionnal
2015 Nov 06
2
Repeated application of optimization passes
Within the LLVM pass manager infrastructure, suppose we have two
transformation passes, pass A makes some improvements, then pass B does
likewise, but this creates opportunities for pass A to create further
improvements (e.g. suppose B was function inlining) so it's desirable to
run A again.
How does the LLVM pass manager currently deal with this?
-------------- next part --------------
An
2004 Jul 26
5
covariate selection in cox model (counting process)
Hello everyone,
I am searching for a covariate selection procedure in a cox model formulated
as a counting process.
I use intervals, my formula looks like coxph(Surv(start,stop,status)~
x1+x2+...+cluster(id),robust=T) where id is a country code (I study
occurence of civil wars from 1962 to 1997).
I'd like something not based on p-values, since they have several flaws for
this purpose.
I turned