search for: unrelated

Displaying 20 results from an estimated 3402 matches for "unrelated".

2009 Jan 15
1
Seemingly Unrelated Negative Binomial (SUNB) estimation
Dear all, I am trying to estimate a system of equations with a Seemingly Unrelated Regression. However because of the characteristics of the data I'd like to do it with a negative binomial estimation. Would anybody know how to implement a Seemingly Unrelated Negative Binomial (SUNB) estimation in R? Thank you in advance for your help. Best regards, Elisa Lanzi -- Elisa Lan...
2009 Apr 09
1
seemingly unrelated regression
Hello, I am working on the model of seemingly unrelated regression. I came across with the error message: Log determinant of residual covariance: NA Warning messages: NAs generated in: log(x) I have three linear models which contain 21 explanatory variables and there are about 300 data points. Could anyone please give some idea what is wrong with...
2005 Aug 20
1
feature-wish: "--ignore-unrelated-errors" option
Hi. I looked high and low for the following feature of rsync but it does not seem to be available, even though it would be really useful: --ignore-unrelated-errors. The semantics should be the following: when an I/O error is encountered while reading a directory foo/ (as far as I understand, rsync only takes into account errors on directories, not on individual files), no deletion should be performed below that point (in any subdirectories of foo/ or,...
2009 Mar 12
0
Seemingly unrelated model with spatial processes
Hello everyone, Do we have package in R which will estimates the parameter in Seemingly Unrelated Spatial Regression Model? Any help would be appreciated. Thanks Arun -- View this message in context: http://www.nabble.com/Seemingly-unrelated-model-with-spatial-processes-tp22478913p22478913.html Sent from the R help mailing list archive at Nabble.com.
2002 Mar 11
1
Alpha 16 tarball missing files (and an unrelated question)
The configure script crashes when "checking for test routines" It looks like the test subdirectory is missing from the tarball. Unrelated question: What is the current status of managing account expirations in the alpha release? Thanks! Bob __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/
2012 Sep 13
0
Strange Windows 7 > Samba problem with unrelated CIFS mount by Samba server down
Hi, This problem is solved in our instance, but want to report it here because I'm curious about the root cause, and also for others who may see it. We have a Samba server (3.4.7) which is mounted by various Windows workstations. It also, unrelated to that, has CIFS mounts of a half-dozen other Windows servers. Today we turned off one of those half-dozen, without removing the autofs mount of it on the Samba server. At that point we discovered that user workstations using Windows 7 (but not Windows XP or Linux) were having serious trouble copy...
2009 Jul 07
4
Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
Package: xen-utils-3.4 Version: 3.4.0-1 Severity: critical Justification: breaks unrelated software After installing xen-utils-3.4 besides my existing xen-3.2 system, I could not start xend-3.2 anymore. The message I was getting is this: "Failed to initialize dom0 state." As far as I know, xen 3.2 and 3.4 are supposed to be able to live peacefully on the same system. (T...
2011 Jul 29
1
[LLVMdev] git
...tch sets into logical > groups. I tend to poorly anticipate how a feature/fix should be > presented to upstream before I've actually implemented it. git > decouples those two activities. This is actually one of the major points why I'm in the process of moving my own (LLVM-unrelated) development process from svn to git. Currently, I tend to break out small incremental changes to they're easier to review, but this works only up to a certain point. What happens is that I find I need some "enabler" change. Adding a data structure to carry enough context to the plac...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...z.cpp(74) : error C2440: 'return' : cannot convert from 'wchar_t *' to 'T_CHAR *' 14> Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.' 15> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(98) : error C2664: 'wcsdup' : cannot convert parameter 1 from 'const T_CHAR *' to 'const wchar_t *'...
2002 Jul 31
0
Nonlinear Seemingly Unrelated Regression
Hello to everyone, I found some problems using R in the estimation of systems of nonlinear equations like SURE (Seemingly Unrelated Regression Equations) with mutual parameters as the following system example: EQ1 PQ1=P1*G1+B1*(Y-P1*G1-P2*G2-P3*G3) EQ2 PQ2=P2*G2+B2*(Y-P1*G1-P2*G2-P3*G3) where G1,G2,G3,B1,B2 are the coefficients to estimate. command "nls" accept only single equation nonlinear model formula and p...
2010 Feb 18
1
[LLVMdev] Question on selection DAG
...consumeArg(r2) -> FOO -> arg(r1) -> arg(r2) Note that the arrows are all "Chain"s. I need to have consumeArg(r1) because, I don't want the producer of r1 to be scheduled between FOO and arg(r1). Similarly I need to have consumeArg(r2). However, I am not able to prevent some unrelated operation from getting scheduled between FOO and arg(r1). If BAR1 and BAR2 are unrelated operations, the following is a legal schedule : consumeArg(r1) consumeArg(r2) FOO BAR1 arg(r1) BAR2 arg(r2) This leads to illegal assembly program because the assembler expects FOO r1, r2 to appear together....
2010 Sep 03
1
How to use lm() output for systemfit() 'Seemingly unrelated regression'
...t; fo2 <- r98[,1] ~ f98[,1] + f98[,2] + ... + f98[,43] instead of using lm() Could someone give me a hand? I am quite new to R, so possibly the solutions is simple:) Thanks Zbynek Janoska -- View this message in context: http://r.789695.n4.nabble.com/How-to-use-lm-output-for-systemfit-Seemingly-unrelated-regression-tp2525418p2525418.html Sent from the R help mailing list archive at Nabble.com.
2020 Aug 12
2
How to deal with multiple patches to the same file
I have a patch being reviewed in Phabricator. A couple of suggestions were made, so I would like to submit a revised patch. I think this patch will take awhile to be accepted, or perhaps never will be. Meanwhile, I would like to fix an unrelated bug in one of the same C++ files. Here is my plan. Could you tell me if this makes sense? I will make a branch off master for the bug fix, make the fix, and submit a patch to Phabricator. I will mark that patch as needing to come before the one already submitted. I will make the fixes to the orig...
2020 Jul 07
2
[RFC] Compiled regression tests.
...9;t quite understand what you mean. Can you give an example? My use-case is for metadata, where I wanted to do this: CHECK: %r1 = add %r2, %r3 CHECK-SAME: !some-metadata CHECK-SAME: !some-other-metadata where some-metadata and some-other-metadata might be reordered within the line (because some unrelated metadata got added to the instruction). In other words, all of these should match: %r1 = add %r2, %r3, !some-metadata !1, !some-other-metadata !2 %r1 = add %r2, %r3, !some-other-metadata !1, !some-metadata !2 %r1 = add %r2, %r3, !some-other-metadata !1, !some-unrelated-metadata !3, !some-metadata...
2009 Jun 04
0
[adejong@debian.org: Bug#531639: rsync can end up deleting unrelated files when a directory is replaced by a symlink]
...possible to extract the diff that fixes this so that the 3.0.3 version in debian stable might be fixed for this? Getting 3.0.5 into the stable archive won't happen... Thanks, Paul (Please Cc: 531639-forwarded@bugs.debian.org on followups) ----- Subject: Bug#531639: rsync can end up deleting unrelated files when a directory is replaced by a symlink From: Arthur de Jong <adejong@debian.org> Date: Wed, 03 Jun 2009 00:10:04 +0200 Subject: rsync can end up deleting unrelated files when a directory is replaced by a symlink Package: rsync Version: 3.0.3-2 Severity: important I ran into this wh...
2011 Aug 17
5
Web Site centos.org is down
Can not http, ping or traceroute centos.org, www.centos.org or 72.232.194.162 (the IP address for both) Tried from two places in England on different unrelated networks. -- With best regards, Paul. England, EU.
2018 Mar 10
3
Extra intermediate certificate when using ssl_alt_cert
...e> <blockquote type="cite"> <div> Removing the intermediate from the ssl_alt_cert file solves the problem (but then doesn’t allow an ECDSA intermediate to be specified). </div> </blockquote> <div> I believe that supplying multiple unrelated intermediate certificates is </div> <div> an incorrect behaviour, though I don't know if this is a problem that </div> <div> can be solved in Dovecot or has to be addressed in openssl itself. </div> <div> <br> </div&g...
2015 Jun 12
1
C5 : Firefox 38 bug
...tements without knowing the intrinsics??? >> How in tarnation do you explain this: >> http://www.google.com/safebrowsing/diagnostic?site=googleusercontent.com > > That site doesn't say anything about Java or Javascript. Or cookies > for that matter. You're connecting unrelated things. > > There are flaws in software. It's probably safe to say "all software" > since we can't really prove otherwise. Browsers are software. > Software flaws in browsers may be used to cause the download and > execution of malware. That is not, however,...
2018 Apr 12
0
two unrelated issues, lastlogin, and an out of memory fatal error
Hello Aki and everyone, "Increase memory, your cache takes more memory than you have anticipated." What setting do I need to update in dovecot? I hope your not talking about the vps it has 4GB of ram. Thanks. Dave. On 4/12/18, Reio Remma <reio at mrstuudio.ee> wrote: > Hey, > > maybe it's like Aki said, you need more memory. :) Other than that I > can't
2023 Jan 27
1
Windows 10/11/2019 and Samba-AD 4.x Kerberos login issue (unrelated to Bug 15197)
Hello guys, there is another Kerberos issue preventing Windows machines from authenticating properly to Samba DC. There is an unfortunate time collision with BUG 15197, because the symptoms are the same. Ironically is has been described at microsoft for a year now: https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/linux-accounts-cannot-get-aes-tickets ? It happens for both