similar to: opustools_0.1.6

Displaying 20 results from an estimated 200 matches similar to: "opustools_0.1.6"

2010 Dec 19
2
Replacing the for loop for time series buid-up
Hi, is there a function that replaces the following code? n=200 boot.x[1]=odhad+boot.res[1] #(boot.x[0]=1) for (j in 1:(n-1)) { boot.x[j+1]=odhad*boot.x[j]+boot.res[j+1] } This is nested in two other loops, and I am looking for some way to improve code performance I tried sapply and cumprod but no success. Thanks Jan -- View this message in context:
2003 May 28
1
Zero is not zero
Hello, There: I read data from tab-delimted text file(1888.txt) in C:/temp, which has thousands rows and 80 colulms, using read.delim("C:/temp/1888.txt"). when I retrieved the numeric coulum which has real zero values and applies R buid-in function such as mean( ), sum() and got a result of NA. It seems that R (R 1.6.2 in windows) considers zero as missing value (NA). Thus my
2011 Aug 04
1
Tinn-R problem: unable to send code to R
The problem mentioned in the 06 Dec 2010 email below still occurs with Tinn-R (v.2.3.7.1) when highlighting a string of code, copying to the clipboard, and trying to send to Rgui via Shift+Ctrl+Q. I can copy 1 line of code to the clipboard and send it to Rgui with Shift+CTRL+Q. This fails with 2 or more lines of code, generating the error: Error in source(.trPaths[5], echo = TRUE,
2013 May 07
1
opus encoding parameters.
hi! i am getting hard to find, what is the encoding parameters that is used for coding in the Bitconformance vectors testvectorx.dec. pls send or ref some link about this. i found decoding parameters -d 48000 2 testvectorx.bit testx.out similarly i need to know for encoder. thanks in advance. Regards, sugumar -------------- next part -------------- An HTML
2015 Mar 11
2
Users and groups named in Russian disappeared after upgrade samba4 PDC
Thanks for the answer. > Did you got errors during the classicupgrade? I didn't do classicupgrade. My Samba AD DC was installed from scratch some months ago using the instructions from this page https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO and everything had been working well. I just upgraded some deb-packages with samba to the same version but different buid-release. Regarding
2000 Nov 06
3
Problems compiling vorbis.lib in MS Land
Hey all...for whatever reason when opening up the vorbis_vc6 project in Dev Studio bitwise.c and framing.c are still in the project. From my understanding these files are only in the ogg library now. If I try to compile the project as is, it fails because it can't find the files. Simple solution: Delete the two files. I just thought I'd give somebody a heads up.... Keep up the great
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
Does anybody install llvm-tv on ubuntu9.04? please share how to do it. Thanks very much! My problem is as followed: I follow the instruction of README in source of llvm-tv. First, I installe wxWidgets and graphviz, and then download the source of llvm from http://llvm.org/svn/llvm-project/llvm/trunk and download poolalloc from http://llvm.org/svn/llvm-project/poolalloc/trunk. Second, I compile
2003 Jun 23
7
How can I do a spinning plot in R?
I have found XLispStat's spinning plots illuminating. I'd like to do the same thing in R. A dozen or so probes with help, help.search, apropos haven't turned up anything, and I've even resorted to grepping through the entire R source distribution looking for 'spin.*plot', to no avail. Either the feature is called something else in R (what?), or it's in some other
2019 Jul 26
2
Some xcode schemes not appearing now in Xcode after cmake install (??)
Hi all In order to get ready for the upcoming final 9.0 release code I have now switched to the 'release/9.x' branch that I pulled from github. Unfortunately, after running cmake in the usual way, I found that many xcode schemes are missing on the resulting project. Particularly, I added -DLLVM_ENABLE_PROJECTS=clang to the terminal command line. The logs correctly state that ‘clang
2005 Sep 19
1
php with oci8 support
I am attempting to build php with oracle oci8 support. I've installed the oracle installclient basic and devel rpms. When kicking off the srpm buid I am using the following... rpmbuild --with oci8 --rebuild php-4.3.9-3.8.src.rpm While on an FC 4 box this works and I end up with a php-oci8 pkg that is fully functional. However on CentOS 4.1 the build isn't actually building with oci8
2009 Oct 27
1
[LLVMdev] llvm-2.6: compile linux kernel
I'm using LLVM 2.6 to buid Linux 2.6.31-git. I read here and old thread about kernel and llvm-2.3 [1] so I'd like to ask again. # make CROSS_COMPILE=llvm- V=1 (...) llvm-gcc -Wp,-MD,init/.main.o.d -nostdinc -isystem /usr/lib/llvm-gcc-4.2-2.6/lib/gcc/i686-pc-linux-gnu/4.2.1/include -Iinclude -I/opt/linux-2.6/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef
2002 Apr 02
0
Chroot patch
Dear James and Chris, I would like to buid openssh with the chroot patch. I applied the http://cag.lcs.mit.edu/~raoul chroot patch to openssh-3.1p1, configured it using a simple "--with-chroot" for testing and compiled under Mandrake 8.2. Problem : 1) Configuration report shows no chroot configuration. What is wrong? 2) After compiling, I added a test user with
2015 Mar 11
0
Users and groups named in Russian disappeared after upgrade samba4 PDC
Am 11.03.2015 um 16:16 schrieb Vitaly Pyslar: >> Did you got errors during the classicupgrade? > I didn't do classicupgrade. My Samba AD DC was installed from scratch some > months ago using the instructions from this page > https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO and everything had been > working well. I just upgraded some deb-packages with samba to the same
2007 Oct 14
2
Configure not working in ubuntu gutsy amd64
I recently upgraded to the Gutsy beta, and this may just be a side effect of it being beta, but thought I'd raise it here in case I am doing something obviously wrong. I'm not familiar with how the configure script works and looking at the config.log didn't help me. Just to note, I was successfully compiling on ubuntu amd64 before I upgraded to the gutsy beta. I have raised a bug
2010 Jan 02
1
Opensolaris domU HostID Changes on Every Boot
I''m running an Opensolaris domU on Xen with a Linux dom0. Xen is version 3.3.1, I''m running the Genunix.org build 130 of Opensolaris. I have the uuid defined in my domU configuration file, but this doesn''t seem to affect the fact that the hostid is different every single time the domU boots. For some reason this doesn''t affect the root ZFS pool, which imports
2008 Jan 05
2
ASTERISK cd-rom
hi, all i want to create cd-rom with asterisk. how it possible. when i put disk in cdrom it boot automatifcally and auto-start installation like TRIXBOX. any idea. thnks, Bhrugu Mehta
2011 Jan 27
1
recent activemerchant examples needed or perhaps another solution
Hi, I have a reeally big problem with understanding how to use ActiveMerchant, Perhaps someone would point me to a different solution to my problem. I need to build a little web shop which will be based in the UK, and my customer wants to use PayPal Express Checkout, because there''s no monthly fee. So far I had only problems with ActiveMerchant examples because: 1) they are way too
2000 Sep 11
0
SAMPLS R implementation : pbm with algorithm application
Hello R people, i'm trying to implement the Partial Least Squares algorithm called SAMPLS from "J.Comp-Aided Molecular Design", 7 (1993), 587-619. It's faster than the classical PLS algorithm for fat matrix (m>>n). Here's the algorithm from the article of Bush B. L. and Nachbar R.B.: X is the matrix of explanatories proprieties (m*n) , y the matrix of responses, h
2010 Nov 01
2
is there any remus ready distro?
Dear all, We are struggling to install xen 4.0 with remus on Ubuntu and debian 6.0. Can you suggest some source that can help us or some distro which has inbuilt feature. Ramdas S +91 9342 583 065 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Jun 28
2
problems booting
hello H. Peter Anvin or one of best friend's ;'] , i like your software very much , i use it for some times now when i remaster some live cdrom . these days i am making a new one for servers l4d and l4d2 . i try to make one that have a squashfs file that is bigger than 4 Go . because of that i can not use fat32 with usb so i wonder if soon you will mkake a new release being able to use