similar to: How do I find the first derivative from the cubic natural spline

Displaying 20 results from an estimated 300 matches similar to: "How do I find the first derivative from the cubic natural spline"

2007 Apr 17
2
Use of argument '...'
Dear R list, I've read the function writing sections on both "An introduction to R" and "R language Definition" manuals but still don't understand why the following gives an error message: fun <- function(x, ...) x + y fun(1, y=2) I get: Error in fun(1, y = 2) : object "y" not found I'd appreciate any help in understanding this. R version 2.4.1
2007 May 15
1
Efficiently reading random lines form a large file
I need to read two different random lines at a time from a large ASCII file (120 x 296976) containing space delimited 0-1 entries. The following code does the job and it's reasonable fast for my needs: lineNumber = sample(120, 2) line1 = scan(filename, what = "integer", skip=lineNumber[1]-1, nlines=1) line2 = scan(filename, what = "integer",
2007 Jul 12
0
No subject
client with my asterisk. If i am wrong, please let me know On Wed, Jan 7, 2009 at 4:43 PM, Rodolfo Alcazar Portillo < rodolfo.alcazar at padep.org.bo> wrote: > Missed the thread, sorry. Gizmo5.com has some blackberry SIP clients. > Could be what you want. > > Greets! > > Am Mittwoch, den 07.01.2009, 16:07 -0500 schrieb Eric Moniz: > > TianLun, > > > > I
2008 Oct 30
3
SIP # DTMF
Hi. In creating a custom extension, and dialing SIP/222/333#444, seems the party receives only "333" What should I do to send the # symbol? or better, where can I find that syntax? Googled a lot, nothing. Thanks! -- Rodolfo Alcazar Responsable red y datos Deutsche Gesellschaft f?r Technische Zusammenarbeit (GTZ) GmbH Programa de Apoyo a la Gesti?n P?blica Descentralizada y Lucha
2008 Oct 16
2
Triggering a call from bash
Hi. Does anyone knows how to trigger a phone call from a bash command? Thx! -- Rodolfo Alcazar Responsable red y datos Deutsche Gesellschaft f?r Technische Zusammenarbeit (GTZ) GmbH Programa de Apoyo a la Gesti?n P?blica Descentralizada y Lucha Contra La Pobreza - PADEP Av. S?nchez Lima 2226 La Paz, Bolivia Tel: +591 22417628 (121) Fax: +591 22417628 (126) Web: www.padep.org.bo Email:
2008 Nov 01
1
SPA3102 interdigit timers bug?
Hi. I have a SPA3102 updated with with Software Version: 5.1.7(GW). I have this settings on Voice/Regional: Interdigit Long Timer: 10 Interdigit Short Timer: 3 Anyway, when hooking up (without dialing anything), the timeout starts after 3 seconds. It's like the Long Timer is unused. After dialing, the Short Timer is also used to timeout. Is that normal? Am I missing something? Thanks. --
2008 Nov 17
1
Deny FOP originated calls
Hi, I just want to deny FOP originated calls in TRIXBOX. All remaining operations (hanging up, transferring, etc) should go. Where is that option in TRIXBOX (already googled, nothing, checked config files but cant find that option)? Thanks a lot. -- Rodolfo Alcazar Responsable red y datos Deutsche Gesellschaft f?r Technische Zusammenarbeit (GTZ) GmbH Programa de Apoyo a la Gesti?n P?blica
2008 Oct 14
7
Panasonic x Asterisk if I can emulate Panasonic fast!
Im a 3-days-asterisk-newbie. In 3 weeks, I must have a PBX installed in a new office of ours: Panasonic or Asterisk. Asterisk would be, if I can emulate some Panasonic functions on Asterisk fast, to convince the executives. What I have done until now: Bought 1 Linksys pap2 (2 FXS), 1 Linksys SPA3102 (1 FXS + 1 FXO) for making asterisk tests. Configured Asterisk/Fedora 9 so I can make SIP->PSTN
2008 Oct 16
0
Sharing my Asterisk + SPA3102/PAP2 setup: What I've learned in 1 week.
(Im' answering cc the list, so the knowledge keeps there, and maybe some more qualified answers become). Am Mittwoch, den 15.10.2008, 18:00 -0700 schrieb Francisco del rosario: > Hey Rodolfo... Need some help from you ... > I need to know what hardware do I need to make SIP calls if I set-up > asterisk > So the situation is that I have a PC and configure the software of my PC to
1998 Jul 05
0
R-beta: Suggestion for a very minor change to Rd.sty
Dear R gurus and users, for some functions in some of the many packages available for R, with the current definition of \Header given in Rd.sty, the heading bumps into the surrounding words in documentation printed via LaTeX. To alleviate this minor typographical mishap, I'd like to suggest the change to R/doc/manual/Rd.sty included below as a context diff. With this minor diff applied, the
2013 Nov 01
0
Impose constraint on first order derivative at a point for cubic smoothing spline
Hello,        Dr. Simon Wood told me how to force a cubic spline passing through a point. The code is as following. Anyone  who knows how I can change the code to force the first derivative to be certain value. For example, the first derivative of the constrained cubic spline equals 2 at point (0, 0.6).        I really appreciate your help!        Thanks!                 Best             Victor   
1998 Jul 06
0
R-beta: Printing documentation for R and all packages installed
Dear R gurus and users, in order to provide the local users of R with a printed copy of the ample documentation provided with R and the optional packages installed, I have introduced a minor change to the R/doc/manual/Makefile. Using GNU find, GNU sed, and features of GNU make, the LaTeX documentation found in the subdiretories of .../R/library/ is copied to .../R/doc/manual, and appropriate
2004 Dec 02
3
R and Fortran in Windows
I just joined the list and appologize if this has been answered before but I am trying to interface between R and the Compaq Visual Fortran compiler version 6.6 for Windows. I found the following instructions on the web -- and an example. When I follow these directions exactly. R 2.0.0 crashes. Has anyone had any experience with this? Below are the instructions that I located: Thanks Dan
2006 Jul 03
13
Eager loading ActiveRecord objects
I have a complex graph of ActiveRecord entities that I want to load with one big honkin'' join query to avoid ripple loading. It''s for a report. However :include doesn''t get me all the way there because I want to load parents of parents (or children of children). I don''t mind doing the SQL by hand but I''m not quite sure what to do to get the result
2010 Sep 26
1
Basis functions of cubic regression spline in mgcv
I have a question about the basis functions of cubic regression spline in mgcv. Are there some ways I can get the exact forms of the basis functions and the penalty matrix that are used in mgcv? Thanks in advance! Yan [[alternative HTML version deleted]]
2011 Oct 27
1
Fitting Maximums of data series with cubic spline
Hi Users, I want to fit the maximums of a data series with a cubic spline. How do I go about this in R. I failed to figure out how I can use the mgcv library to do this. Thanks ---------------------------- ZABLONE
2007 May 08
1
Piecewise cubic Hermite interpolation
Which function implements the piecewise cubic Hermite interpolation? I am looking for equivalent of matlab's interp1 with the method = 'pchip' Here is the reference http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/ref/interp1.html& -- View this message in context:
2003 Oct 07
1
use of glm and cubic splines
When I fit a model like glm(gb~bs(age,df=6)), I obtain 7 estimates. Can anybody explain me where they stand for? Thank you Niel Hens Center For Statistics Limburgs Universitair Centrum Universitaire Campus, Building D 3590 Diepenbeek Tel: +32-11-26 82 32 Fax: +32-11-26 82 99 Email: niel.hens@luc.ac.be [[alternative HTML version deleted]]
2007 Dec 26
1
Cubic splines in package "mgcv"
R-users E-mail: r-help@r-project.org My understanding is that package "mgcv" is based on "Generalized Additive Models: An Introduction with R (by Simon N. Wood)". On the page 126 of this book, eq(3.4) looks a quartic equation with respect to "x", not a cubic equation. I am wondering if all routines which uses cubic splines in mgcv are based on this quartic
2008 Oct 10
1
how to evaluate a cubic Bezier curve (B-spline?) given the four control points
I'm trying to use R to determine the quality of a cubic Bezier curve approximation of an elliptical arc. I know the four control points and I want to compute (x,y) coordinates of many points on the curve. I can't find anything in either the base distribution or CRAN that does this; all the spline-related packages seem to be about *fitting* piecewise Bezier curves to a data set.