search for: rse

Displaying 20 results from an estimated 67 matches for "rse".

Did you mean: re
2012 May 10
1
Finding residual standard error using bootstrap
Hello, I am trying to write a code to estimate the  residual standard error and create a confidence interval using bootstrap, since it does not follow a normal distribution. So far I have found a linear model for the data (m1<-lm(y~x+I(x^2))), but I am not sure how to create the bootstrap code to estimate its residuals. Thank you for any input, Kelsey [[alternative HTML version deleted]]
2009 Sep 09
1
Guitar Pro 5 RSE?
I installed Guitar Pro 5 via Wine, and I am able to get the program to playback in MIDI, but I when I enable the RSE (Realistic Sound Engine) and press play I no longer receive any sound from the program. The program then freezes shortly after that. I installed TiMidity++ MIDI sequencer via sudo command, as I heard many people say that Guitar Pro will not run correctly without it. I played with the Wine configur...
2010 Mar 06
1
Robust SE for lrm object
I'm trying to obtain the robust standard errors for a multinomial ordered logit model: mod6 <- lrm(wdlshea ~ initdesch + concap + capasst + qualrat + terrain,data=full2) The model is fine but when I try to get the RSE I get an error. coeftest(mod6, vcov = vcovHAC(mod6)) Error in match.arg(type) : 'arg' should be one of “ordinary”, “score”, “score.binary”, “pearson”, “deviance”, “pseudo.dep”, “partial”, ........etc. I'm a novice R user and am not sure how to address this problem. I have also t...
2007 Mar 23
3
[LLVMdev] June 2007 LLVM Developer's Meeting
I'll almost certainly come along, possibly with one or two other NASA people. I could give a talk on our work using LLVM to support model checking, symbolic execution and static analysis if anyone is interested. Sarah Thompson RSE/6G, NASA Ames >
2007 Jul 25
2
[LLVMdev] Writing a pass for the opt tool: likely documentation bug
...p://llvm.org/docs/WritingAnLLVMPass.html) doesn't work. The first error is that the section starting 'As a while, the cpp file looks like:' omits the declaration for char Hello::ID = 0 that is given separately above. If you add this, opt still fails with the message: opt: /usr/local/rse/llvm/src/lib/VMCore/Pass.cpp:158: void <unnamed>::PassRegistrar::RegisterPass(llvm::PassInfo&): Assertion `Inserted && "Pass registered multiple times!"' failed. which appears to be triggered by the RegisterPass<Hello> X... line in the source (the error disapp...
2000 Jul 16
0
Announce: portable OpenSSH 2.1.1p4
I have just uploaded portable OpenSSH 2.1.1p4, it should be making its way to the mirrors listed at http://www.openssh.com/portable.html soon. This release contains several bugfixes from the OpenBSD team, primarily the config file parsing problem reported by Ralf Engelschall <rse at engelschall.com> Regards, Damien Miller --------------- Changelog: 20000716 - Release 2.1.1p4 20000715 - (djm) OpenBSD CVS updates - provos at cvs.openbsd.org 2000/07/13 16:53:22 [aux.c readconf.c servconf.c ssh.h] allow multiple whitespace but only one '=' between...
2000 Jul 13
2
[PATCH] OpenSSH 2.1.1pl3 (portable), readconf.c and strsep(3)
The latest changes (replacing strtok with strsep) in OpenSSH's readconf.c broke many ~/.ssh/config files. Actually those which uses more than one whitespace character to separate keyword and value. For instance my ~/.ssh/config file reads: | BatchMode no | Compression yes | CompressionLevel 3 | FallBackToRsh...
2000 Jul 16
0
Announce: portable OpenSSH 2.1.1p4
I have just uploaded portable OpenSSH 2.1.1p4, it should be making its way to the mirrors listed at http://www.openssh.com/portable.html soon. This release contains several bugfixes from the OpenBSD team, primarily the config file parsing problem reported by Ralf Engelschall <rse at engelschall.com> Regards, Damien Miller --------------- Changelog: 20000716 - Release 2.1.1p4 20000715 - (djm) OpenBSD CVS updates - provos at cvs.openbsd.org 2000/07/13 16:53:22 [aux.c readconf.c servconf.c ssh.h] allow multiple whitespace but only one '=' between...
2011 Oct 17
3
Problem with Sound sync
...assed. This makes writing song very ennoying. I use the ALSA driver in the Wine settings, all others are not working. I use Ubuntu 11.04 (natty narwal) on 64bit (this is why i choose the windows-version of Guitar Pro, the Linux-Version cannot handle 64bit yet...argh) i use the Real Sound Engine (RSE) in GuitarPro because the Midi Output dont works. (It works well with Timidity) Maybe someone can help me getting MIDI running in Wine, so maybe the problem with the synchro of sound and graphic can be prevent with MIDI? Or are there some general tricks to fix sync problems? What can be the reaso...
2007 Mar 23
0
[LLVMdev] June 2007 LLVM Developer's Meeting
...s than "Sarah+2". Thanks. > I could give a talk on our work using LLVM to support model > checking, symbolic execution and static analysis if anyone is interested. Very cool! I think there would be lots of interest. You're on! Thanks, Reid. > > Sarah Thompson > RSE/6G, NASA Ames > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 Jul 25
0
[LLVMdev] Writing a pass for the opt tool: likely documentation bug
...tingAnLLVMPass.html) doesn't work. The first > error is that the section starting 'As a while, the cpp file looks > like:' omits the declaration for char Hello::ID = 0 that is given > separately above. If you add this, opt still fails with the message: > > opt: /usr/local/rse/llvm/src/lib/VMCore/Pass.cpp:158: void > <unnamed>::PassRegistrar::RegisterPass(llvm::PassInfo&): Assertion > `Inserted && "Pass registered multiple times!"' failed. > > which appears to be triggered by the RegisterPass<Hello> X... line > i...
2007 Jul 17
2
[LLVMdev] GenericValue changes from 1.8 to 2.0
...e it's probably not intended to work in the same way as the old GenericValue class. Before I weigh in and start ripping my code to pieces, I thought it might be a good idea to post here first. Any light that can be shed on this would be gratefully appreciated. Best regards, Sarah Thompson, RSE Group, NASA Ames Research Center
2005 Jan 13
4
[Bug 2240] Add last-match/short-circuit processing of include/exclude
https://bugzilla.samba.org/show_bug.cgi?id=2240 ------- Additional Comments From rse@engelschall.com 2005-01-13 07:48 ------- Created an attachment (id=887) --> (https://bugzilla.samba.org/attachment.cgi?id=887&action=view) rsync.patch.lastmatch -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: -------...
2006 Dec 28
5
users via winbind and using @group in smb.conf
...group. I tried | valid users = @group as well as | valid users = @DOMAIN\group but both ways all I get is NT_STATUS_ACCESS_DENIED. How do I have to write this in order to get access for remote group members in a locally defined group? Ciao, Stefan -- http://kontaktinser.at/ Die Kontaktboerse fuer Oesterreich - kostenlos und unkommerziell
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...r11 = J_NATS, r32 + ;; + ld8 r15 = [r10], J_BSP-J_PFS // get pfs + ld8 r2 = [r11], J_LC-J_NATS // get unat for spilled regs + ;; + mov ar.unat = r2 + ;; + ld8 r16 = [r10], J_PREDS-J_BSP // get backing store pointer + mov ar.rsc = r0 // put RSE in enforced lazy + mov ar.pfs = r15 + ;; + + // + // while returning from longjmp the BSPSTORE and BSP needs to be + // same and discard all the registers allocated after we did + // setjmp. Also, we need to generate the RNAT register since we + // did not flushed the RSE o...
2024 Mar 13
1
R Dev Day @ Imperial, London, Fri Apr 26
...wever it is a chance for interested folk to get together to learn more, or to work collaboratively on potential contributions to base R. This R Dev Day is a satellite to London satRday, Saturday 27 April: https://satrday-london-2024.jumpingrivers.com/. Thanks to Jumping Rivers and Imperial Central RSE Team, coffee and lunch breaks are catered for participants. There is no selective application for this event. Registration is free and open until Sunday 14 April or until places are filled. Best wishes, Heather [[alternative HTML version deleted]]
2005 Jan 13
0
[Bug 2240] New: Add last-match/short-circuit processing of include/exclude
...URL: http://cvs.openpkg.org/getfile/openpkg- src/rsync/rsync.patch.lastmatch OS/Version: FreeBSD Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rse@engelschall.com QAContact: rsync-qa@samba.org I've added a --last-match command line option to RSYNC 2.6.3 which switches the include/exclude pattern processing from "first-match" (the default) to "last-match" semantics plus the possibility to specify short-circui...
2007 Mar 23
0
[LLVMdev] June 2007 LLVM Developer's Meeting
On Thu, 22 Mar 2007, Reid Spencer wrote: > MEALS > Breakfast - get your own :) > Lunch - Apple is planning to cater lunch. If not we'll order from > Quiznos or something. I have confirmed that Apple will cater lunch. > Session 3: Using LLVM - This session will cover some of the novel ways > in which LLVM is currently being used. If you use LLVM in an interesting > way,
2007 Mar 23
2
[LLVMdev] June 2007 LLVM Developer's Meeting
...give a talk on our work using LLVM to support model > > checking, symbolic execution and static analysis if anyone is interested. > > Very cool! I think there would be lots of interest. You're on! > > Thanks, > > Reid. > > > > > Sarah Thompson > > RSE/6G, NASA Ames > > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > ____________________________...
2007 Jul 25
1
[LLVMdev] Writing a pass for the opt tool: likely documentation bug
...n't work. The first > > error is that the section starting 'As a while, the cpp file looks > > like:' omits the declaration for char Hello::ID = 0 that is given > > separately above. If you add this, opt still fails with the message: > > > > opt: /usr/local/rse/llvm/src/lib/VMCore/Pass.cpp:158: void > > <unnamed>::PassRegistrar::RegisterPass(llvm::PassInfo&): Assertion > > `Inserted && "Pass registered multiple times!"' failed. > > > > which appears to be triggered by the RegisterPass<Hello&gt...