Displaying 20 results from an estimated 1000 matches similar to: "comparing segments of a time series"
2006 Apr 03
0
Samba 3.0.21c broken timezone handling
Hello,
I'm working in France (Europe), and use daylight saving time (aka DST aka
summertime). I upgraded my Samba server from 3.0.20b to 3.0.21c.
Got complaints from a user that all his *WINTER* files modification date
mysteriously shifted one hour ahead. It took me some time to find out the
culprit, since we just switched from wintertime to summertime.
On Unix (tested both Solaris 9 and
2007 Sep 12
1
Timezone confusion: net time \\server ...
Hi list,
I am a bit confused how the time sync between samba and windows should
be done correctly.
On the samba server I have set the CMOS time to GMT (UTC) and my
timezone is UTC+2 (germany). On windows the CMOS time is set to my
timezone (windows can't handle UTC, did that change? XP here, but
dualboot to linux) and as I issue net time \\server /set /YES it sets
the time but minus one
2003 Dec 25
0
AAGFYZ, exchange for foreign
eyesight kazoo sumner boletus blair
audubon privilege egyptian cavalcade wintertime
monocotyledon legion planetarium ago bowstring superfluity behold academia cellulose
2015 Sep 11
0
Dovecot CalDAV server
Am 10.09.2015 um 23:43 schrieb Timo Sirainen:
> I've been once in a while over the years thinking about implementing CalDAV (and CardDAV) to Dovecot. It might be time to start that soon. Does anyone have any suggestions? So far my main goals would be:
>
> - scalable, of course
> - configurable storage (object storage, regular fs, maybe some key-value dbs, maybe storing as
2004 Jan 06
2
comparing classification methods: 10-fold cv or leaving-one-out ?
Hi
what would you recommend to compare classification methods such as LDA,
classification trees (rpart), bagging, SVM, etc:
10-fold cv (as in Ripley p. 346f)
or
leaving-one-out (as e.g. implemented in LDA)?
my data-set is not that huge (roughly 200 entries)
many thanks for a hint
Christoph
--
Christoph Lehmann <christoph.lehmann at gmx.ch>
2010 Apr 19
6
comparing attitudes of 2 groups / likert scales?
Hi,
I have just found this forum, and it looks like a great place to get some
help (I hope)
For my dissertation, which is due way too soon, I am doing a survey,
comparing attitudes of 2 independent groups, with 5 scale likert questions.
Basically I want to show if they have similar or different attitudes. I am
testing 4 hypotheses, and have in total about 20 questions.
I have to say my
2013 Feb 12
3
improving/speeding up a very large, slow simulation
Dear R help;
I'll preface this by saying that the example I've provided below is pretty
long, turgid, and otherwise a deep dive into a series of functions I wrote
for a simulation study. It is, however, reproducible and self-contained.
I'm trying to do my first simulation study that's quite big, and so I'll
say that the output of this simulation as I'd like it to be is
2008 Dec 06
1
snowfall sfInit error
Dear all,
I am trying to execute the simple example in snowfall
http://cran.r-project.org/web/packages/snowfall/vignettes/snowfall.pdf ...
require(snow)
require(snowfall)
sfInit( parallel=TRUE, cpus=2 )
sfLapply( 1:10, exp )
sfStop()
I have installed the snow and snowfall packages in R on a machine with
windows xp, however, after running the "sfInit( parallel=TRUE, cpus=2 )"
line I
2011 Sep 24
1
Can't reliably use RefClass methods in Snowfall
Greetings,
I am trying to use Reference Class methods in Snowfall, using R 2.12.1
on Ubuntu Natty. Using then directly seems to work (stanza 2 below),
but using them indirectly does not (stanza 3 below). I get an "attempt
to apply non-function" error.
In addition to exporting the instance of the object I created to the
Snowfall slaves, I also made several attempts to export the
2012 Nov 29
4
splitting a string by space except when contained within quotes
I've been trying to split a space delimited string with double-quotes in R
for some time but without success. An example of a string is as follows:
/rainfall snowfall "Channel storage" "Rivulet storage"/
It's important for us because these are column headings that must match the
subsequent data.
Here is some code I've been trying:
str <- 'rainfall
2009 Sep 24
1
Non-parametric test for location with two unpaired sets of data measured on ordinal scale.
Please forgive a stats question.
I have to sets of data (unpaired) measured on an ordinal scale. I want to test to see if the two sets are different (i.e. do they have the same location):
set1: 1,3,2,2,4,3,3,2,2
set: 4,4,4,3,3,5,4,4
What is the most appropriate non-parametric test to test location?
Thanks,
John
Confidentiality Statement:
This email message, including any attachments, is
2010 Jun 24
0
Snowfall: "cannont open connection " problem
Dear R-listers,
I have been using Snowfall (version 1.84) for parallel computing on a quad-PC running Windows 7 for a month or so without much problem. I started having problems runnnig R with Snowfall over our network when a new Novell client was installed for Windows 7. I experinenced network mapping problem with this new client. Our network colleague provided a fix which worked but a little
2009 Sep 02
1
foreach + snowfall for multicore situations
Hello dear R community.
I just started playing with the snowfall package (a wrapper for the snow
package), and found it very convenient.
(See also this great website:
http://www.imbi.uni-freiburg.de/parallel/ )
I was wondering if it is possible to connect snowfall with the foreach
package (since it has some connection to snow).
My final goal is to do some simple parallel simulations on my two
2009 Dec 15
1
[Fwd: snowfall on Win7]
Dear Ola,
I cannot say anything about Windows 7, as we do not have any Win7
machines here in our institute and I even do not know someone who have
Win7 on a private machine. I will try to find a machine with this OS and
test it.
Anybody having experiences with Win7 yet?
Greetings Jo
> -------- Original Message --------
> Subject: [R] snowfall on Win7
> Date: Tue, 15 Dec 2009 11:25:37
2011 Apr 08
2
Snow/Snowfall hangs on windows 7
Dear users,
I want to set up R to use one R-script directory and one R-library (directory for packages) for many end-users. I try to do this by using one network-share. This works fine as long as we don't use the snowfall package with parallel=TRUE (sfInit(parallel=TRUE, cpus=4, type="SOCK")).
When running R with default settings (local library and local script directory)
2012 Jun 28
1
undefined S4 class in parallel computing at snowfall
Dear All,
I have a question of how to export S4 class specification to
clusters/workers in parallel computing. The package I used is snowfall. The
problem is reproducible as follows. Any hint is greatly appreciated.
Edwin Sun
=== begin ===========
library(snowfall)
sfInit(parallel = TRUE, cpus = 2)
setClass("catt", representation(aa = "numeric"))
setClass("dogg",
2010 May 24
1
Error during wrapup: cannot open the connection
I am trying to use a new (to me) package (samr) and even when I try to run a
very simple example, I get this "cannot open the connection" error.
The reason I am writing to r-help rather than to the authors of samr is I
think this may be a more general R problem rather than a samr-specific
problem. Perhaps something with my installation and write access to some
particular place ? I am
2011 Jun 06
1
RPostgreSQL && snowfall
Dear expeRts,
I'm currently trying to get data from a PostgreSQL database _in parallel_.
I tried two methods:
* passing the DBI Connection object to the cluster nodes
* connecting the the DB on each node
(1)
The execution of the first method looks like this:
> result = sfClusterApplyLB(input, fun, dbiCon)
and produces an "expired PostgreSQLConnection" error.
(Of course the
2009 Sep 02
0
Implementing timeouts or multithreading in R to solve hanging network problem? (Snowfall)
Hello, I'm new to R and I'm building a system that uses a cluster of
computers to parallelize computations. To handle cluster setup I'm using the
R package Snowfall, but knowledge of Snowfall may not be necessary to answer
my question. I'm using a socket-based approach to cluster setup, so all I
need to do is give Snowfall a vector of hostnames and it handles the rest.
The problem
2009 Sep 22
0
(correction) snowfall+Rmpi: sfExport error
Sorry for wasting your time with an incorrect diagnosis in my previous mail!
I'm running my script using mpirun -mp 4 and using snowfall+Rmpi on
Linux 64bits. I receive the following error, that terminates the run.
Any idea?
I'm able to reproduce the problem with a minimal script (below).
If n < 16371 it completes 9 iterations without problems. Already at
16371 it dies at iteration 7