search for: arxiv

Displaying 20 results from an estimated 82 matches for "arxiv".

2007 Jun 08
2
puppet reports
...o 256] No more mirrors to try. there''s any way to say puppet don''t send that messages? we also receive a lot of messages like that when something goes wrong while getting files from puppetmaster: Fri Jun 08 09:13:29 +0200 2007 //node.domain.com/anynode/bash/remotefile[/usr/local/arxiver/.bashrc]/File[/usr/local/arxiver/.bashrc]/source (err): Could not describe /dist/common/bashrc: End of file reached:
2006 Mar 01
2
Weighted networks and multigraphs
...measures (such as betweenness centrality, upper boundedness, etc.) to a weighted graph with non-integer weights, defined by a euclidean distance matrix. The package sna provides the measures that I want to use, but seems only to operate on binary graphs. I have read work by Mark Newman (http://aps.arxiv.org/abs/cond-mat/0407503/), who suggests that a weighted graph can be transformed into an unweighted multigraph, to which such measures can be applied. It seems that the package giRaph contains a function to handle multigraphs, but there is no example in the manual to show how it is used. I am al...
2018 May 04
2
Thank you from the Glow Developers
...f the contributors to the LLVM project. We hope that the project will be beneficial to others as well, which would not have been possible without your work. You can find the sources to it at http://github.com/pytorch/glow and read up on the work in the associated paper we have released at https://arxiv.org/pdf/1805.00907. Thank you all! The Glow Developers -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180503/cd24a31a/attachment.html>
2018 Sep 18
3
Bias in R's random integers?
...dom number on [0,1) from the PRNG to a random integer, e.g. https://github.com/wch/r-source/blob/tags/R-3-5-1/src/main/RNG.c#L808 Many other languages use various rejection sampling approaches which provide an unbiased method for sampling, such as in Go, python, and others described here: https://arxiv.org/abs/1805.10941 (I believe the biased algorithm currently used in R is also described there). I'm not an expert in this area, but does it make sense for the R to adopt one of the unbiased random sample algorithms outlined there and used in other languages? Would a patch providing such an a...
2010 Apr 16
3
Is it ok to apply the z.test this way?
Dear R-users, I want to check if certain values are from random distribution, that includes values between 0-1. So, it is not really normal even though shapiro.test says it is highly normal... Can I do something like this and think that the values given are right. z.test is from package TeachingDemos. -------------------------------------------------------------------------------
2015 Mar 04
2
New FREAK SSL Attack CVE-2015-0204
Hello, about the CVE-2015-0204, in apache the following config seems to disable this vulnerability: SSLProtocol All -SSLv2 -SSLv3 SSLCipherSuite HIGH:MEDIUM:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4 Is something similar possible with dovecot ? If yes, what are the implications with old mail clients ? -- Best regards, Adrian Minta
2017 Sep 12
0
qgam
...x.html qgam is an extension of mgcv, and provides methods for fitting quantile additive models including parametric, random and smooth effects. For basic examples see the vignette: https://cran.r-project.org/web/packages/qgam/vignettes/qgam.html For more details on the underlying methods see the arXived paper: https://arxiv.org/abs/1707.03307 Comments, criticisms and feature requests are more than welcome. The package is also available on github: https://github.com/mfasiolo/qgam Best, Matteo Fasiolo [[alternative HTML version deleted]]
2008 Aug 18
1
readable dendrograms with many units
Using Mathematica, I've performed a hierarchical clustering of 3,107 U. S. counties based on 1995-2000 intercounty migration, using an algorithm of my own devising (see http://arxiv.org/abs/0807.1550). I can also generate the associated 3,107 x 3,107 matrix of ultrametric distances. Unfortunately, as far as I have been able to determine, the Mathematica hierarchical clustering package only produces readable dendrograms with twenty-or-so or fewer units. So, I'm wondering...
2011 Oct 30
1
calculating joint entropy of many variables
Hello list. I need help (e.g., a reference, code, package, etc.) in calculating the joint entropy of many variables (some sure highly mutually-informative and some not). Is there anyone here who knows a computationally-efficient solution (such as an R package)? I appreciate you help ... Best, Reza [[alternative HTML version deleted]]
2012 Mar 30
0
Xapian Project : Learn to rank
...g and i am > quite familiar with Support Vector Machine, Learning scheme such > as Bayesian Methods, Clustering Kmeans Algorithm etc. > > I had previously worked on research project in Complex > Networks "A Navigation Algorithm Inspired by Human Navigation<http://arxiv.org/abs/1111.4898>", > "Prediction Of Arrival Of Nodes In A Scale Free Network<http://arxiv.org/abs/1111.4886>". > I have a gained a good knowledge in Machine Learning with the help of my > first paper on " A Navigation Algorithm inspired by human navigation&qu...
2017 Sep 12
0
qgam
...x.html qgam is an extension of mgcv, and provides methods for fitting quantile additive models including parametric, random and smooth effects. For basic examples see the vignette: https://cran.r-project.org/web/packages/qgam/vignettes/qgam.html For more details on the underlying methods see the arXived paper: https://arxiv.org/abs/1707.03307 Comments, criticisms and feature requests are more than welcome. The package is also available on github: https://github.com/mfasiolo/qgam Best, Matteo Fasiolo [[alternative HTML version deleted]]
2017 Jun 13
9
RFC: Dynamic dominators
...complicated and expensive. *2. Proposal* The proposal is to make dominators use the incremental algorithm that allows to keep (post)dominator tree up to date as CFG changes. To achieve that, we would implement the dynamic depth based search algorithm (DBS) described in this paper [1] <https://arxiv.org/pdf/1604.02711.pdf> and expose 2 main new functions: insertArc(From, To) and deleteArc(From, To). The algorithm uses SemiNCA under the hood which would replace Lengauer-Tarjan implementation currently used. The second part of the proposal is to gradually deprecate and remove the existing AP...
2011 Jul 27
3
Is R the right choice for simulating first passage times of random walks?
...I glanced at simFrame [5] and read `?simulate` but could not understand it right away and think that this might be overkill. Do you have any suggestions? Thanks, Paul ? AMD Athlon(tm) X2 Dual Core Processor BE-2350, 2,1 GHz [1] http://www-stat.stanford.edu/~amir/preprints/irw.ps [2] http://arxiv.org/abs/0911.5456 [3] http://cran.r-project.org/doc/manuals/R-intro.html#Repetitive-execution [4] https://secure.wikimedia.org/wikipedia/en/wiki/Function_(mathematics) [5] http://finzi.psych.upenn.edu/R/library/simFrame/html/runSimulation.html -------------- next part -------------- A non-text atta...
2018 Sep 19
2
Bias in R's random integers?
...eger, e.g. > > https://github.com/wch/r-source/blob/tags/R-3-5-1/src/main/RNG.c#L808 > > > > Many other languages use various rejection sampling approaches which > > provide an unbiased method for sampling, such as in Go, python, and others > > described here: https://arxiv.org/abs/1805.10941 (I believe the biased > > algorithm currently used in R is also described there). I'm not an expert > > in this area, but does it make sense for the R to adopt one of the unbiased > > random sample algorithms outlined there and used in other languages? Wou...
2018 May 05
0
Thank you from the Glow Developers
...hope that the > project > will be beneficial to others as well, which would not have been possible > without > your work. > > You can find the sources to it at http://github.com/pytorch/glow and read > up on > the work in the associated paper we have released at > https://arxiv.org/pdf/1805.00907. > > Thank you all! > > The Glow Developers > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part --------------...
2019 Apr 05
0
new R packages for phylogenetic compartive methods
...he start of the branch The likelihood is calculated in linear in number of tip species time. The package is described in Venelin Mitov, Krzysztof Bartoszek, Georgios Asimomitis, Tanja Stadler (2018). Fast likelihood evaluation for multivariate phylogenetic comparative methods: the PCMBase R package arXiv URL https://arxiv.org/abs/1809.09014 . 3) pcmabc: a package that allows for simulation and ABC estimation under any model for which the user can provide a function to simulate trait (discrete/continuous, uni- or multivariate) evolution along a branch. Special support is given for SDE based models,...
2019 Apr 05
0
new R packages for phylogenetic compartive methods
...he start of the branch The likelihood is calculated in linear in number of tip species time. The package is described in Venelin Mitov, Krzysztof Bartoszek, Georgios Asimomitis, Tanja Stadler (2018). Fast likelihood evaluation for multivariate phylogenetic comparative methods: the PCMBase R package arXiv URL https://arxiv.org/abs/1809.09014 . 3) pcmabc: a package that allows for simulation and ABC estimation under any model for which the user can provide a function to simulate trait (discrete/continuous, uni- or multivariate) evolution along a branch. Special support is given for SDE based models,...
2019 Feb 04
5
security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
...ent memory(nvdimm) in guest > which allows to bypass the guest page cache. This also > implements a VIRTIO based asynchronous flush mechanism. At Pankaj's request I looked at information leak implications of virtio pmem in light of the recent page cache side channels paper (https://arxiv.org/pdf/1901.01161.pdf) - to see what kind of side channels it might create if any. TLDR - I think that depending on the host side implementation there could be some, but this might be addressable by better documentation in both code and spec. The fake dax approach backing the guest memory by a ho...
2015 May 26
2
Weak DH primes and openssh
On Tue 2015-05-26 12:57:05 -0400, Hubert Kario wrote: > creating composites that will pass even 100000 rounds of Miller-Rabin is > relatively simple.... > (assuming the values for M-R tests are picked randomly) Can you point me to the algorithms for doing that? This would suggest that we really do want primality proofs (and a good way to verify them). Do those algorithms hold for
2013 May 05
5
dovecot 2.2.0 corrupts mailboxes?
...oe/.imap/INBOX/dovecot.index.cache: Broken physical size for mail UID 141869 May 4 20:19:48 volanges dovecot: imap(jdoe): Error: Cached message size smaller than expected (9711 < 16248) May 4 20:19:48 volanges dovecot: imap(jdoe): Error: Corrupted index cache file /mail/indexes/jdoe/mail/.imap/Arxiv/dovecot.index.cache: Broken physical size for mail UID 4383 May 4 21:14:35 volanges dovecot: imap(jdoe): Error: Cached message size smaller than expected (1878 < 8066) May 4 21:14:35 volanges dovecot: imap(jdoe): Error: Corrupted index cache file /mail/indexes/jdoe/mail/.imap/CNRS/dovecot.inde...