search for: freg

Displaying 20 results from an estimated 30 matches for "freg".

Did you mean: free
2007 Mar 01
1
GLM problems.
...; Datos <- read.csv("variables_perdiz_01_03.csv", sep =";") > attach(Datos) > library(MASS) > > rl0 <- glm(PRESAUS ~ 1, family = binomial) > > rl1 <- stepAIC(rl0, direction = c("both"), scope = PRESAUS ~ 1 + elev + vias + orient + pend + + freg + frsec + labsec + matarb + matcl + matden + ripar + visec + pinar + forest + matorrales + + abandonos + ombro + termic, keep = extractAIC) Start: AIC= 99.04 PRESAUS ~ 1 Df Deviance AIC + freg 1 91.415 95.415 + matorrales 1 93.457 97.457 + ripar 1 93.766...
2009 Dec 03
0
Problem with predict() and factors
...] mcReg <- sh2[1:modMax,-1] #transform the on\offs into proper factors for(i in names(cReg)) cReg[[i]] <- factor(cReg[[i]]) for(i in names(mcReg)) mcReg[[i]] <- factor(mcReg[[i]]) #Grab X Future Regressors equal to the forecastDistance (gotta double check if I need a +1 on the start point) fReg <- sh2[length(tsSource):(length(tsSource)+forecastDistance),-1] mfReg <-sh2[(modMax+1):modLength,-1] #fix variable names names(cReg) <- make.names(names(cReg)) names(mcReg) <- make.names(names(mcReg)) names(fReg) <- make.names(names(fReg)) names(mfReg) <- make.names(names(mfReg))...
2013 Nov 15
1
optimization
...0.590,0.530,1.910,4.010,1.745,1.965,2.555,0.770,0.720,1.730,2.860,0.760) x2<-c(0.137,2.499,0.419,1.699,0.605,0.677,0.159,1.699,0.340,2.899,0.082,0.425,0.444,0.225,0.241,0.099,0.644,0.266,0.351,0.027,0.030,3.400,1.499,0.351,0.082,0.518,0.471,0.036,0.721) k<-rep(1,29) x<-data.frame(k,x1,x2) freg<-function(y,x1,x2){   reg<- rlm(y ~ x1 + x2 , data=x)   return(reg) }  func <- function(x1,x2,b){       fit<-freg(y,x1,x2)         b<-c(coef(fit))       dv<-1+ b[2]*x2^b[3]         dv1<-b[2]*x2^b[3]*log(x2)       out <- ( x1/(1+ b[2]*x2^b[3]))       out1<-  c(-x1*x2^b[3...
2013 Apr 19
2
make issue with syslinux-5.01
Hi, I am trying to compile the version on rhel 5.x box. Nasm version 0.98.39 I extracted the tar.gz and ran make in the extracted directory. Here is where it stops. gcc -Wp,-MT,rawcon.o,-MD,./.rawcon.o.d -m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mpreferred-stack-boundary=2 -mincoming-stack-boundary=2 -fvisibility=hid...
2019 Feb 04
7
[RFC] Vector Predication
On Mon, 4 Feb 2019 at 22:04, Simon Moll <moll at cs.uni-saarland.de> wrote: > On 2/4/19 9:18 PM, Robin Kruppe wrote: > > > > On Mon, 4 Feb 2019 at 18:15, David Greene via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Simon Moll <moll at cs.uni-saarland.de> writes: >> >> > You are referring to the sub-vector sizes, if i am
2009 Jul 15
2
storing lm() results and other objects in a list
...n tables #if that is the case then REM out the IO lines and pass the detectIO results #into the arimax(x,y,z,IO=detectIO(blah)) # # Need a better understanding of how to address the AO and IO's in this script before implementing them # (Repeat for each model, cReg1,cReg2,etc..) # #cReg1=cReg #fReg1=fReg #for(i in arma1.io$ind){ print(i);cReg1[,paste(sep=" ","IO",i)]=1*(seq(cReg1[,2])==i)} #for(i in arma1.ao$ind){ print(i);cReg1[,paste(sep=" ","AO",i)]=1*(seq(cReg1[,2])==i)} #for(i in arma1.io$ind){ print(i);fReg1[,paste(sep=" ","IO"...
2010 Jul 28
1
syslinux-4.02-6-ge841d69 build failure
make[1]: Entering directory `/syslinux-4.02-6-ge841d69/dos' gcc -Wp,-MT,syslxopt.o,-MD,./.syslxopt.o.d -m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mpreferred-stack-boundary=2 -mincoming-stack-boundary=2 -g -W -Wal...
2013 Nov 01
2
computation of hessian matrix
below is a code to compute hessian matrix , which i need to generate 29 number of different matrices for example first element in x1 and x2 is use to generate let say matrix (M1) and second element in x1 and x2 give matrix (M2) upto  matrix (M29) corresponding to the total number of observations and b1 and b2 are constant.  can some one guide me or help to implement this please. I did not
2009 Oct 27
1
[LLVMdev] llvm-2.6: compile linux kernel
...-Iinclude -I/opt/linux-2.6/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=core2 -mtune=generic -Wa,-mtune=generic32 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fno-omit-frame...
2009 Dec 14
1
Applied the generic path searching to ISOLINUX
Hi all, I just applied the generic path searching to ISOLINUX, and you can check it here: http://git.zytor.com/?p=users/liu/gsoc09_liu.git since commit 4bb194f14a43674cced3a8c35d5e625e59db32dc. hpa, for now, all the fs code have been converted to new-style interface and I have done my best to make all the fs C code be clean and readable. Well, it would be great if you take a minute to
2008 Nov 01
0
[LLVMdev] llvm-gcc-4.2 CC1_SPECS
...g -fcommon # -fearly-inlining -feliminate-unused-debug-types -femit-class-debug-always # -fexceptions -ffunction-cse -fgcse-lm -fglobal-alloc-prefer-bytes -fident # -finline-functions-called-once -fivopts -fkeep-static-consts # -fleading-underscore -flocal-alloc -fmove-loop-invariants -fpeephole # -freg-struct-return -fsched-interblock -fsched-spec # -fsched-stalled-insns-dep -fshow-column -fsplit-ivs-in-unroller # -ftoplevel-reorder -ftree-loop-im -ftree-loop-ivcanon # -ftree-loop-optimize -ftree-vect-loop-version -funit-at-a-time # -fverbose-asm -fzero-initialized-in-bss -m128bit-long-double -m3...
2014 May 12
2
compile error about 6.0.2
...at gmail.com> ??? On May 7, 2014 11:54 PM, "??" <muliu92 at 163.com> wrote: > make[4]: Entering directory `/mlsyslinux/bios/com32/libupload' > gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386 -mpreferred-stack-boundary=2 -fno-stack-protector -fwrapv -freg-struct-return -Os -fPIC -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mregparm=3 -DREGPARM=3 -W -Wall -Wstrict-prototypes -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include -I/mlsyslinux/com32...
2015 Oct 28
0
Isohybrid wiki page and UEFI
...d_SEG U __bad_SEG U __bad_SEG It's as if the function wasn't compiled in :-( If I remove the .o file and relaunch make I get: gcc -Wp,-MT,kaboom.o,-MD,./.kaboom.o.d -m32 -march=i386 -mpreferred-stack-boundary=2 -mincoming-stack-boundary=2 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-clobbered -DCORE_DEBUG=1 -...
2016 Oct 20
0
[PATCH] Fix for crash with certain EFIs
...CCOPT += $(call gcc_ok,-mno-red-zone) +endif #let preferred-stack-boundary and incoming-stack-boundary be default(=4) # Somewhere down the line ld barfs requiring -fPIC GCCOPT += $(call gcc_ok,-fPIC) @@ -39,7 +42,7 @@ GCCOPT += $(call gcc_ok,-fwrapv,) GCCOPT += $(call gcc_ok,-freg-struct-return,) ifeq ($(FWCLASS),EFI) -GCCOPT += -Os -fomit-frame-pointer -msoft-float -mno-red-zone +GCCOPT += -Os -fomit-frame-pointer -msoft-float else GCCOPT += -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float endif --- syslinux.orig/mk/lib.mk +++ syslinux/mk/lib.mk @@...
2016 Mar 06
0
Syslinux 6.04-pre1
...es from two people) > - EFI UDP/TFTP rewrite > - extlinux leaks (2; some feedback already from Paulo) > $ make -j [jobs] ... gcc -MT fs/pxe/tcp.o -MD -MF fs/pxe/.tcp.o.d -m32 -march=i386 -mpreferred-stack-boundary=2 -mincoming-stack-boundary=2 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -I/tmp/syslin...
2014 Jan 02
0
EFI build problems
...efi.a After removing these and the bios, efi32 and efi64 subdirectories, the build failed ending with the following messages: [...] gcc -Wp,-MT,isohdppx_f.o,-MD,./.isohdppx_f.o.d -m32 -march=i386 -mpreferred-stack-boundary=2 -mincoming-stack-boundary=2 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -Os -fomit-frame-pointer -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-clobbered -DDYNAMIC_DEBUG -Wno-sign-compare -D__...
2015 Oct 28
2
Isohybrid wiki page and UEFI
On Tue, Oct 27, 2015 at 10:15 PM, Bruno Cornec via Syslinux <syslinux at zytor.com> wrote: > Bruno Cornec via Syslinux said on Wed, Oct 28, 2015 at 01:45:22AM +0100: >> >> Is there a way to increase the debug level of syslinux.efi in order to >> check what it tries to do and diagnose more precisely what happens ? > > > Ok, I tried to modify mk/devel.mk to put:
2014 May 08
2
compile error about 6.0.2
...J="/mlsyslinux/bios/com32"/libupload/ \ -f /mlsyslinux/com32/libupload/Makefile all make[4]: Entering directory `/mlsyslinux/bios/com32/libupload' gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386 -mpreferred-stack-boundary=2 -fno-stack-protector -fwrapv -freg-struct-return -Os -fPIC -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mregparm=3 -DREGPARM=3 -W -Wall -Wstrict-prototypes -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include -I/mlsyslinux/com32...
2014 May 08
0
compile error about 6.0.2
On May 7, 2014 11:54 PM, "??" <muliu92 at 163.com> wrote: > make[4]: Entering directory `/mlsyslinux/bios/com32/libupload' > gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -march=i386 -mpreferred-stack-boundary=2 -fno-stack-protector -fwrapv -freg-struct-return -Os -fPIC -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mregparm=3 -DREGPARM=3 -W -Wall -Wstrict-prototypes -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include -I/mlsyslinux/com32...
2016 Oct 19
4
[PATCH] Fix for crash with certain EFIs
Hi Ady, Would it work if we removed "ifdef EFI_BUILD" condition and just add -mno-red-zone for all x86_64 builds? If not, do you have any ideas how to pass this flag? This could work, because the patch is adding the -mno-red-zone flag only for x86_64 builds, which are only used in the form of the efi64 target. The efi32 and bios targets are both 32-bit. BTW. I also tried 6.04-pre1 and