search for: f_x

Displaying 3 results from an estimated 3 matches for "f_x".

Did you mean: _x
2011 Jan 25
3
Integration of two lines
Hello, I need to integrate the absolute difference between two lines measured on different points. # For example : x <- seq(0, 1, 1/100) f_x <- runif(101) + x y <- seq(0, 1, 1/23) f_y <- runif(24) + (1 - y) plot(x, f_x, type="l") lines(y, f_y) Then I would like to compute Integral( | f_x - f_y | )dx. (This is not the same as | Integral(f_x)dx - Integral(f_y)dx |.) Computing this integral looks non trivial. I guess...
2011 Jul 01
0
How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
...mes(Raw)<-c('t_index','Lon','Lat') plot(Raw$Lon,Raw$Lat,type="l",main = "lowess(cars)") # data should be or filtared or ...? #expected answer: # ver 1 ------------------------------------------------------------------------------ #Raw$Lon_v2<- f_x (x=Raw$Lon, y=Raw$Lat) #Raw$Lat_v2 <- f_y (x=Raw$Lon, y=Raw$Lat) #lines(Raw$Lon_v2,Raw$Lat_v2,col=2) # ver 2 ------------------------------------------------------------------------------ op <- par(mfrow = c(2,1), mgp = c(2,.8,0), mar = .1+c(3,3,3,1)) plot(Raw$Lon,Raw$Lat,type=&...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking