search for: appendix

Displaying 20 results from an estimated 773 matches for "appendix".

2004 Dec 06
1
G.711 Appendix II
Does anyone have the C reference code of the ITU G.711 Appendix II ? -- Guilherme Loch G?es "Wave after wave will flow with the tide And bury the world as it does Tide after tide will flow and recede Leaving life to go on as it was..." - Neil Peart , Natural Science
2012 Apr 04
0
[PATCH] virtio-spec: add an rpmsg appendix
Add an rpmsg appendix to the virtio spec and tag it as Appendix H. Push the SCSI host appendix to 'I' so the appendices order stays according to the virtio device ids. Patch is against: http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.4.lyx Tested with LyX 2.0.0. Signed-off-by: Ohad Ben-Cohen <ohad at wize...
2012 Apr 04
0
[PATCH] virtio-spec: add an rpmsg appendix
Add an rpmsg appendix to the virtio spec and tag it as Appendix H. Push the SCSI host appendix to 'I' so the appendices order stays according to the virtio device ids. Patch is against: http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.4.lyx Tested with LyX 2.0.0. Signed-off-by: Ohad Ben-Cohen <ohad at wize...
2005 Nov 11
1
following Appendix A results in "plot.new has not been called yet"
Hello. I was exploring the R software package and received the error message "plot.new has not been called yet" when following "Appendix A A Sample Session" of R-intro.pdf. I searched the message archives and found no similiar report to mine. I am using R on CentOS and I am using the latest from R-project, version 2.2.0. Here is my .Rhistory file recorded when following the appendix after the first removal of variables (e.g....
2004 Apr 21
2
Question on CAR appendix on NLS
The PDF file on the web, which is an appendix on nonlinear regression associated with the CAR book, is very nice. When I ran through the code presented there, I found something odd. The code does a certain model in 3 ways: Vanilla NLS (using numerical differentation), Analytical derivatives (where the user supplies the derivatives) and analyt...
2012 Dec 13
3
Release notes appendix for libguestfs 1.20 on Fedora 18
I'm just about to release libguestfs 1.20. This appendix covers issues specific to Fedora 18. Fedora 18 defaults to using the libvirt attach-method, meaning that libvirt is used to create and manage the libguestfs appliance. There are several benefits to this (see the full release notes). You can switch back to the ordinary method (directly running qe...
2013 May 23
1
sample(c(0, 1)...) vs. rbinom
...distribution.? I've appended some code that exhibits the idea, the gist of which is that using sample(c(0, 1), ...) and rbinom(...) should give equivalent results. The surprising (to me) result is that the two approaches DO give the same result, EXCEPT when the probability is exactly 0.5.? See Appendix A for the code and Appendix B for the output.? I don't think this issue is system-dependent, but I've put my session information in Appendix C. Another wrinkle in this is that if I omit the "prob" parameter from the call to sample, meaning to take the default value of 0.5, the tw...
2005 Dec 13
4
0/1 vector for indexing leads to funny behaviour (PR#8389)
Full_Name: Axel Rasche Version: 2.2.0 OS: Linux Submission from: (NULL) (141.14.21.81) Dear Debuggers, This is not a serious problem. Are 0/1 vectors intended to be used as index vectors? If yes, there is a bug. If not, it leads just to some funny behaviour rather than an error message. In the appendix is some simple code to reproduce the problem. A logical vector as.logic(a) helps by indexing the vector b. The 0/1 vector a just returns the first value "a". But as many times as there is a 1 in a. Best regards, Axel Appendix: b = c("a","b","c","d&qu...
2003 Apr 08
3
Multilevel Analyses in R
I am new to R and would like to get some practice analyzing multilevel data. I wonder if anyone can point me to a sample data set and command lines that I might replicate for a sample session. I would then compare my output with HLM output. Any help is appreciated. ------ Harold C. Doran Director of Research and Evaluation New American Schools 675 N. Washington Street, Suite 220 Alexandria,
2004 Mar 02
1
VP3 Format Doc, v0.4
...Check it out-- another update in the space of a week: http://home.pcisys.net/~melanson/codecs/vp3-format.txt v0.4: March 2, 2004 - renamed and expanded section "Initializing The Quantization Matrices" - outlined section "Reconstructing The Frame" - moved Theora Differences Appendix to its own section entitled "Theora Specification" - added Appendix: Quantization Matrices And Scale Factors - added Appendix: DCT Coefficient VLC Tables <p>I have now made the Theora spec more than a footnote in the document (though I still have not expounded much upon that sectio...
2005 Apr 22
2
Hoaglin Outlier Method
...reviewed some R books, FAQs and such but the volume of material is great. I am in the process of porting my current SAS and SVS Script code to Lotus Approach, R and WordPerfect. My question is, can you help me determine the best R method to implement the Hoaglin Outlier Method? It is used in the Appendix A and B of the fo llowing link. http://trb.org/publications/nchrp/nchrp_w71.pdf The sample data from Appendix A for determining outliers in R: T314Data <- structure(list(Lab = as.integer(c(1:60)), X = c(4.89, 3.82, 2.57, 2.3, 2.034, 2, 1.97, 1.85, 1.85, 1.85, 1.84, 1.82, 1.82, 1.77, 1.76, 1.67,...
2010 May 05
3
Latex and Stangle()
Hi, I'm using the Sweave and I would like include codes of the R in my LaTeX file. I extracts the R code with Stangle (), whose name is Relatorio.R but I can't include it in the Latex file as an appendix. Suggests? Thanks, -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2012 Dec 13
0
Release notes appendix for libguestfs 1.20 on Debian Wheezy
I'm just about to release libguestfs 1.20. I want to cover some things that are different or won't work as well in Debian Wheezy. ** Most important ** Debian Wheezy ships with febootstrap 3.17. This is too old to run libguestfs 1.20 out of the box (febootstrap >= 3.20 required). However if you apply the attached patch to libguestfs, then it will work with the older febootstrap.
2003 Mar 28
2
file.show("morley.tab") responds "NO FILE"
"An Introduction to R", Venables and Smith, Version 1.6.2 (2003-01-10) http://cran.r-project.org/doc/manuals/R-intro.pdf has in its "Appendix A: A sample session", page 81, file.show("morley.tab") I get the response NO FILE morley.tab The following "Introduction to the R Project for Statistical Computing" www.itc.nl/~rossiter/teach/sstat14/ RIntro_ITC_2003022.pdf comments on the same problem at the bo...
2010 Jul 06
3
Help With ANOVA (corrected please ignore last email)
Sorry i had a misprint in the appendix code in the last email Hi I needed some help with ANOVA I have a problem with My ANOVA analysis. I have a dataset with a known ANOVA p-value, however I can not seem to re-create it in R. I have created a list (zzzanova) which contains 1)Intensity Values 2)Group Number (6 Different Groups) 3)Sam...
2005 Apr 18
3
Samba Internal Error and Panic
Getting this on a FreeBSD 5.2.1-RELEASE #0: Sat Aug 28 11:56:25 CDT 2004 system when trying to start the smbd process after an upgrade to the newest release. Didn't see anything helpful in the referenced appendix bugs of the Samba HOWTO collection. An attempted smbd -d10 yielded a core dump but no futher info. -------------------------------log error-------------------------------------------- [2005/04/18 08:30:18, 0] smbd/server.c:main(798) smbd version 3.0.14a started. Copyright Andrew Tridgell an...
2005 Aug 11
1
About sampleenc and sampledec in appendix B
<style> p {margin-top:0px;margin-bottom:0px;} </style> <table border=0 width=100% bgcolor='' cellpadding=0 cellspacing=0 align=center> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<tr> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<td valign=top style='padding:8pt;'><font size=2>Hi! I excuted
2020 Aug 25
9
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...utput    ELF file with optimized debug info. That version would be done out of the llvm tree. 3. Make a tool to be able to work in multi-thread mode. 4. Consider it to be included into LLVM tree. 5. Support DWARF5 tables. ====================================================================== Appendix A. Should this tool be implemented as a new tool or as an extension             to dsymutil/llvm-objcopy?    There already exists a tool which removes obsolete debug info on darwin - dsymutil.    Why create another tool instead of extending the already existed dsymutil/llvm-objcopy?    The...
2006 Apr 06
1
Look What 911 Will Cost in Canada
...odology - Rebanding decision follow-up, Decision CRTC 2001-737, 29 November 2001, and Review of price floor safeguards for retail tariffed services and related issues, Telecom Decision CRTC 2005-27, 29 April 2005 (Decision 2005-27), and other relevant decisions or orders. 11. Tables 1 and 2 in the Appendix of this Economic Evaluation provide the results of the imputation test for 0-ECRS. Table 1 provides the total present worth (PW) of revenues and costs over the study period and Table 2 provides the monthly revenues and costs per 0-ECRS customer. 5.0 DEMAND AND REVENUE INFORMATION 5.1 Forecast A...
2004 Apr 20
1
INTERNAL ERROR: Signal 11
Hi, I am getting the following error in my logs: lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 11 in pid 15629 (3.0.2a) Please read the appendix Bugs of the Samba HOWTO collection : 1 Time(s) Everything appears to be working, but I would like to know what is going on. There also doesn't seem to be a Bugs appendix in the Samba HOWTO. Regards, Tim __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6...