Displaying 20 results from an estimated 400 matches similar to: "Trouble Highlighting outliers on Time Series Plot"
2010 Jan 12
0
[Solved][Code Snippets] Dropping Empty Regressors
To make a long story short I was doing some in-sample testing in which some
dynamically created regressors would end up either all true or all false
based on the validation portion. In my case a new mainframe configuration
(this is a crappy way to handle a level shift but I do what I can.) So here
is the code snippet that finally let me pre-check my regressors and drop any
of them that were all
2009 Dec 03
0
Problem with predict() and factors
I am working on a script that takes numeric performance indicators and runs
them against a series of regressors (dummy regressors, yes\no stuff via 0
and 1, e.g. Was is Christmas this week 0=no, 1=yes).
The script is as follows (Written as a function):
-- Begin Script --
doEnv <- function(HOUR,ENVNAME,REPORTNAME) {
library(RODBC)
library(forecast)
library("geneplotter")
2009 Jul 14
2
Proper Paste for Data Member
I imported a spreadsheet into a variable sh
e.g. sh$aaaa, sh$bbbb, etc...
doing the following:
tsSource <- ts(paste("sh$",NAMEVARIABLE,sep="") ... )
fails. The paste isn't evaluating properly. What is the proper way to
concatenate a data source with a member name such that they evaluate
properly.
actual code below:
doEnv <-
2010 Jan 11
1
Getting a date out of an indice in a time series
I have a weekly data set imported via:
tsSource=ts(sh1$I000,start=c(2004,1),freq=52)
I am now getting to some 'spit and polish' but I realize something I can't
wrap my head around.
Given an outlier I find at say tsSource[54] ... how can get translate index
54 into the date\week. I mean I can figure out obviously that entry 52 is
last week of 2004 but since the data goes for many
2011 Jan 21
1
Help for lattice. par(new=TRUE)
Hi list,
I want to plot two plot in the same figure. I set 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,
2004 Nov 16
0
From S-Plus to R
Dear Isabelle,
for most of my work I have switched from S-Plus to R, because it is
easier to make scripts with due to the better documentation and some
other more reasonable implementations. And there was also a cost
issue with the S-Plus Server, which is not for free at all.
In R I use the its package for time series, which is quite sufficient
for my needs. The only problem I encountered was
2010 Jan 07
1
Drop a part of an array\list\vector?
I did have a verbose description of why but rather then make everyone's eyes
bleed with useless details I ask the following :)
To make a long story short: How can I make newmcReg[[i]]["PreIO308"] go
away in the following list... er vector... no wait array.... dataframe....
awww crap...
summary(newmcReg[[i]])
UNITBUILD UNITDB ITBUILD ITDB
Mode :logical
2004 Jun 26
1
openssh debian bug?
I spent the last couple of hours trying to figure this out. We upgraded
to sshd version OpenSSH_3.8.1p1 Debian and now "password" login no longer
works... however keyboard-interactive login still works. the result of
this is that while openSSH clients still function, ssh applications like
MindTerm do not.
here is the debug dump from the login session:
Jun 25 21:47:50 m1
2010 Jun 30
1
PAM Module:Openssh and Tacacs+ Question
Hi,
I am trying to get Openssh 5.5p1 to work with TACACS+. I have the TACACS
+ PAM module compiled on Ubuntu. I have compiled SSH --with-pam.
When the user is defined in /etc/passwd, the SSH authentication to the
TACACS+ server takes place successfully.
If I REMOVE the user from /etc/passwd OpenSSH sends a string called
INCORRECT to the TACACS+ server and it denies authentication.
I am trying
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
Recently various needs for multiple version handling were discussed
and I put forward a plan of mine. Subsequently the proposal for a
--compare-file=<FILE> switch had support, so I have implemented
this. I have also implemented an experimental --compare-auto which
decides which file to match against using a rule.
Instructions for patch:
1. Install rsync-2.5.6 source
2. "patch -p1
2001 Apr 05
0
smbclient, find, and NetBSD
Dear developers,
I often use smbclient from NetBSD 1.5 (i386) to an NT4.6a box. When I
leave recursion off and do an 'mput', the find fails because NetBSD's
find does not have the '-maxdepth' option.
The problem is in samba/source/client/client.c at line 1168. Here is the
code that causes the problem with a temporary fix.
> if (recurse)
>
2001 Apr 05
0
smbclient, find, and NetBSD (fwd)
This has come up before. Anyone want to comment (other than an OS
specific #ifdef)?
Cheers, jerry
---------- Forwarded message ----------
Date: Thu, 5 Apr 2001 09:26:18 -0400 (EDT)
From: Claude Marinier <claude.marinier@dreo.dnd.ca>
To: samba@lists.samba.org
Subject: smbclient, find, and NetBSD
Dear developers,
I often use smbclient from NetBSD 1.5 (i386) to an NT4.6a box. When I
2015 Mar 05
0
[PATCH] builder: add build script for PPC64 Fedora
---
builder/website/fedora-ppc64.sh | 97 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 97 insertions(+)
create mode 100755 builder/website/fedora-ppc64.sh
diff --git a/builder/website/fedora-ppc64.sh b/builder/website/fedora-ppc64.sh
new file mode 100755
index 0000000..1e22eba
--- /dev/null
+++ b/builder/website/fedora-ppc64.sh
@@ -0,0 +1,97 @@
+#!/bin/bash -
+# virt-builder
+#
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
Create a new directory (builder/template). Integrate all of the
scripts into a single program, so that templates are generated more
consistently.
This also changes how the index file is generated. The script now
generates the index file fragment and saves it under version control,
and then generates the final index file by concatenating these.
(Previously the index was written by hand which was
2001 Apr 07
1
samba on NetBSD - some patches
Hi,
We (NetBSD) just received a bug report that smbclient's mput command usees
find(1) with a non-standard option "-maxdepth". This was replaced with a
simple call to ls(1). As I don't know how many of the patches from out
Packages Collection were sent to you in the past, I'm simply sending you
all our patches - please include any you like in future samba releases!
BTW,
2000 Mar 17
0
MAR 14 CVS, smbclient mput problem on AIX 4.2
Hi,
There is a problem with smbclient mput ( maybe more, I haven't checked ) with
the SAMBA CVS I checked out on March 14, 2000.
The problem will manifest itself on systems that don't support -maxdepth
on the find command. (AIX being one of them ).
I compared source/client.c between 2.0.6 and the cvs.
The problem is in:
static void cmd_mput(void)
When recurse=false
Version 2.0.6
2017 Aug 31
0
[PATCH] drm: nouveau: replace magic constant for TASK_COMM_LEN
Client's name is task_comm + pid: use constant for clarity and prepare
for changed TASK_COMM_LEN.
Signed-off-by: Michał Mirosław <mirq-linux at rere.qmqm.pl>
---
drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 15a13d09d431..28396d0b0864 100644
2018 Jul 03
0
[PATCH 1/2] drm/nouveau: Fix runtime PM leak in drm_open()
Noticed this as I was skimming through, if we fail to allocate memory
for cli we'll end up returning without dropping the runtime PM ref we
got. Additionally, we'll even return the wrong return code! (ret most
likely will == 0 here, we want -ENOMEM).
Signed-off-by: Lyude Paul <lyude at redhat.com>
Cc: stable at vger.kernel.org
---
drivers/gpu/drm/nouveau/nouveau_drm.c | 6 ++++--
1
2018 Jul 12
0
[PATCH v2 1/3] drm/nouveau: Fix runtime PM leak in drm_open()
Noticed this as I was skimming through, if we fail to allocate memory
for cli we'll end up returning without dropping the runtime PM ref we
got. Additionally, we'll even return the wrong return code! (ret most
likely will == 0 here, we want -ENOMEM).
Signed-off-by: Lyude Paul <lyude at redhat.com>
Reviewed-by: Lukas Wunner <lukas at wunner.de>
---
2018 Oct 09
0
[PATCH] drm/nouveau: avoid client name truncation
If TASK_COMM_LEN is made bigger DRM client name will be truncated. Avoid that.
Signed-off-by: Michał Mirosław <mirq-linux at rere.qmqm.pl>
---
drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 74d2283f2c28..b0a3708992fe 100644
---