search for: dependend

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

Did you mean: dependent
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 classB between this time-period dependend from the independend variables. Until now i think about...
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- > >...
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 using factors with strings as levels; only with numeric variables. Simon x1<-factor(levels="social and cultural specialists", "labou...
2016 Apr 10
2
UDP de-fragmentation problem
...ine: >> webbrowsing, ssh, nfs etc even DNS >> >> - Does not happen on Opensuse regardless if netfilter modules are loaded >> or not. >> >> - Does not happen on Opensuse on the same machine. Does happen on >> different machines on Centos7. So it's not HW dependend >> >> - There is AFAIK nothing special about my Centos7 installation. Out of >> the box install, simple network config, latest updates applied. > > Which kernel are you using? > And as you have trimmed it down to a reproducer, can you share it please? 3.10.0-327.10.1.el...
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,...
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
...resulting tar.gz archive does not recompile the source code on the new machine. But installing other packages having a /src directory the source code is recompiled. So what do I have to do that running a 'R CMD install' on my *tar.gz file recompiles de source code and creates a platform dependend shared lib? Thanks, joerg
2006 Jan 10
1
problem with printer drivers
...LL] rpcclient $> enumprinters : flags:[0x800000] name:[\\pslag\kyo_adv] description:[\\pslag\kyo_adv,Kyocera Mita FS-3820N KX,Kyocera-Testdrucker] comment:[Kyocera-Testdrucker] : So I think, the printer kyo_adv has its driver ready. Under W32X86/2 are a lot of dependend driver files. When I want to open the printers properties on my XP-box, I still get the message, that the driver ist not installed. What could be the reason for that behaviour ? How can I debug the problem ? Thanks in advance Olaf
2013 Mar 25
1
downgrading to R 2.15.1-4 from sid beta 3.0.0
...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 Depends on R (? 2.14.0), R (< 3.0.0)... So I decided to just downgrade the base packages, temporarily remove the r-cran-* dependendants, and then install nlme (and others) locally until the April release of 3.0.0 and the rest of the packages get rebuilt in Debian. Is there a more efficient way to deal with this when a new R requires such rebuilds in Debian? Thanks, -- Seb
2020 Jul 19
3
Re: [ovirt-devel] [ARM64] Possiblity to support oVirt on ARM64
...and qemu, and I don't know that is the status. Adding relevant lists and people. I don't know about any effort on oVirt side, but last week I added arm builds for ovirt-imageio and it works: https://copr.fedorainfracloud.org/coprs/nsoffer/ovirt-imageio-preview/build/1555705/ We have many dependendencies, but oVirt itself is mostly python and java, with tiny bits in C or using ctypes, so it should not be too hard. I think the first thing is getting some hardware for testing. Do you have such hardware, or have some contacts that can help to get hardware contribution for this? Nir
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 spinloc...
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 spinloc...
2005 Apr 29
1
encoding a ntlm-hash from cleartext passwords with java
...external scripts. Alas i do not know how to generate the NTLM-hashes from cleartext passwords. I didn't find a solution in the jCIFS project - did i overlook something? Maybe i should port the routines from Samba sources to java which should not be too difficult (I assume there are no system dependend parts) - any hints where to look? smbpasswd.c? At the end i would like to have an ldap-entry with all relevant attributes so that i do not have to invoke smbpasswd et al. Thanks a lot for any help or comments, Malte Mueller (who can not attend the sambaXP this year, sadly)
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
...not > communicate securely with peer: no common encryption algorithm(s). > > Error code: SSL_ERROR_NO_CYPHER_OVERLAP > The message says it: A list of encryption algorightms acceptable by the client and acceptable by the server has an empty intersection. What algorithms do they support dependends on their configuration and on a cryptographical libraries they use. You can try looking into their documentation and configuration. However, much easier will be probably running them in a more verbose mode to reveal algorithms advertized on the TLS level. Or capture the network packets and inspect...
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...