search for: sh2

Displaying 10 results from an estimated 10 matches for "sh2".

Did you mean: sh
2010 Jan 12
0
[Solved][Code Snippets] Dropping Empty Regressors
...ere is the code snippet that finally let me pre-check my regressors and drop any of them that were all true or all false. First the automagic STL outlier grabber that caused part of the problem: ############################################################ # tsSource being my time Series source. # sh2 is a table of all my regessors that have been previously pulled in # this has historic and future values in it also, it gets sliced later. # the EOM is the regessor holding weeks that contain an 'End of Month' # # This appends the found IOs to the regressor table. Stepwise tends to # remove...
2010 Jan 26
0
Trouble Highlighting outliers on Time Series Plot
I am having trouble plotting outliers on time series. Give then following code: ############################################################ # find STL Outliers by weight and append sh2, use Robust # this should allow the initial outliers to be filtered # this section may be commented out. ############################################################ tsSourceDiag <- stl(tsSource,s.window="per", robust=TRUE) # tsSourceIO <- which(tsSourceDiag $ weights < 1e-8) #...
2011 Jan 21
1
Help for lattice. par(new=TRUE)
...ar(new=TRUE). But it does not work. library(lattice) myPanel <- function(x,...) { panel.histogram(x,alpha=0.4,...) ltext(0.4,1.5,paste("Mean=","0.05",digit=2)),cex=0.8) ltext(0.8,1.5,paste("s.d.=","0.06",digit=2)),cex=0.8) } histogram(sh2, type="percent",panel=myPanel,breaks=seq(0,1,by=0.01),ylim=c(0,5),col=rgb(0.1,0.1,0.8,0.5)) par(new=TRUE) #### Here is does not work. Warning message: In par(new = TRUE) : calling par(new=TRUE) with no plot histogram(sh2, type="percent",panel=myPanel,breaks=seq(0,1,by=0.01),yl...
2009 Dec 03
0
Problem with predict() and factors
...e$dp3="#CCFF00" mypalette$dp4="#00CCFF" mypalette$dp5="#FF00CC" #Raw Data channel1 <- odbcConnectExcel(SOURCEDATA) sqlTables(channel1) sh1 <- sqlFetch(channel1, "Actuals$") close(channel1) channel2 <- odbcConnectExcel(REGRESSORS) sqlTables(channel2) sh2 <- sqlFetch(channel2, "data$") close(channel2) #Get Raw Data tsSource<-ts(sh1[[ENVNAME]],start=c(2004,1),freq=52) #Data is now a Time Series #Prep Out-of-sample test ranges modLength=length(sh1[[ENVNAME]]) modMax=round((modLength/3)*2) modEndDate=time(tsSource)[modMax] modStartDat...
2004 Jun 26
1
openssh debian bug?
...ug1: PAM: initializing for "acd" Jun 25 21:48:31 m1 sshd[16291]: debug1: PAM: setting PAM_RHOST to "hostname.host.com" Jun 25 21:48:31 m1 sshd[16291]: debug1: PAM: setting PAM_TTY to "ssh" Jun 25 21:48:31 m1 sshd[16291]: Failed none for acd from 192.168.1.1 port 3168 s sh2 Jun 25 21:48:34 m1 sshd[16291]: Failed password for acd from 192.168.1.1 port 31 68 ssh2 any advice greatly welcome! thanks, -Alex
2010 Jun 30
1
PAM Module:Openssh and Tacacs+ Question
...: badpw[] = "\b\n\r\177INCORRECT"; When the user is deleted from /etc/passwd SSH complains saying: sshd: error: PAM: user not known to the underlying authentication module for illegal user **** from ***** sshd: Failed Keyboard-interactive/pam for invalid user ***** from ***** poer ***** sh2 sshd: PAM_SM_authenticate: called pam_tacplis v1.3.2 sshd: pam_SM_authenticate: user [******] obtained sshd: tacacs_get_password: called --> debugging revealed that it sent "\b\n\r\177INCORRECT" to TACACS+ How can I make SSH use the pam_tacplus module and not look at /etc/passwd or L...
2012 May 20
4
write.xls
Hello, All: The "writeFindFn2xls" function in the "sos" package tries to write an Excel file with 3 sheets ('PackageSum2', 'findFn', 'call'). Unfortunately, it is often unable to do this because of configuration problems that are not easy to fix. I've found 3 contributed packages that provide facilities to write Excel files with
2006 May 31
7
Getting at MakeOpenFile
Along the same lines as the last question - how can I get to functions like MakeOpenFile via Win32API? It doesn''t seem to be exported by msvcrt-ruby18. Possible? Or am I out of luck? Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have
2006 Jul 14
23
[RFC] New shadow paging code
...6 different bits of code, we use a single source code file, and compiler directives to specify mode-specific code. This file is shadow2.c, and is built once with GUEST_PAGING_LEVELS and SHADOW_PAGING_LEVELS set to the appropriate combination. The compiler is set to redefine the functions from sh2_[function_name]() to sh2_[function_name]__shadow_[m]_guest_[n] for n-on-m mode. At the end of shadow2.c is a structure containing function pointers for each of the mode-specific functions; this is called shadow2_entry (and is expanded by preprocessor directives using the __shadow_[m]_guest_[n] n...
2011 Jan 22
0
how to call BayesX in R to see the graph
...t par(new=TRUE). But it does not work. library(lattice) myPanel <- function(x,...) { panel.histogram(x,alpha=0.4,...) ltext(0.4,1.5,paste("Mean=","0.05",digit=2)),cex=0.8) ltext(0.8,1.5,paste("s.d.=","0.06",digit=2)),cex=0.8) } histogram(sh2, type="percent",panel=myPanel,breaks=seq(0,1,by=0.01),ylim=c(0,5),col=rgb(0.1,0.1,0.8,0.5)) par(new=TRUE) #### Here is does not work. Warning message: In par(new = TRUE) : calling par(new=TRUE) with no plot histogram(sh2, type="percent",panel=myPanel,breaks=seq(0,1,by=0.01),yl...