Displaying 20 results from an estimated 488 matches for "anomaly".
2008 Oct 21
2
For loop - how to assign "i" when it is not an element of an index?
Hello,
I'm trying to build a for loop, where I estimate a series of models with
different sets of (time series) data.
However my for loop doesn't recognize the "i"
##################### code################
window.1=anomalies.CAK[(positions(anomalies.CAK)>=timeDate("1/1/1971") &
positions(anomalies.CAK)<=timeDate("6/30/1991") )]
....
2013 Feb 18
1
Calculating seasonal anomalies
I have an irregular time series, which cannot easily be converted to a ts
object (long stretches with NA).
I have calculated the climatological mean and st.dev, but need help on how
to calculate the anomalies from the climatology and my original data set.
Below is an example, where I have indicated the basic idea of what I want to
do under Question 1 and 2. I assume I will have to create a custom
2011 Feb 16
1
nfs problems
getting lots of stale nfs filehandle errors
we have 4 nodes in our cluster, clients nfs mount the volume from any node
in a round-robin
it appears that one node has gone bad. the clients mounting that node can't
see the files that the others can see. ls -l gives rubbish for the metadata,
and get lots of these lines in the nfs.log:
[2011-02-16 15:33:32.538756] I
2012 Dec 13
2
More efficient use of reshape?
...column clim.data$date
clim.data$yr_mn<-paste("01", clim.data$yr_mn, sep="")
clim.data$date<-dym(clim.data$yr_mn)
#Now to the reshape. The dataframe is in a wide format. The columns GISS,
HAD, NOAA, RSS, and UAH are all different sources
#from which the global temperature anomaly has been calculated since 1880
(actually only 1978 for RSS and UAH). What I would like to
#do is plot the temperature anomaly vs date and use ggplot to facet by the
different data source (GISS, HAD, etc.). Thus I need the
#data in long format with a date column, a temperature anomaly column, and
a...
2003 Jul 04
1
bug? exactRankTests install anomaly (PR#3394)
Full_Name: Michael W. Grant
Version: 1.7.1(2003-06-16)
OS: Windows 98 Second Edition 4.10.2222 A
Submission from: (NULL) (24.55.165.101)
I just installed version 1.7.1 tonight. In the process I installed via CRAN from
the menu several packages. One installation, exactRankTests, had a distinct
anomaly. A DLL attempt to change FPU control word as seem in the last line of
the following listing:
START LISTING:
> install.packages(choose.files('',filters=Filters[c('zip','All'),]),
.libPaths()[1], CRAN = NULL)
> local({a <- CRAN.packages()
+ install.packages(select....
2010 Jan 16
2
Drought severity index: Excel to R
...e 19 from
http://dissertations.port.ac.uk/229/01/MaloneS.pdf
The code is given in Excel as the following and can be found on page 60
from the same link.
C7 =
IF(C6<0,IF(@SUM(A6:A1)<0,C6+A6,"0"),
IF(B7>=0,"0",IF(A6>=0,"0",A6)))
Column A contains the raw anomaly data. Column B contains the 6month
rolling sum and Column C contains the results of the conditional
statement which in turn is recycled and input into the conditional
statement.
I translated the Excel formula into R, but without any success.
x <- as.matrix(read.table("sample.txt")...
2018 Jan 16
2
Strange messages in mnt-xxx.log
Hi,
I'm testing gluster 3.12.4 and, by inspecting log files
/var/log/glusterfs/mnt-gv0.log (gv0 is the volume name), I found many
lines saying:
[2018-01-15 09:45:41.066914] I [MSGID: 109063]
[dht-layout.c:716:dht_layout_normalize] 0-gv0-dht: Found anomalies in
(null) (gfid = 00000000-0000-0000-0000-000000000000). Holes=1 overlaps=0
[2018-01-15 09:45:45.755021] I [MSGID: 109063]
2009 Mar 16
1
Uniroot and Newton-Raphson Anomaly
...and assume student k scored correctly on one item only.
aConst(R = c(.2,.4), c=.5, q=2, con=.001)
Now, one might notice that the first derivative of the function (in the
function denom) has in it log(1-R). In cases where all students in a
class answer the item correct, R = 1, and this creates an anomaly in
that log(0) is undefined. One cheap trick, I think, is to correct the
vector R such that any values of 1 become .999 and any values of 0
become .001 (0 is also an anomaly).
I am accustomed to Newton-Raphson and don't use bisection or the uniroot
function. So, given the anomaly above, I am t...
2011 Mar 29
0
[LLVMdev] Anomaly with CallGraph construction
Hi Gabriel,
...
> Summarizing, I have two questions: 1) is the CallGraph analysis "working as
> intended" here?; and 2) what would be the correct approach
> to modifying the proposed analysis in order to detect that randlc() is being
> called in that CallInst ?
the reason that the callgraph analysis does not try to understand indirect
calls like this is that other passes
2009 Jul 13
0
Anomaly in sample() function
Hi all
Maybe someone knows a way to solve this anomaly in sample():
I like to compute a sample (n=100) with replications from a population of
2500 units but if I draw repeated samples from it I dont get what seems to
be a representative sample if I look at other partitions of the population.
Enclosed is the population g99 with 4 columns: (units, parti...
2000 Mar 03
0
nmdb anomaly in SWAT
...Samba 2.04b on a Solaris 2.6 box as well as Samba 2.04b on a
Solaris 7 box. In SWAT on the Solaris 7 box the nmbd service is seen to be
running. On the Solaris 2.6 box SWAT says the nmbd service is not running.
Doing a ps on the Solaris 2.6 box shows nmbd to be running. What is
responsible for this anomaly? Any help would be greatly appreciated.
Regards,
Dave Lovett
2013 May 02
0
GlusterFS mount does not list directory content until parent directory is listed
Hello,
Have spotted strange behaviour of GlusterFS fuse mount. I am unable to list files in a directory until parent directory is listed. However if I do list file with full path it is listed on some client nodes.
Example:
localadmin at ldgpsua00000038:~$ ls -al /var/lib/nova/instances/_base/
ls: cannot access /var/lib/nova/instances/_base/: No such file or directory
localadmin at
2008 May 03
2
Stacked bar plot anomaly When column contains a negative and a positive value
Hello users,
I've noticed a problem when creating a stacked column plot when a column
contains a negative and a positive value. e.g.
series1<-c(-1,-2, 3, 4, 5)
series2<-c( 5, -4,-3,-2, 1)
data<-rbind(series1,series2)
barplot(as.matrix(data), beside=FALSE)
In these cases (i.e. first, third and fifth columns) the plotting is not
handled correctly. Compare this output with that
2016 Nov 30
2
Dropped call after 900s: 481 call/transaction does not exist and another anomaly during re-invite in timer - full anonymized trace attached
Hello all!
I can see a strange problem during invite in dialog in the context of
timer handling.
Given is the following incoming call from provider at 8.195.88.234 (2 at 2)
to my asterisk at 28.19.57.152 (1 at 1):
After 900s suddenly *asterisk* starts the timer reinvite - I would have
expected the reinvite started by the provider as usual.
The expected reinvite by the provider is started
2006 Nov 26
1
GLM and LM singularities
Hi-
I'm wrestling with some of my data apparently not being called into a GLM or
an LM. I'm looking at factors affecting fish annual catch rates (ie. CPUE)
over 30 years. Two of the factors I'm using are sea surface temperature and
sea surface temperature anomaly. A small sample of my data is below:
CPUE
Year
Vessel_ID
Base_Port
Boat_Lgth
Planing
SST
Anomaly
0.127
1976
2
BOI
40
Planing
19.4
-0.308
0.059
1976
30
BOI
40
Displacement
19.4
-0.308
0.033333
1977
46
BOI
45
Displacement
18.5
-1.008
0.169231
1977
2
BOI
4...
2005 Aug 19
3
rsync anomalies (OS X Tiger)
Tiger's rsync anomalies
I'm trying to sort out some anomalies using rsync locally. Booted to
Volumes/LaCie_Disk_A I create a full direct clone with:
sudo asr -erase -source /Volumes/Mirrored_HD_Set -target
/Volumes/LaCie_Disk_B
then boot to it and check it out. Then booted back to Mirrored_HD_Set
I do a little other work (i.e. some files are changed). Then for a
differential
2015 Jan 26
4
Thunderbird: improper command pipelining after EHLO
I couldn't find working solutions for this anomalie on the net. What
does this mean and does someone know how to fix this?
postfix/smtpd[18757]: improper command pipelining after EHLO from
unknown[192.168.10.233]: QUIT\r\n
Thanks
Best Regards,
Leander
2017 Aug 23
2
snapshot anomaly
2017 Aug 23
0
Re: snapshot anomaly
Hi,
Can you try this command:
virsh snapshot-delete serv1r2 snap --metadata
On Wed, Aug 23, 2017 at 4:41 PM, Doug Hughes <doug.hughes@keystonenap.com>
wrote:
> I'm not sure how this snapshot got created, but, I cannot delete it, and
> its presence prevents me from creating other snapshots. I don't know if it
> was created by a command gone amok or something else.
>
2017 Aug 23
1
Re: snapshot anomaly