search for: fz

Displaying 20 results from an estimated 100 matches for "fz".

Did you mean: f4z
2008 Aug 15
2
Simplest (static?) build & config for loopback access?
...mdimporter in /System/Library/Spotlight) or Thunderbird's (https://bugzilla.mozilla.org/show_bug.cgi?id=290057), which I guess can better deal with quoted-printable and other encodings? Thanks in advance; I include my compilation and config data below. Francois Z. ------------------ mini:~ fz$ curl -O http://www.dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz mini:~ fz$ tar xzf dovecot-1.1.2.tar.gz mini:~ fz$ cd dovecot-1.1.2 mini:~/dovecot-1.1.2 fz$ ./configure --prefix=$HOME/sw mini:~/dovecot-1.1.2 fz$ make mini:~/dovecot-1.1.2 fz$ make install mini:~ fz$ cd mini:~ fz$ sw/sbin/dovecot W...
2012 Apr 02
3
dovecot and unison
...ositive message regarding this topic (http://dovecot.org/list/dovecot/2010-April/048092.html), but I feel I could use some more advice. Namely, which of the ancillary files should I be syncing (or perhaps deleting before sync)? In addition to the mails themselves I'm seeing: -rw------- 1 fz 501 13 Apr 1 17:10 dovecot-keywords -rw------- 1 fz 501 2483 Apr 1 17:10 dovecot-uidlist -rw------- 1 fz 501 1040 Mar 29 14:50 dovecot.index -rw------- 1 fz 501 44032 Apr 1 17:10 dovecot.index.cache -rw------- 1 fz 501 9772 Apr 1 17:10 dovecot.index.log and at the top l...
2010 Apr 20
2
QCA3 segfault
...to this machine (ubuntu, karmic, amd64) and a mac. The examples run fine on teh mac, but crashed R on ubuntu. Any help much apprecia\ted. Thanks Richard ------------------------------------------------------------------------------ Terminal log: > conditions <- > c("Developed.FZ","Urban.FZ","Literate.FZ","Industrial.FZ", "Stable.FZ") > > reduce(mydata=Lipset_fs,"Survived.FZ",conditions,explain="positive",remaind="exclude",prepro="fs",consistency=0.7) *** caught segfault *** ad...
2005 Sep 29
2
solution of convolution equation
...help me... I am trying to find a solution of a convolution equation using fft (and unfortunately I do not have a good background for this). So I am just trying to figure out how it can be implemented in R. I have two multidimensional independent variables X and Z and I know their densities fx and fz, which are multidimensional arrays. So I have to find the density of Y, such that X+Y=Z. So, first I tried on a simple example, where the variables are one-dimensional, say X is N(0,1) and Z is N(7,3). So I want to find the density of Y (which should be N(7, sqrt(8)). I did: x <- seq(-6, 20, l...
2011 Sep 03
3
question with uniroot function
Dear all, I have the following problem with the uniroot function. I want to find roots for the fucntion "Fp2" which is defined as below. Fz <- function(z){0.8*pnorm(z)+p1*pnorm(z-u1)+(0.2-p1)*pnorm(z-u2)} Fp <- function(t){(1-Fz(abs(qnorm(1-(t/2)))))+(Fz(-abs(qnorm(1-(t/2)))))} Fp2 <- function(t) {Fp(t)-0.8*t/alpha} th <- uniroot(Fp2, lower =0, upper =1, tol = 0.0001)$root The result is 0 as shown below...
2013 Oct 17
1
pamer.fnc y la nueva versión de R
...---- Teneis que instalar los paquete: LCFdata LMERConvenienceFunctions lme4 http://cran.r-project.org/web/packages/LMERConvenienceFunctions/LMERConvenienceFunctions.pdf if(try(require(LCFdata,quietly=TRUE))){ ### Load and format data require(LCFdata) data(eeg) # restrict to electrode Fz and 80--180 ms window eeg <- eeg[eeg$Time >= 80 & eeg$Time <= 180, ] eeg <- eeg[, c("Subject", "Item", "Time", "Fz", "FreqB", "LengthB", "WMC")] # mean center FreqB eeg$FreqBc <- eeg$Fr...
2009 Mar 19
0
sunflowerplot error
A sunflowerplot crossing two categorial variables with NAs fails: ### sample: start ### set.seed(20) a <- c(letters[1:4]) z <- c(letters[23:26]) fa <- factor(sample(rep.int(a, 1000), 100, replace=T), levels=a, ordered=T) fz <- factor(sample(rep.int(z, 1000), 100, replace=T), levels=z, ordered=T) sunflowerplot(fa, fz) # okay, but: r <- xyTable(fa, fz) length(r$x)==length(r$y) length(r$x)==length(r$number) # TRUE, TRUE is.na(fa) <- sort(sample(1:100, 3)) sunflowerplot(fa, fz) # Error in rep.int(i.multi, numb...
2002 Dec 18
1
problem with 'gnls'
...rror: >> Error in "coef<-.corARMA"(*tmp*, value = c(174.267493382104, 173.412740072763 : >> Coefficient matrix not invertible Here is my R-code: data <- d.plabutsch.neu # calculating the starting coeficients: r.CO2.rlm <- rlm(EF.CO2 ~ pLKW.total + Sat + Sun + Fz.total, data = data, method = "MM", na.action = na.exclude) START <- coef(r.CO2.rlm); names(START) <- letters[1:5] # 'gnls': r.CO2.gnls <- gnls(log(EF.CO2) ~ log(a + b * pLKW.total) + c * Sat + d * Sun + e * Fz.tota...
2011 Oct 13
2
how to plot two surfaces with lattice::wireframe
Hi all, I'd like to plot the Real and Imaginary parts of some f(z) as two different surfaces in wireframe (the row/column axes are the real and imag axes). I know I can do it by, roughly speaking, something like plotz <- expand.grid(x={range of Re(z)}, y={range of Im(z), groups=1:2) plotz$func<-c(Re(f(z),Im(f(z)) wireframe(func~x*y,data=plotz,groups=groups) But that seems like a
2006 Mar 08
3
bug in map('world') ?
hi, did'nt see anything in the archive: map('world',pro='rectangular',para=0) yields a strange artifact (horizontal bar) extending over the whole map at a certain latitude range (approx 65 deg. north), whereas map('world',pro='rectangular',para=180) (which should be the same) does not show the artifact. the artifact shows up in other projections as well,
2001 Nov 09
0
AIX lastlog change
...in mechanisms or 2) when somebody logs in successfully WITH the correct password ONLY Probably 2) would be correct, but we could live with 1) also as it works now. Best regards from Germany Klaus --------------------------------------------------------------------------- From: K.Wolkersdorfer at fz-juelich.de Date: Mon, 21 May 2001 14:08:00 +0000 Reply-To: K.Wolkersdorfer at fz-juelich.de To: openssh-unix-dev at mindrot.org Subject: openssh-2.9p1 bug: loginfailed() with AIX 4.3.3 Hi, first let me thank you for all the excellent work with openssh! Bug-Description (for AIX - current release...
2016 Feb 08
3
Vectorization with fast-math on irregular ISA sub-sets
On 8 February 2016 at 16:33, James Molloy <James.Molloy at arm.com> wrote: > The loop vectorizer does indeed require -ffast-math, but the IEEE-nonconformant transforms it does are far greater than using an ISA which may FTZ. It needs -ffast-math because any FP reductions necessarily have their execution order shuffled, due to executing some of them in parallel and reducing to scalar at
2005 Mar 11
1
Re.: Strange Samba Problem
...ts." >I've run a level 10 debug and didn't see anything intuitively obvious, but >I'm >not a Samba developer! :-) Here's smb.conf below. Any ideas? Things to try? >Printing works fine BTW, if that's helpful. -- Forschungszentrum Juelich email: R.Bauer@fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -------------- next part -------------- A non-text attachment was scrubbed.....
2016 Feb 08
2
Vectorization with fast-math on irregular ISA sub-sets
...re is a set of people that care about IEEE accuracy in so far that they don't want FTZ, but *are* happy to reassociate FP operations? That seems fairly niche to me? No. But I also don't want to disable the vectorizer for integer arithmetic. I'm guessing hasUnsafeAlgebra is not just for FZ but also NaNs and Infs, so disabling the vectorization of loops that have any of those unless safe-math is chosen seems simple enough to me. cheers, --renato
2015 Apr 02
2
Question on opus_decoder output sampling rate
Hi, is there any way to tell the decoder the output sampling Fz we want ? opus_decoder_create = Sampling rate of input signal (Hz) Considering this example (VoIP-out from WebRTC/RTP) MICROPHONE(44.1/48kHz) >> [encoder created at 48kHz but with internalSampleRate set to 8kHz]>> INTERNET >> [decoder(created with 48kHz)] >> 48kHz(?) >...
2019 Apr 29
2
dfree command in homes section
Hi everyone, we are using custom dfree commands to implement quotas. While these work fine on normal shares, the "dfree command" parameter seems to be ignored in the homes section. Is this correct (and intended)? Best regards Felix IT-Services Telefon 02461 61-9243 E-Mail: f.stolte at fz-juelich.de ------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsg...
2005 Mar 17
3
smb, vmware trouble?
...r it isn''t possible to copy a file to the vmware share. But it is possible to move a file. In the log files I see a lot of error message about broadcasting to the samba net adress Is this a known problem any hints are welcome. Reimar Bauer -- Forschungszentrum Juelich email: R.Bauer@fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html
2011 Oct 11
6
[Bug 1942] New: mounting home directory with sshfs -o reconnect requires patch for ssh
...Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: e.kuemmerle at fz-juelich.de Created attachment 2097 --> https://bugzilla.mindrot.org/attachment.cgi?id=2097 Patch to add the option "-H path_to_per-user_configdir" to ssh Hi, we are using sshfs to mount the home directories via pam_mount, the server is listed in /etc/ssh/ssh_known_hosts. The prob...
2004 Aug 16
3
bus error /segmentation fault from 'approx' (PR#7177)
Full_Name: joerg van den hoff Version: 1.9.1 OS: MacOS and SunOS Submission from: (NULL) (149.220.4.88) follow up to ID 7166. something like approx(c(1,2),c(NA,NA),1.5,rule=2) crashes 1.9.1 on both systems (MacOS 10.3.5.: bus error, SunOS 5.9: segmentation fault) even if xout is within given x range (as in example above) where rule=2 seems not be relevant anyway.
2016 Mar 15
3
Question on opus_decoder output sampling rate
.../48, then you'll have to do > resampling. Have a look at the speexdsp resampler if you don't already > have one. > > Cheers, > > Jean-Marc > > On 02/04/15 10:42 AM, Julien Chavanton wrote: > > Hi, is there any way to tell the decoder the output sampling Fz we want ? > > > > opus_decoder_create = Sampling rate of input signal (Hz) > > > > Considering this example (VoIP-out from WebRTC/RTP) > > > > MICROPHONE(44.1/48kHz) >> [encoder created at 48kHz but with > > internalSampleRate set to 8kHz]>> INT...