search for: sevcikova

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

2012 Feb 17
3
portable parallel seeds project: request for critiques
...ndom stream. I need to be able to select any run, say 667, and restart it exactly as it was. This project develops one approach to create replicable simulations. It blends ideas about seed management from John M. Chambers Software for Data Analysis (2008) with ideas from the snowFT package by Hana Sevcikova and Tony R. Rossini. Here's my proposal. 1. Run a preliminary program to generate an array of seeds run1: seed1.1 seed1.2 seed1.3 run2: seed2.1 seed2.2 seed2.3 run3: seed3.1 seed3.2 seed3.3 ... ... ... run1000 seed1000.1 seed1000.2 seed1000.3 This example...
2004 Sep 15
0
Announcing snowFT 0.1
...ecomputing computational units when hardware/network failures occur on compute nodes) and a tighter notion of reproducibility for computations running on clusters. It additionally provides tools for flexible management of cluster size as well as computation transparency. snowFT is written by Hana Sevcikova and Tony Rossini. (this tool currently requires rpvm for the SNOW backend, though we are exploring the possibility of extensions for the Rmpi backend. It is unlikely that these extensions will be implemented for the socket backend. best, -tony -- Anthony Rossini Research Associate Prof...
2004 Jan 22
0
help on rgdal package
...hould the dataset be raster data? Then I get: > rd<-getRasterData(x) > saveDataset(rd,"test.data") Error in .assertClass(dataset, "GDALReadOnlyDataset") : Object is not a member of class GDALReadOnlyDataset Does anybody see what am I doing wrong? Thanks. Hana Sevcikova
2004 Sep 15
0
Announcing snowFT 0.1
...ecomputing computational units when hardware/network failures occur on compute nodes) and a tighter notion of reproducibility for computations running on clusters. It additionally provides tools for flexible management of cluster size as well as computation transparency. snowFT is written by Hana Sevcikova and Tony Rossini. (this tool currently requires rpvm for the SNOW backend, though we are exploring the possibility of extensions for the Rmpi backend. It is unlikely that these extensions will be implemented for the socket backend. best, -tony -- Anthony Rossini Research Associate Prof...
2009 May 08
1
Installing RGtk2 on Mac OS
I'm having trouble to install RGtk2 (from source) on Mac OS 10.4.11 (R 2.9.0). The GTK libraries (2.12.11) were installed into /sw/lib via fink. Even if I set the GTK_LIBS to that path, the installation program doesn't seem to find it (see below). libglade is there too but not found. If I install the package from binaries, it fails on load. Would anybody know how to make it work?
2013 Jan 23
3
How to construct a valid seed for l'Ecuyer's method with given .Random.seed?
Dear expeRts, I struggle with the following problem using snow clusters for parallel computing: I would like to specify l'Ecuyer's random number generator. Base R creates a .Random.seed of length 7, the first value indicating the kind fo random number generator. I would thus like to use the components 2 to 7 as the seed for l'Ecuyer's random number generator. By doing so, I
2009 Nov 16
2
(Parallel) Random number seed question...
Hi All, I have k identical parallel pieces of code running, each using n.rand random numbers.? I would like to use the same RNG (for now), and set the seeds so that I can guarantee that there are no overlaps in the random numbers sampled by the k pieces of code.? Another side goal is to have reproducibility of my results.? In?the past I have used C with SPRNG for this task, but I'm hoping
2018 Mar 04
3
Random Seed Location
On Mon, Feb 26, 2018 at 3:25 PM, Gary Black <gwblack001 at sbcglobal.net> wrote: (Sorry to be a bit slow responding.) You have not supplied a complete example, which would be good in this case because what you are suggesting could be a serious bug in R or a package. Serious journals require reproducibility these days. For example, JSS is very clear on this point. To your question >
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * disclapmix (0.1) Maintainer: Mikkel Meyer Andersen Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen License: GPL-2 http://crantastic.org/packages/disclapmix disclapmix makes inference in a mixture of Discrete Laplace distributions using the EM algorithm. * EstSimPDMP (1.1) Maintainer: Unknown Author(s):
2010 Jul 18
6
CRAN (and crantastic) updates this week
...ages/mkin Calculation routines based on the FOCUS Kinetics Report (2006). Includes a function for conveniently defining differential equation models, choice of the optimisation methods made available by the FME package (default is a Levenberg-Marquardt variant). * mlogitBMA (0.1-2) Hana Sevcikova http://crantastic.org/packages/mlogitBMA Provides a modified function bic.glm of the BMA package that can be applied to multinomial logit (MNL) data. The data is converted to binary logit using the Begg &amp; Gray approximation. The package also contains functions for maximum likelih...