search for: tet

Displaying 20 results from an estimated 36 matches for "tet".

Did you mean: net
2012 Jul 31
0
Problems in using GMM for calculating linear regression
...I'm trying to use gmm package in order to calculate linear regression (I need to use the gmm for other application and this is a prior test I'm doing). I've defined a function for linear regression with 2 variables (x[,1] holds the y values, while x[,2:3] holds the x values): function(tet, x) { m1 <- (x[,1] - (tet[1] + tet[2] * x[,2] + tet[3] * x[,3])) * x[,2] m2 <- (x[,1] - (tet[1] + tet[2] * x[,2] + tet[3] * x[,3])) * x[,3] m3 <- (x[,1] - (tet[1] + tet[2] * x[,2] + tet[3] * x[,3])) * 1.0 f <-cbind(m1, m2, m3) return(f) } Then I run: gmm(g1, d, c(0,0,0)) * d - i...
2013 Jan 10
1
Fixing corrupt flac files
...ate = FLAC__STREAM_DECODER_READ_FRAME 10 Die Letzten.flac: testing, 98% complete10 Die Letzten.flac: *** Got error code 2:FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH 10 Die Letzten.flac: ERROR while decoding data state = FLAC__STREAM_DECODER_READ_FRAME 11 Etikette t?tet.flac: testing, 97% complete11 Etikette t?tet.flac: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC 11 Etikette t?tet.flac: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC 11 Etikette t?tet.flac: ERROR while decoding data state = FLAC__S...
2008 Jun 27
1
Similarity matching with probabilities
...ence that someone posted just very recently a question about matching. I know there are several match function in the base package (such as match, pmatch, charmatch, and the gsub etc) but I can't seem to use them wisely to be able to get what I need. suppose I have the following strings: "tets" "estt" "rtes7" "gstes" "tes5t" Is there an R procedure to determine how related each string is to the reference string "test", for example to say that "tets" is similar to "test" with a probability of 0.9 or something of...
2014 Oct 16
8
[Bug 85086] New: read/write faults leave machine unsuable
...suable Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: tethys at gmail.com QA Contact: xorg-team at lists.x.org Created attachment 107921 --> https://bugs.freedesktop.org/attachment.cgi?id=107921&action=edit nouveau errors (from journalctl) I came in this morning to find my machine at a text console, displaying the following error: Oct...
2013 Jul 02
3
Ctrl+C in R will terminate the child process which is spawned by using "pipe"
...t;opened" "yes" can write "no" 2. When I press "Ctrl+C" in the current R shell, I found the forked child process was also terminated. Are there any way to work around it? ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
...t. Any suggestions for this? Are there safe way for me to read the R object from the socket? I do not do any conversion with the received data, and only need to transfer them into a remote R to do the function execution. ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
...t. Any suggestions for this? Are there safe way for me to read the R object from the socket? I do not do any conversion with the received data, and only need to transfer them into a remote R to do the function execution. ===================== Rong "Jessica", Li (ÀîÈÙ) Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2013 Jan 10
4
Fixing corrupt flac files
So, let's provide some information then :-) ---------------------------------------------------------------------------------------------- soa2ii at thor /mnt/files/music/Slime/Alle gegen Alle $ flac -aF 02\ St?rtebecker.flac flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome
2006 Jul 30
1
PDF to HTML converter for Ruby?
Does anyone know of a good package that can convert a PDF into HTML? Cross-platform compatible is a plus, but I can live with Linux-only if it comes to that. -- Posted via http://www.ruby-forum.com/.
2002 Jan 15
1
another starcraft
...thought that maybe anyone on the list had 2 minutes to spare and could give me a neat solution. Regards //Stefan _________________________________________s_p_r_a_y_ H?r b?rjar Internet! Skaffa gratis e-mail och gratis Internet p? http://www.spray.se Nu kan du lagra dina filer och dokument p? n?tet. http://www.spray.se/sprayspace
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...ur for 10% build ). I spend to much time on fixing this by playing around with environment variables, cmake options etc. But I think this is a serious concern, we need to think verify this time complexity other wise building a large software with IPRA enable would be very time consuming. I studied tets case suggest by you on phabricator, for RegUsageInfo passes I am thinking to print clobbered registers and verify that with FileCheck as expected clobbered register for a particular test-case. Is this approach fine? I did not find function call to CostModelAnalysis::print() , Is opt -analyze maki...
2010 Jul 21
2
Xen 4.0.0
Hey everyone, I am new on the list so I don''t know if someone already send this doubt I have a server with Xen 3.X on production. I''ve seen that 4.0.0 was released a few months ago. Is it stable? Can I use it instead of 3.X already or it is not ready for production use yet? Can anyone send me a link with a good howto installation for Xen 4.0.0 please? Best Regards,
2013 Aug 14
1
2 questions about signal & broken connection in R
...); > writeBin(as.integer(1), con, endian="big"); Error in writeBin(as.integer(1), con, endian = "big") : ignoring SIGPIPE signal > writeBin(as.integer(1), con, endian="big"); ----- hanging ===================== Rong "Jessica", Li Platform Symphony TET, CSTL, IBM Systems &Technology Group, Development Tel:86-10-82451010 Email:ronglli@cn.ibm.com [[alternative HTML version deleted]]
2005 Jan 04
1
[fdo] Linux Desktop Testing Project - Hosting request
Hi, LDTP (Linux Desktop Testing Project) hosted in http://gnomebangalore.org/ldtp About LDTP: *Problem:* In windows domain there are many GUI automation tools, which can recognize the GUI as "objects" and not just with co-ordinates. Unfortunately, Open Source Linux GUI automation tools are not matured up to that level - at least to my knowledge ;) . Without this advancement in the
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...lding a large software with IPRA enable would be > very time consuming. > > Did you build your own clang in release mode or debug? That makes a very > important difference... > oh yes nice point, what I did is Debug mode with IPRA 😬 that is insane. > > > > > I studied tets case suggest by you on phabricator, for RegUsageInfo > passes I am thinking to print clobbered registers and verify that with > FileCheck as expected clobbered register for a particular test-case. Is > this approach fine? > > > > I did not find function call to CostModelAnalys...
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...ould >> be very time consuming. >> >> Did you build your own clang in release mode or debug? That makes a very >> important difference... >> > oh yes nice point, what I did is Debug mode with IPRA 😬 that is insane. > >> >> > >> > I studied tets case suggest by you on phabricator, for RegUsageInfo >> passes I am thinking to print clobbered registers and verify that with >> FileCheck as expected clobbered register for a particular test-case. Is >> this approach fine? >> > >> > I did not find function cal...
2011 Oct 16
0
[LLVMdev] llvm and stream error
...he code of the functions: int getStream()     {            int fd = _dup(fileno(stdout));            freopen("tmp","w",stdout);            return fd;     } void freeStream(int fd) {        _dup2(fd,fileno(stdout));        close(fd); } The code of main program: printf(“start tets”); int fd = getStream(); printf(“redirection”); freeStream(fd); This is a part of large program which uses llvm The problem I get after freeStream(fd): LLVM ERROR: IO failure on output stream. I understand that the problem is with freeStream implementation. What do you think? Thanks Yakov
2007 Sep 28
0
DTM Cient on DomU Vista 64 and Vista 32 fails
...Common Scenario Stress IO test and Enable / Disable IO test will not competed test the studio side will still waiting for the client side to finish the test script.. so these test are fails for the Xen provided hw platform. The Device Path Exercise of DTM client will bring a driver verifier or io tets driver. This one hvm will get BSOD all the time. during the hvm win boot. This test wil be fail as well. Is any one has this problem before ? any information will be welcome. Best regards _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com h...
2010 Jul 02
0
GMM with covariance moment condicion
...is how to define ??? i think about something like this : y<-x[2:length(x)] x<-x[-(length(x))] m1<-(P1-x) m2<-(P2-(x-P1)^2) m3<-(P3-(x-P1)*(y-P1)) but here i have to lost 1 observacion, what is problem when i call gmm: rad<-arima.sim(n=200,list(ar=0.5), sd=1) tet<-gmm(g,rad,t0=c(0)) any idea ? thanks -- View this message in context: http://r.789695.n4.nabble.com/GMM-with-covariance-moment-condicion-tp2276392p2276392.html Sent from the R help mailing list archive at Nabble.com.
2011 Feb 01
3
Wine 1.3.12.tar.bz2
0: CAB0=>28BL 28=> 2 at CG=CN?# <5=O C65 AB>8B 209= 1.2.2 :0: CAB0=>28BL 209= A 0 at E820? Code: # cd wine-1.3.12 # ./configure # make # sudo make install => ?>A;5 22>40 Code: make make: *** 5 7040=K F5;8 8 =5 =0945= make-D09;. AB0=>2. 8 A Code: sudo make install make: *** 5B ?@028;0 4;O A1>@:8 F5;8 `install'. AB0=>2.