search for: jtw

Displaying 8 results from an estimated 8 matches for "jtw".

Did you mean: btw
2004 Aug 31
4
More efficient matrix computation
I have a 20x3 matrix as follows: > m <- replicate(3, matrix(rnorm(20),20,1)) I need to compute, say, 95th and 99th percentiles of each column such that the resulting matrix becomes 2x3 with each row representing the respective percentile. My "best effort" is to compute one column at a time as follows: > quantile(m[,1], c(0.95, 0.99)) To do the same for columns 2 and 3, I
2005 Sep 10
4
Fritz, mISDN, Help
A plea to all! Has anyone had any success with two or more avm fritz pci cards with either misdn, chan_misdn, or chan_capi, and any version of linux 2.6.x? I have managed to get misdn to load under 2.6.13 and detect two cards using misdn-capi and chan-capi (using capiinfo and capi info under asterisk) - but the second card/controller doesn't answer or dial calls. But if I try misdn
2013 Mar 17
0
Patch to add Unicode filename support for win32 flac
...Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRRaGLAAoJEOs4Jb6SI2CwapIIANAihJPXnq5rJDXIs1JdJvUx rDk3c1obe8PTE2ur+jU86TDgflIotY1mYCUptglNr28IPiWs1Nj7qKM0sIXfa6e7 kaAocJStwXNjA/VCLUXd4Ka+OY0MOdKnldAcepLnTPBZSgKXVHOoe/A98tHc6BsS 1+fBKoU6YFb7jubaW6P2IVquu/rhbCyAI/3+3yaBdMYkgvs5zq/HT/iUYWjVD5V5 jTW/lDFNzqRydIPH3EdB64W9kXAXhLi75P3DVD+4OtDW9eTiLIIYWNxh0Bbk6AWg f/AP9kDp/2qSg5QSab0j5fEQDYG6RnYl4MNXLhwhLRyHK19WlBLucw7l/4ibdWs= =2RLE -----END PGP SIGNATURE-----
2005 Feb 17
1
Is there a way to specify different significance levels in jarque.bera.test()?
Dear List: I am trying to understand how to use the jarque.bera.test() function of the "tseries" package. A numeric vector or time series seems to be the only argument required. What is the default significance level for rejecting the null of normality? Is there a way to specify different significance levels? platform i386-pc-mingw32 arch i386 os mingw32
2005 Apr 07
1
Assigning "dates" attribute
Dear List, I have a one-column data set in .csv format. I used read.csv to import the data into R, as follows: x <- read.csv("data.csv", header = TRUE, sep = ",") The data points have a 'dates' attribute, which is in a separatel .csv file. I used the same command as above to import it into R. To assoicate the 'dates' attribute with the data points, I
2013 Mar 17
4
Patch to add Unicode filename support for win32 flac
Here's a patch that makes MSVC compiled flac.exe able to use wildcards and encode/decode files with Unicode characters in names. It may not be the prettiest code but it fulfills its primary purpose. I tried to alter FLAC code as little as possible. It replaces argv with utf-8 encoded version and only converts to usable Unicode for file functions. That means printed texts and tags that
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking