search for: ldlog

Displaying 4 results from an estimated 4 matches for "ldlog".

Did you mean: sdlog
2012 May 23
0
gam (mgcv) vs. multiple regression breakpoint analysis: inconsistencies?
...s using lm, both with and without covariate # note that AoEO indicates the AOA # LR denotes Length of Residence deviances1 = rep(Inf, 20) deviances2 = rep(Inf, 20) for (breakpoint in 6:20) { spk$ShiftedAoEO = spk$AoEO - breakpoint; spk$PastBreakPoint = as.factor(spk$ShiftedAoEO > 0); m1 = lm(LDlog ~ ShiftedAoEO:PastBreakPoint,data=spk) m2 = lm(LDlog ~ LR + ShiftedAoEO:PastBreakPoint,data=spk) deviances1[breakpoint] = deviance(m1) deviances2[breakpoint] = deviance(m2) } breakpoint = which(deviances1 == min(deviances1)) # 18 spk$ShiftedAoEO = spk$AoEO - breakpoint; spk$PastBreakPoint = as....
2008 Jul 01
0
[LLVMdev] build on windows
Le Anh Quang wrote: > Hi, > but on some other project, they require "configure.lib". What is this one ? > Thanks Hi Le Anh, What project are you talking about, and how did you determine that it requires "configure.lib" ? AFAIK, all LLVM projects have dependency on the configure project but this is only so that some include files are created, no
2008 Jul 01
2
[LLVMdev] build on windows
...saw it under Properties/Linker/Command Line And the output is also: Linking... Starting pass 1 LINK : fatal error LNK1181: cannot open input file '..\configure\configure\configure.lib' Build log was saved at "file://d:\Studium\Diplom\Download\llvm-2.3\win32\TableGen\Win32\Release\Bui ldLog.htm" TableGen - 1 error(s), 12 warning(s) It is strange, I know that "configure" does not create any lib file. But it exists on some projects. is something wrong by me ? I also send a screenshot (properties of llvm-dis) Thanks Quang -----Ursprüngliche Nachricht----- Von: llvmdev-...
2008 Jul 01
2
[LLVMdev] build on windows
Hi, but on some other project, they require "configure.lib". What is this one ? Thanks -----Ursprüngliche Nachricht----- Von: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] Im Auftrag von Jean-Daniel Dupas Gesendet: Dienstag, 1. Juli 2008 17:58 An: LLVM Developers Mailing List Betreff: Re: [LLVMdev] build on windows AFAK, the Configuration project does not