search for: dietrich

Displaying 20 results from an estimated 146 matches for "dietrich".

2015 Feb 17
3
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 12:47 PM, Marc Dietrich <marvin24 at gmx.de> wrote: > Am Dienstag, 17. Februar 2015, 12:42:00 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich <marvin24 at gmx.de> wrote: >> > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> >> On Tue, Feb 17,...
2010 May 12
6
Path to R script
...ile hierarchies are very different. Therefore, it would be useful to be able to address data files and external procedures relative to the path of the script. Thank you for any suggestion, J. W. D. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Dr. Johannes W. Dietrich, M.D. -- Laboratory XU 44, Endocrine Research -- Medical Hospital I, Bergmannsheil University Hospitals -- Ruhr University of Bochum -- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany -- Phone: +49:234:302-6400, Fax: +49:234:302-6403 -- eMail: "j.w.dietrich at medical-cybernetics.de&q...
2015 Feb 17
2
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich <marvin24 at gmx.de> wrote: > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: >> > Avoid redefined symbol errors in clang. Based on a suggestion from >> > Rafael Ávila...
2006 Nov 17
1
Files in EViews format
Dear HelpeRs, I wonder if anyone knows of ways to read EViews file types. I did not find a function in the package 'foreign' and a search query submitted to http://search.r-project.org was not successful. Any hint is very much welcome. Dietrich Trenkler -- Dietrich Trenkler c/o Universitaet Osnabrueck Rolandstr. 8; D-49069 Osnabrueck, Germany email: Dietrich.Trenkler at Uni-Osnabrueck.de
2004 Aug 06
3
Bug in qnorm or pnorm?
...;-8.27;x-qnorm(pnorm(x)) [1] 0.06046385 > x<-8.28;x-qnorm(pnorm(x)) [1] 0.07046385 > x<-8.29;x-qnorm(pnorm(x)) [1] 0.08046385 > x<-8.30;x-qnorm(pnorm(x)) [1] -Inf Given that pnorm(8.30) delivers 1 shouldn't we get Inf for x<-8.30;x-qnorm(pnorm(x)) ? Thanks in advance. Dietrich Trenkler -- Dietrich Trenkler Universit??t Osnabr??ck FB Wirtschaftswissenschaften Rolandstr.8 D-49069 Osnabr??ck dtrenkler at nts6.oec.uni-osnabrueck.de
2007 Nov 07
3
Using R for large econometric models
...f difficulties will he have to face? Are there special tricks (packages) he might try? 3. Can you recommend to use R? Sorry, if my question is a bit vague but at this point I'm not able to give any further details. Any help is very much appreciated. D. Trenkler -- Dietrich Trenkler c/o Universitaet Osnabrueck Rolandstr. 8; D-49069 Osnabrueck, Germany email: Dietrich.Trenkler at Uni-Osnabrueck.de
2007 Sep 21
1
Error using nls()
...1.0000 1.0000 51.0907 Error in qr.solve(QR.B, cc) : singular matrix 'a' in solve However, using: > jjf <- function(x){z <- log(q1)-x[1]+(x[2]/x[3])*(d1^x[3]-1);sum(z*z)} > optim(c(0,1,1),jjf) rendered (some of) the results desired in a jiffy. What am I doing wrong? Dietrich -- Dietrich Trenkler c/o Universitaet Osnabrueck Rolandstr. 8; D-49069 Osnabrueck, Germany email: Dietrich.Trenkler at Uni-Osnabrueck.de
2015 Feb 17
2
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 12:38 PM, Marc Dietrich <marvin24 at gmx.de> wrote: > Am Dienstag, 17. Februar 2015, 11:58:06 schrieb Sedat Dilek: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: >> > Avoid redefined symbol errors in clang. Based on a suggestion from >> > Rafael Ávila...
2008 Apr 28
6
Strange behaviour of winbind on solaris 8
Dear All, I came across a really strange behaviour when using winbind on solaris 8. Normally "nscd" should be turned off because it's causing problems in the username resolution etc. When I turn it off I can login e.g. using ssh as an AD users but when i start a command like "ls" it gets put in the background immediately? When "nscd" is turn on and login again I
2007 Jun 29
2
\include-mechanism in Sweave?
...with Sweave code. Working on file2.rnw I whould like to exclude file1.rnw and file3.rnw temporarily and joining all of them later. This amounts to a mechanism similar to using LaTeX's \include command. *Is* there a way to achieve that? Thank you in advance. D. Trenkler -- Dietrich Trenkler c/o Universitaet Osnabrueck Rolandstr. 8; D-49069 Osnabrueck, Germany email: Dietrich.Trenkler at Uni-Osnabrueck.de
2015 Feb 17
3
[LLVMdev] [PATCH 2/2 v3] add visibility hidden to tls entry points
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: > Avoid redefined symbol errors in clang. Based on a suggestion from > Rafael Ávila de Espíndola <rafael.espindola at gmail.com> in > http://llvm.org/bugs/show_bug.cgi?id=19778. > > Signed-off-by: Marc Dietrich <marvin24 at gmx.de> > -...
2016 Mar 30
2
[PATCH/DRAFT] Embed metadata into object file
...VM passes from the plugin interface to the clang/CodeGen backend, but I could not figure out how to do this without breaking all the used abstraction. I post this to llvm-dev, as well as, to cfe-dev, since both changes, although idependend of each other, relate to one another. chris -- Christian Dietrich, M.Sc. (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen Tel:    (09131) 85-27280 Fax:    (09131) 85-28732 eMail:  christian.dietrich at fau.de WWW:    http://www4.cs.fa...
2011 Nov 14
1
Power analysis and sample size calculation for nonlinear regression
...r nonlinear regression? The task is easy for linear regression with the "pwr" package, but I can't find a method for nonlinear regression (estimated with the "nls" package). -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Dr. Johannes W. Dietrich, M.D. -- Laboratory XU44, Endocrine Research -- Medical Hospital I, Bergmannsheil University Hospitals -- Ruhr University of Bochum -- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany -- Phone: +49:234:302-6400, Fax: +49:234:302-6403 -- eMail: "j.w.dietrich@medical-cybernetics.de"...
2016 Apr 01
2
[cfe-dev] [PATCH/DRAFT] Embed metadata into object file
> On Apr 1, 2016, at 5:20 AM, Christian Dietrich via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Adrian Prantl <aprantl at apple.com> writes: > >> Depending on your needs, just using a global with the “section” >> attribute might also work for you: >> http://llvm.org/docs/LangRef.html#global-variables...
2004 Jul 15
1
GHK simulator
...cursive simulator to estimate multivariate normal probabilities. See for instance page 194 of @BOOK{Greene97, author = {William H. Greene}, year = 1997, title = {Econometric Analysis}, edition = {3rd}, publisher = {Prentice-Hall}, address = {New Jersey 07458} } Thank you. Dietrich Trenkler -- Dietrich Trenkler Universit??t Osnabr??ck FB Wirtschaftswissenschaften Rolandstr.8 D-49069 Osnabr??ck dtrenkler at nts6.oec.uni-osnabrueck.de
2007 Jun 19
2
How to compute Wilk's Lambda
...3, 2, 3)) 1 0.162 12.930 2 5 0.01057 * Residuals 6 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1/ I suppose the argument rep(1:3, c(3, 2, 3)) in manova() is not appropriate. Any help is very much appreciated. Dietrich -- Dietrich Trenkler c/o Universitaet Osnabrueck Rolandstr. 8; D-49069 Osnabrueck, Germany email: Dietrich.Trenkler at Uni-Osnabrueck.de
2003 Oct 08
1
Samba 3.0.0: option admin user not working in smb.conf?
...amba/private/username.map [homes] comment = Homedirectory read only = No [development] comment = Development path = /development read only = No admin users = ingres --------------------------------------------------------------- -- Best Regards, Dietrich Streifert mailto:dietrich.streifert@visionet.de
2009 Aug 17
2
passenger - bignum too big to convert into `long'
...my user list, I can find only one negative UID - ''unprivileged user''. I might be able to switch this to a different UID, but would that not open a security hole? Also - why is this user even used? Has anybody else seen this before, and how did you fix it? Greatful for any help. Dietrich -- Posted via http://www.ruby-forum.com/.
2009 Jan 15
3
incorrect dovecot-uidlist?
Hi, I have some problems with my own mail-client. To fix the problem I want to know if my dovecot-uidlist is correct. Here it is: cat dovecot-uidlist 3 V1207893082 N522 519 :1231251810.M890065P5870.SERVER,W=2188,S=2124:2,DS 520 :1231750443.M221593P17335.SERVER,W=2260,S=2211:2,S 522 :1231773105.M510336P24592.SERVER,W=2278,S=2229:2,S 523 :1231773105.M510337P24592.SERVER,W=2280,S=2231:2,S 524
2006 Mar 13
2
dotchart: Gap between text and chart
...htenuebermittlung", "Freizeit, Unterhaltung und Kultur", "Bildungswesen", "Beherbergungs und Gaststaettendienstleistungen", "Andere Waren und Dienstleistungen")) dotchart(sort(a)) dotchart(sort(a),cex=0.7) -- Dietrich Trenkler c/o Universitaet Osnabrueck Rolandstr. 8; D-49069 Osnabrueck, Germany email: Dietrich.Trenkler at Uni-Osnabrueck.de