search for: dependendent

Displaying 20 results from an estimated 80 matches for "dependendent".

2003 Sep 18
1
2 time dependend states and probability transition matrix
Hi, have got anybody experience or a starting point for me, how i can program a function which calculate me a probability transition matrix with a data.frame and two states. I have some independend variable and a class variable for two states - in example one from Jan2003 and the same variables from June2003. Now i would like to calculate the probability that PERSON X change from classA to
2012 Oct 24
0
[LLVMdev] Clang fails to compile template with dependendent Non type template parameter.
Understood the fix. Thanks Richard. ------- Original Message ------- Sender : Richard Smith<richard at metafoo.co.uk> Date : Oct 24, 2012 05:01 (GMT+09:00) Title : Re: [LLVMdev] Clang fails to compile template with dependendent Non type template parameter. Questions about Clang should be directed to cfe-dev at cs.uiuc.edu, not to llvmdev at . This issue is fixed in r166496. On Tue, Oct 23, 2012 at 1:33 AM, KARTHIKVENKATESH BHAT wrote: > Hi All, > I'm trying to compile the following code on clang- > > te...
2004 Apr 14
1
source dependend path in rsyncd?
Hi, can I make one rsync url available to several machines, but on the rsync server, direct that url to different directories? for example allow all hosts to access /foo but direct host a to /some/path/foo-a/, host b to /other/path/to/foo-b/ and so on? Thanks. Andreas
2008 Jul 28
1
Is there a way to avoid loading dependendent packages?
Hello R help list I have been using the smoothScatter function within the "geneplotter" package to make some graphs using a Sweave Rnw script called via Rscript in a DOS/Windows batch file. The Rscript will ultimately be called by a web service with time-out constraints, hence things need to run as swiftly as possible. The geneplotter package is currently loaded each time R is invoked
2012 Oct 23
1
[LLVMdev] Clang fails to compile template with dependendent Non type template parameter.
Hi All, I'm trying to compile the following code on clang- template <int dim> class X {}; template <class T> struct Y { static const unsigned int dim = 1 ; template <class U> X<Y<T>::dim> f(); }; template <class T> template <class U> X<Y<T>::dim> Y<T>::f() { return X<dim>(); } int main() { Y<int>().f<int>();
2010 May 27
2
help calculating variable based on factor level of another
Dear colleagues, I want to calculate the value of x2 based on the value of x1. x1 is a factor with three separate levels. I want to make sure that missing values remain as NA in X2, but non-missing values take on a value of either 0 or 1 dependending on the value in x1. This is the code I'm working with...Can any one help? I've seen some other requests on a topic like this, but not
2016 Apr 10
2
UDP de-fragmentation problem
On 09.04.2016 21:40, Marcelo Ricardo Leitner wrote: > Hi, > > Em 07-04-2016 12:19, Volker escreveu: >> Hi all. >> >> I have a strange problem at hand regarding UDP fragmentation on Centos7: >> Applications are unable to receive UDP packets which have undergone >> fragmentation UNLESS the netfilter modules are loaded. >> >> The problem arose on a
2018 Nov 26
1
issue with testInstalledPackage
Background: I run tools::testInstalledPackage on all packages that dependend on survival (605 as of today) before sending a new release to CRAN. It has a few false positives which I then follow up on.? (Mostly packages with as-yet-incomplete tests in their inst directory). ?Issue: testInstalledPackage("mets")? generates an? "Error in checkVignettes(pkg, lib.loc, latex = FALSE,
2023 Jun 12
1
site certificate
LS, I am sure you have already noticed but I want to report it anyway; When compiling a dependend on "https://libvirt.org/maven2/net/juniper/tungsten/juniper-tungsten-api/2.0/juniper-tungsten-api-2.0.pom", I get a certificate error. I get the a similar error when accessing https://libvirt.org btw hope you can do something with this information, -- Daan
2003 Nov 18
1
package compilation
Hi, I recently wrote a new R package, which I could 'R CMD check' and 'R CMD build' nicely on my Intel Linux PC. Loading the new library as a normal user on my PC also works nicely. This packages includes some compiled C-code in a shared library. However, before submitting the package to CRAN I wanted to install it also under an other platform in order to check if everything
2006 Jan 10
1
problem with printer drivers
Hallo, I'm running a Samba 2.2.5 server on a SuSE 8.1 box. I setup a [print$] share at server pslag, following the documentation. I have a [printer$] share too. Without it, Samba wouldn't export my cups printers for browsing. My config file is like that: [global] : printing = cups printcap name = CUPS printer admin = root load printers = Yes : [printers]
2013 Mar 25
1
downgrading to R 2.15.1-4 from sid beta 3.0.0
Hi, I'm using sid, and this morning I carelessly upgraded R core packages, which are currently at the beta 3.0.0 version. I hadn't read that packages need to be re-built to be used with this beta version. I'd happily do that locally (via 'install.packages') for those that haven't yet been re-built in Debian, but some just don't allow that, notably nlme which has a
2020 Jul 19
3
Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
On Sun, Jul 19, 2020 at 5:04 PM Zhenyu Zheng <zhengzhenyulixi@gmail.com> wrote: > > Hi oVirt, > > We are currently trying to make oVirt work on ARM64 platform, since I'm quite new to oVirt community, I'm wondering what is the current status about ARM64 support in the oVirt upstream, as I saw the oVirt Wikipedia page mentioned there is an ongoing efforts to support ARM
2006 Jun 18
1
Bayesian Networks with deal
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20060618/a60e3fff/attachment.pl
2020 Apr 08
2
[RFC PATCH 00/26] Runtime paravirt patching
...via text_poke_bp(), but I'm using this to address two issues: > 1) emulation in text_poke() can only easily handle a small set > of instructions and this is problematic for inlined pv-ops (and see > a possible alternatives use-case below.) > 2) paravirt patching might have inter-dependendent ops (ex. > lock.queued_lock_slowpath, lock.queued_lock_unlock are paired and > need to be updated atomically.) And then you hope that the spinlock state transfers.. That is that both implementations agree what an unlocked spinlock looks like. Suppose the native one was a ticket spinlock,...
2020 Apr 08
2
[RFC PATCH 00/26] Runtime paravirt patching
...via text_poke_bp(), but I'm using this to address two issues: > 1) emulation in text_poke() can only easily handle a small set > of instructions and this is problematic for inlined pv-ops (and see > a possible alternatives use-case below.) > 2) paravirt patching might have inter-dependendent ops (ex. > lock.queued_lock_slowpath, lock.queued_lock_unlock are paired and > need to be updated atomically.) And then you hope that the spinlock state transfers.. That is that both implementations agree what an unlocked spinlock looks like. Suppose the native one was a ticket spinlock,...
2005 Apr 29
1
encoding a ntlm-hash from cleartext passwords with java
Hi, i am writing a tiny application which generates new accounts from an existent department's database. This is a school and i have to create several hundred accounts per year, so i think it's worth the effort. As i write this app in Java (I just happen to be best in Java not C or Perl), i would like to do as much as possible in Java without invoking external scripts. Alas i do not
2003 Oct 14
3
NA %*% 0 == 0 (PR#4582)
Full_Name: J . R. M. Hosking Version: 1.8.0 OS: Windows 2000 Submission from: (NULL) (129.34.20.23) On R 1.8.0 (and on R 1.5.1), Windows binary: > NA %*% 0 [,1] [1,] 0 This is surprising. Is it a bug? Note that > 0 %*% NA [,1] [1,] NA > NA %*% 1 [,1] [1,] NA > NA * 0 [1] NA as expected.
2024 Jan 07
1
Secure Connection Failed
V?Sun, Jan 07, 2024 at 04:41:17PM +0000,?John napsal(a): > I have installed Icecast and have it working. I'm now trying to make it work > with https. I've configured it as per instructions - at least, I believe > I have - and when it try to connect to it, I get an error page that says: > > > Secure Connection Failed > > An error occurred during a connection to
2004 Feb 08
2
substitute, eval, quote and functions
Hi, i am working with large data frames with many dependend variables. I want to write some functions that will allow me to quickly select variables from the frame and plot them in various colors depending on factor columns, possibly selecting rows according to factor conditions. In order to do this in a nice function, i need to understand how to work with a column name in the body of a