search for: exposit

Displaying 20 results from an estimated 51 matches for "exposit".

Did you mean: expost
2015 Aug 27
0
Re: Virtio serial exposition
On Wed, Aug 26, 2015 at 12:17:20PM +0000, Jean-Pierre Ribeauville wrote: > Hi, > > I try to exchange datas between host and Guest by adding these lines in a guest .xml conf file : > > <channel type='pty'> > <target type='virtio' name='arbitrary.virtio.serial.port.name'/> > <address type='virtio-serial'
2015 Aug 26
2
Virtio serial exposition
Hi, I try to exchange datas between host and Guest by adding these lines in a guest .xml conf file : <channel type='pty'> <target type='virtio' name='arbitrary.virtio.serial.port.name'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> Then
2008 Jun 05
1
Limit distribution of continuous-time Markov process
I have (below) an attempt at an R script to find the limit distribution of a continuous-time Markov process, using the formulae outlined at http://www.uwm.edu/~ziyu/ctc.pdf, page 5. First, is there a better exposition of a practical algorithm for doing this? I have not found an R package that does this specifically, nor anything on the web. Second, the script below will give the right answer, _if_ I "normalize" the rate matrix, so that the average rate is near 1.0, and _if_ I tweak the multipli...
2009 Jul 24
2
Web Forum for SysLinux
...p://boot-land.net) Our site is mainly focused on boot disks and boot loaders. We'd like to host an official forum section for discussions specific to SysLinux since it is also used with frequency in some of the projects that are being developed at the site and this would also bring some extra exposition of this project to a wider array of audience. Will this be possible? Thanks for reading. -- Nuno Brito http://nunobrito.eu
2005 Apr 21
2
Deciles and R
...n, please do excuse me...) and I'm having some questions regarding a deciles problem. I have a variable which I need to categorize according to its deciles (X). However, this categorization should be made into another variable (call it NewVar). Ex. for the quartiles case (just for the sake of exposition, since I need deciles...), I would like to be able to generate the NewVar variable based on the quantiles of X: X NewVar 1 1 6 2 2 1 4 2 3 1 5 2 12 4 9 3 8 3 10 4 11 4 7 3 Is there a function or a way of doing this automatically? I've searched the help files but f...
2005 Oct 04
1
Looking for a link to mercurial tutorial
...05. Overview -------- The Xen project has moved from BitKeeper to Mercurial for source control. This note aims to provide a quick guide to getting up and running with the new tools as quickly as possible, and is written from the perspective of someone who has been using BK. For a more detailed exposition, see the mercurial tutorial: http://www.serpentine.com/mercurial/index.cgi?Tutorial Forbidden You don''t have permission to access /mercurial/index.cgi on this server. ________________________________ Apache/2.0.54 (Fedora) Server at www.serpentine.com Port 80 Does anyone have...
2011 Apr 09
1
Compression of largish expression array files in the DAAGbio/inst/doc directory?
...at is in the "spot" format. They do not automatically get unzipped when required. I have checked that read.maimages (in limma) does not, unless I have missed something, have an option for reading zipped files. Is there any way to get around this without substantially complicating the exposition in marray-notes.pdf (also in the inst/doc subdirectory)? John Maindonald email: john.maindonald at anu.edu.au phone : +61 2 (6125)3473 fax : +61 2(6125)5549 Centre for Mathematics & Its Applications, Room 1194, John Dedman Mathematical Sciences Building (Building 27) Austral...
2017 Dec 07
2
Bug: Issues on Windows with SFN disabled
...s the Windows installer default to using a directory with spaces? Related (but moderately more advanced), why does R still install "everything" under one (versioned) directory so that uninformed users on upgrade "miss" all previously installed packages? Why not (with space for exposition here, imagine s/ // everywhere below) $SOMEROOTDIR / R / R-a.b.c/ # before R-a.b.d/ # d > c, here site-library/ # with .libPaths having this preset? I don't really care as I manage to work mostly...
2009 Dec 02
5
[LLVMdev] Selecting Vector Shuffle of Different Types
...// rr [(set VR128:$dst, (v4f32 (vector_shuffle (v8f32 undef), (v8f32 VR256:$src1), VEXTRACTF128_shuffle_mask:$src2)))]>; (This is simplified for the sake of exposition but this gets the idea across). TableGen reports a type contradition: VEXTRACTF128_256mri: (st:isVoid (vector_shuffle:v4f32 (undef:v8f32), VR256:v8f32:$src1, (build_vector)<<P:Predicate_VEXTRACTF128_shuffle_mask>>: $src2), addr:iPTR: $dst)<<P:Predicate_unindexedstore>&gt...
2023 Dec 11
1
Base R wilcox.test gives incorrect answers, has been fixed in DescTools, solution can likely be ported to Base R
...sues/97). The error is driven by the existence of tied values forcing wilcox.test in Base R to switch to an approximate algorithm that returns incorrect results - see <https://aakinshin.net/posts/r-hodges-lehmann-problems/> https://aakinshin.net/posts/r-hodges-lehmann-problems/ for a detailed exposition of the issue. Andri Signorell and Cyril Moser have a new C++ implementation of DescTools::HodgesLehmann using a O(N log(N)) algorithm due to Monahan, but wilcox.test in Base R appears to be still broken. Will someone kindly bring this observation, as well as the existence of a solution, to t...
2020 Jul 21
7
New x86-64 micro-architecture levels
...ersion of "Level D" and takes preference over Level D, > which may have super-optimized libraries from AMD or other vendors. *That* shouldn't be too hard to implement if we can nail down the selection criteria. Let's call this Zen-specific Level C x86-zen-avx2 for the sake of exposition. What's going to be difficult is the choice for a hypothetical Zen successor that's compatible feature-flag-wise with Level D. Basically, there are two choices here: * Level D wins because it's the more powerful ISA. * x86-zen-avx2 wins because it has the Zen architecture opti...
2015 Aug 26
0
Re: On which /dev/pts/x is channel source
..., please edit your Subject line so it is more specific than "Re: Contents of libvirt-users digest..." Today's Topics: 1. Isolated networks && test lab (Spanky Horawitz) 2. Re: On which /dev/pts/x is channel source mapped ? (Pierre Schweitzer) 3. Virtio serial exposition (Jean-Pierre Ribeauville) 4. Re: On which /dev/pts/x is channel source mapped ? (Daniel P. Berrange) ---------------------------------------------------------------------- Message: 1 Date: Tue, 25 Aug 2015 17:17:56 -0700 From: Spanky Horawitz <shorawitz@gmail.com> To: libvirt-u...
2009 Dec 03
0
[LLVMdev] Selecting Vector Shuffle of Different Types
...r >                   [(set VR128:$dst, >                         (v4f32 (vector_shuffle >                                     (v8f32 undef), (v8f32 VR256:$src1), >                                     VEXTRACTF128_shuffle_mask:$src2)))]>; > > (This is simplified for the sake of exposition but this gets the idea across). > > TableGen reports a type contradition: > > VEXTRACTF128_256mri:    (st:isVoid (vector_shuffle:v4f32 (undef:v8f32), > VR256:v8f32:$src1, (build_vector)<<P:Predicate_VEXTRACTF128_shuffle_mask>>: > $src2), addr:iPTR: > $dst)<&lt...
2017 Nov 22
0
libFLAC JNA Issue
...turn function in libFLAC ? Maybe some other developpers will have to use libFLAC with JNA, and continue to update the lib without having to patch it. Thanks for your attention and for your great work with flac development, Best regards, -- Christophe Dumont Bibliothèque nationale de France DSI Exposition Paysages français – Une aventure photographique (1984 - 2017) - du 24 octobre 2017 au 4 février 2018 - BnF - François-Mitterrand Avant d'imprimer, pensez à l'environnement. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/piperm...
2017 Nov 30
1
binary form of is() contradicts its unary form
2017-11-30 15:54 GMT+01:00 Suzen, Mehmet <mehmet.suzen at gmail.com>: > > > On 30 Nov 2017 14:32, "I?aki ?car" <i.ucar86 at gmail.com> wrote: > >>> >>> Am I supposed to read every reference on a man page just to know what >>> to expect from a function? >>> >> >> If the reference is from John Chamber, you are supposed
1999 Apr 19
1
Algorithm used by glm, family=binomial?
Does anyone know what algorithm R uses in glm, family=binomial (i.e. a logit model)? I assume that it's in the source somewhere, but I wasn't able to find it. I'd like to know what file it's in (in a unix distribution of R). Thanks for your help. --------------------------- Barnet Wagman wagman at enteract.com 1361 N. Hoyne, 2nd floor Chicago, IL 60622 773-645-8369
2003 Jul 28
1
linear model coefficients
Hi, I wonder if there is a possibility to avoid that R sets one level of a factor equal zero in a model fit. More precisely, I want to fit a two-way unbalanced linear model: o ~ 0 + x + y x is a factor with 10 levels, y is a factor with 9 levels. In order to get a unique solution i set the intercept =0 and impose that sum(y)=0 i.e. res <- lm(o ~ 0 + x + y,
2003 Oct 27
0
Whitehead's group sequential procedures
Dear List, I would like to know if there exist some R implementation of John Whitehead's procedures for the planning and analysis of group sequential clinical trials. His book is enlightenig but somewhat frustrating : it has a good basic exposition of his framework, but the technical details are sparse, and leave much work to do when one plans to reuimplement part of the procedures. For example, one has to work out the computation of test regions in non-trivial cases, the P-value and confidence interval building, etc ... Given my abil...
2007 Jun 06
1
Metropolis-Hastings Markov Chain Monte Carlo in Spatstat
I'm testing some different formulations of pairwise interaction point processes in Spatstat (version 1.11-6) using R 2.5.0 on a Windows platform and I wish to simulate them using the Metropolis-Hastings algorithm implemented with Spatstat. Spatstat utilizes Fortran77 code with the preprocessor RatFor to do the Metropolis-Hastings MCMC, but the Makefile is more complicated than any I have
2007 Jun 27
1
lme correlation structures
Hi all, I've been using SAS proc mixed to fit linear mixed models and would like to be able to fit the same models in R. Two things in particular: 1) I have longitudinal data and wish to allow for different repeated measures covariance parameter estimates for different groups (men and women), each covariance matrix having the same structure. In proc mixed this would be done by specifying