search for: stld

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

Did you mean: std
2011 Dec 01
3
Assign name to object for each iteration in a loop.
...90 0.2292 0.2067 Here's the function: STLpA<-function(TS, area, Ystart, period=23, nSG="5,5", DSG=0) { require (RTisean) for(i in 1:unique(area)){ vi.metric=TS[area==i] filt.vi<-sav_gol(vi.metric,n=nSG,D=DSG) vi.sg<-ts(filt.vi[,1], start=Ystart,frequency=period) stld.tmp<-stl(vi.sg, s.window="periodic", robust=TRUE, na.action=na.approx) stld.trend<-stld.temp$time.series[,trend] } assign(paste("stld", i , sep= "."), stld.trend) vi.trend<-ls(pattern= "^stld..$") return(vi.trend) } When I call this function with si...
2010 Jan 07
1
client samba swichover when when Primary Domain controler is down.
Hi everyone, I have a question regrading samba client. I am using samba version 3.3.9 on Linux RedHat server 5 OS. I also have installed 2 Domain Controllers on windows 2008 R2 and with Active Directory. One domain controller is primary and the other one is backup. I ran a test that bring down the primary Domain controller. I expected that samba would recognize that the primary Domain controller
2010 May 02
2
samba4 make error - drsblobs.so
...ov... /usr/bin/gcov checking for ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether to try to build shared libraries on linux-gnu... true checking LD... gcc checking LDFLAGS... checking SYS_LDFLAGS... -Wl,--export-dynamic checking for ar... /usr/bin/ar checking STLD... /usr/bin/ar checking STLD_FLAGS... -rcs checking SHLD... gcc checking SHLD_FLAGS... -shared -Wl,-Bsymbolic checking MDLD... gcc checking MDLD_FLAGS... -shared -Wl,-Bsymbolic -Wl,--allow-shlib-undefined checking SHLIBEXT... so checking SONAMEFLAG... -Wl,-soname= checking PICFLAG... -fPIC checking...