search for: rls

Displaying 20 results from an estimated 61 matches for "rls".

Did you mean: res
2014 Sep 18
3
samba 4 domain join to win 2008r2 level DC w/ a schema with exchange 2010 extensions: replication after the join is broken
...ource4/dsdb/schema/schema_syntax.c:1076: Unknown attributeID_id 0x00090898 ../source4/dsdb/schema/schema_syntax.c:1076: Unknown attributeID_id 0x000908A5 running samba-tool drs showrepl for the samba ad looks OK # samba-tool drs showrepl ==== INBOUND NEIGHBORS ==== DC=ForestDnsZones,DC=test,DC=rls,DC=ad hostonly\W2K8R2 via RPC DSA object GUID: 73958b3d-6ebe-4e33-96e8-1e96f86701f2 Last attempt @ Thu Sep 18 17:31:57 2014 CEST was successful 0 consecutive failure(s). Last success @ Thu Sep 18 17:31:57 2014 CEST CN=Schema,CN=Configuration,DC=test,DC=rls,DC=ad...
2008 Nov 17
1
Rcmd install problem: "cannot open the connection" and "No such file or directory"
...install a package from the command line. (Installing as a local zip-file from the menu in the GUI works fine.) Could anybody point me towards the source (and solution) to the problem? Regards Søren --------------------------------------------------------------------------- C:\Dokumenter\Stat\RLSdevel>rcmd install RLS installing to '' installing R.css in ---------- Making package RLS ------------ adding build stamp to DESCRIPTION Error in file(file.path(outDir, "DESCRIPTION"), open = "w") : cannot open the connection Calls: <Anonymous> -> file In...
2011 Apr 29
1
question of VECM restricted regression
...;LRM.dl1 in the following practice: #OLS retricted VECM regression data(denmark) sjd <- denmark[, c("LRM", "LRY", "IBO", "IDE")] sjd.vecm<- ca.jo(sjd, ecdet = "const", type="eigen", K=2, spec="longrun", season=4) sjd.vecm.rls<-cajorls(sjd.vecm,r=1) summary(sjd.vecm.rls$rlm) sjd.vecm.rls$beta Response LRM.d : Call: lm(formula = substitute(LRM.d), data = data.mat) Residuals: Min 1Q Median 3Q Max -0.027598 -0.012836 -0.003395 0.015523 0.056034 Coefficients: Estimate Std. Error...
2011 Oct 18
0
rls() fails on function calling spline()
Hello everybody I want to use rls() on a multi-dimensional function, where parts of it are modeled using a spline. I tried to condense my problem into the following code example, which tries to fit the y-values of a spline interpolation: --------------------------------------------------------------------------- rm(list=ls(all=TRU...
2013 Jan 02
4
Define 6.1 and 7.1 channel mappings
...the WAVEX channel labels: - back left (BL) - back right (BR) - back center (BC) - side left (SL) - side right (SR) And then, the ones typically used by commercial 6.1/7.1 capable codecs: - left surround (Ls) - right surround (Rs) - center surround (Cs) - rear surround left (Rls) - rear surround right (Rrs) ------------------------------------------------------------------------------------------------- Finally, the "main feature". The typical 6.1/7.1 configurations (as found on e.g. Blu-ray discs) feature the following channels: 6.1 -> front: left center r...
2012 Sep 22
2
Define 6.1 and 7.1 channel mappings
On Fri Sep 21 16:31:21 2012, Stephen F. Booth wrote: > 6.1: L R C LFE Ls Rs Cs (MPEG 6.1 A layout) I'm confused. WAV puts the rear centre before everything but 'Front left of center' and 'Front right of center'. Are you saying you prefer the extra front channels to to side/rear surround, or that you prefer the MPEG order to the WAVE order? -r
2011 Jan 30
1
Extract subsets of different and unknown lengths from huge dataset
Dear prospective reader, I apologize for posting my problem but I've just no idea how to go on by processing this huge (over 70 MB) dataset. Thank you in advance for any help or comment! I do appreciate it! My textfile contains 1 column of interest (numbers/values only). The overall issue is to extract 'events', starting points of which are defined by at least 24 preceding values
2005 Apr 05
1
Install R 2.0 package on R 1.9.1
...lesky.f -o cholesky.o g77 -fno-common -g -O2 -c extract.f -o extract.o gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -L/opt/sw -fno-common -g -O2 -c mcmb.c -o mcmb.o g77 -fno-common -g -O2 -c penalty.f -o penalty.o g77 -fno-common -g -O2 -c rls.f -o rls.o g77 -fno-common -g -O2 -c rq1.f -o rq1.o g77 -fno-common -g -O2 -c rqbr.f -o rqbr.o g77 -fno-common -g -O2 -c rqfn.f -o rqfn.o g77 -fno-common -g -O2 -c rqfnb.f -o rqfnb.o g77 -fno-common -g -O2 -c rqfnc.f -o rqfnc.o g77 -fno-common -g -O2 -c sparskit2.f -o sparskit2.o...
2008 Feb 29
1
[PATCH] ioemu: fix xenfb slow case update
...trix.com> diff -r 067d8f19e78a tools/ioemu/hw/xenfb.c --- a/tools/ioemu/hw/xenfb.c Thu Feb 28 13:55:37 2008 +0000 +++ b/tools/ioemu/hw/xenfb.c Fri Feb 29 15:25:17 2008 +0000 @@ -1072,7 +1072,7 @@ /* A convenient function for munging pixels between different depths */ #define BLT(SRC_T,DST_T,RLS,GLS,BLS,RRS,GRS,BRS,RM,GM,BM) \ - for (line = y ; line < h ; line++) { \ + for (line = y ; line < (y+h) ; line++) { \ SRC_T *src = (SRC_T *)(xenfb->pixels \...
2004 Sep 10
0
Re: Lossless AMI ADPCM
...>even for linear PCM. Yeah, and it is supposed to be a scientific paper. Considering that the author has e-mail address, I would have expected him to check against Shorten which he even references. >expensive. Standard autocorrelation->Levinson-Durbin >will be too slow. So they use RLS, which has stability >problems. His RLS seems to be stable enough, up to 5000 samples, and fast. Would the RLS make FLAC run faster? >I have done some tests with long kernels and it does >not buy very much extra compression. Most of the slack >can be taken up with better entropy codi...
2004 Sep 10
2
Re: Lossless AMI ADPCM
...y oversampled most of the time. It is apparent their method is geared for speech and I think is not so good for general music compression, for a few reasons: 1. Computing such a large filter is computationally expensive. Standard autocorrelation->Levinson-Durbin will be too slow. So they use RLS, which has stability problems. 2. They can use Huffman encoding on the residual because the alphabet is small (since the samples have already been quantized down to 8 bits or less). If you are working with 16-bit or 24-bit data, generic Huffman is not practical because of the dictionary size. Th...
2012 Sep 23
0
Define 6.1 and 7.1 channel mappings
...speakers in 7.1 as being the extra ones, not the side speakers. So the question is, how to choose between mapping surround to "side" and mapping it to "left". Can you elaborate on "what Apple has done" and why we should chose the other way? > 7.1: L R C LFE Ls Rs Rls Rrs (MPEG 7.1 B layout) Here I just disagree. This is the same set of labels as in my proposal, but the order does *not* match WAV order, assuming Ls->left side and Rls->back left. -r
2013 Jan 01
1
Define 6.1 and 7.1 channel mappings
On 12-10-12 4:47 AM, Erik de Castro Lopo wrote: > I've read through this thread and it didn't really come to any > conclusion. Can we try again and make a decision this time? Anyone else have thoughts on this? I'd like to get this added before the 1.3.x release. Especially helpful would be research into what current tools actually do. -r
2010 Sep 16
1
a reliable way to check the latest version of R on CRAN?
.... I'm not sure about the "reliable" place to check; here is a simple example to check from one of the CRAN webpages (kind of nasty approach...): x = readLines("http://cran.r-project.org/sources.html") # the version number is in the next line of 'The latest release' rls = x[grep("latest release", x) + 1L] newver = gsub("(.*R-|\\.tar\\.gz.*)", "", rls) oldver = paste(getRversion(), collapse = ".") # new version available? compareVersion(newver, oldver) == 1L Thanks! Regards, Yihui -- Yihui Xie <xieyihui at gmail.com>...
2009 Aug 16
1
Installing quantreg package under Ubuntu
Does any have installation instructions for this? When I run install.packages('quantreg') I get: gcc -std=gnu99 -shared -o quantreg.so akj.o boot.o brute.o chlfct.o cholesky.o combos.o crq.o crqfnb.o dsel05.o etime.o extract.o idmin.o iswap.o kuantile.o mcmb.o penalty.o powell.o rls.o rq0.o rq1.o rqbr.o rqfn.o rqfnb.o rqfnc.o sparskit2.o srqfn.o srqfnc.o srtpai.o -llapack -lblas -lgfortran -lm -lgfortran -lm -L/usr/lib/R/lib -lR /usr/bin/ld: cannot find -llapack > sessionInfo() R version 2.9.0 (2009-04-17) i486-pc-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC...
2019 Sep 12
0
Fwd: Launchpad [Bug 1843743] [NEW] klibc ftbfs in eoan
...]: *** [/<<PKGBUILDDIR>>/scripts/Kbuild.klibc:252: usr/klibc/sigsuspend.o] Error 1 make[3]: *** [/<<PKGBUILDDIR>>/./Kbuild:9: all] Error 2 make[2]: *** [Makefile:118: klibc] Error 2 ** Affects: klibc (Ubuntu) Importance: High Status: Confirmed ** Tags: ftbfs rls-ee-incoming ** Changed in: klibc (Ubuntu) Status: New => Confirmed ** Changed in: klibc (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-ee-incoming -- You received this bug notification because you are subscribed to Ubuntu. https://bugs.launchpad.net/bugs/184374...
2006 Jan 24
13
Nortel Meridian Opt 81C and PRI
We've been trying unsuccessfully to connect our Meridian Option 81C to a TE110P via PRI. We've followed the directions in asterisk-meridian-a1.pdf (link on http://www.voip-info.org/wiki/view/Asterisk+legacy+integration), but it doesn't seem to work on our 81C (even though many, many users report it works very well on Option 11's). Has anyone had any success in getting the above
2010 Sep 18
1
Check for updates under Windows (Was: a reliable way to check the latest version of R on CRAN?)
.... I'm not sure about the "reliable" place to check; here is a simple example to check from one of the CRAN webpages (kind of nasty approach...): x = readLines("http://cran.r-project.org/sources.html") # the version number is in the next line of 'The latest release' rls = x[grep("latest release", x) + 1L] newver = gsub("(.*R-|\\.tar\\.gz.*)", "", rls) oldver = paste(getRversion(), collapse = ".") # new version available? compareVersion(newver, oldver) == 1L Thanks! Regards, Yihui -- Yihui Xie <xieyihui at gmail.com>...
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few tweaks to work properly and to stop throwing meaningless warnings. This tiny release makes up for that. To install: * gem install rails * rake rails:update:configs (to get the latest config/boot.rb) This release also signals our new commitment to do more tiny releases from the stable branch, which only gets bug fixes. So it will
2001 Aug 28
2
fitting a mixture of distributions with optim and max log likelihood ?
...thods to get means, stddevs and proportions of the mixture of distributions? Thanx Robert (Bob) L Sandefur Principal Geostatistician Pincock Allen & Holt (A Hart Crowser Company) International Minerals Consultants 274 Union Suite 200 Lakewood CO 80228 USA 303 914-4467 v 303 987-8907 f rls at pincock.com ~ ~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r...