search for: fpl

Displaying 17 results from an estimated 17 matches for "fpl".

Did you mean: dpl
2001 May 01
0
SSfpl self-start sometimes fails... workaround proposed
...;plinear"))) which assumes an initial value of lscal equal to 0. If lscal is very different to 0, the evaluation could fail (singular gradient,...), as it is the case with the dataset provided hereunder (see end of this message). As a workaround, I propose a modified self-start function for SSfpl that remedy to this: --------------------------------------- fpl <- function (input, A, B, xmid, scal) { .expr1 <- B - A .expr2 <- xmid - input .expr4 <- exp((.expr2/scal)) .expr5 <- 1 + .expr4 .expr8 <- 1/.expr5 .expr13 <- .expr5^2 .value <- A +...
2017 Nov 26
0
withTimeout does not timeout nlme anymore
...uot;,"a1","a1","a3","a3","a3","a3"),f.block=c(1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4)) fpl.B.range <- function(lx,logbase,A,B,C,D) { A/(1+logbase^(-B*(lx-C)))+D } myFormula<-list(formula(A~id),formula(B~id),formula(C~id),formula(D~id)) INIT <- c(A.a1=1,A.a2<https://maps.google.com/?q=1,A.a2&entry=gmail&source=g>=0,A.a3=0,B=1,B.a2=0,B.a3=0,C=0,C.a2=0,C.a3=0,D=1,D....
2010 Sep 14
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Valery Khamenya wrote: > are there any attempts to use LLVM in graph-rewriting (term-rewriting) > language implementations? Pure is a dynamically typed FPL based on term rewriting: http://pure-lang.googlecode.com/ It uses the LLVM JIT to compile and execute code on the fly in an interpreter-like environment, and can also batch-compile code to native executables. This includes the deterministic (non-backtracking) tree matching automata needed to impl...
2009 Oct 19
2
How to get slope estimates from a four parameter logistic with SSfpl?
Hi, I was hoping to get some advice on how to derive estimates of slopes from four parameter logistic models fit with SSfpl. I fit the model using: model<-nls(temp~SSfpl(time,a,b,c,d)) summary(model) I am interested in the values of the lower and upper asymptotes (parameters a and b), but also in the gradient of the line at the inflection point (c) which I assume tells me my rate of increase when it is steepest (?...
2010 Sep 13
4
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi, are there any attempts to use LLVM in graph-rewriting (term-rewriting) language implementations? How good is LLVM for this? E.g., is it natural to expect that the LLVM-based implementation of the language Concurrent Clean be any faster than its reference implementation? Best regards -- Valery A.Khamenya -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Nov 27
2
withTimeout bug, it does not work properly with nlme anymore
...ot;a1","a1","a1","a1","a3","a3","a3","a3","a2","a2","a2","a2","a1","a1","a1","a1","a3","a3","a3","a3")) fpl.B.range <- function(lx,logbase,A,B,C,D) { A/(1+logbase^(-B*(lx-C)))+D } myFormula<-list(formula(A~id),formula(B~id),formula(C~id),formula(D~id)) INIT <- c(A.a1=1,A.a2=0,A.a3=0,B=1,B.a2=0,B.a3=0,C=0,C.a2=0,C.a3=0,D=1,D.a2=0,D.a3=0) for (i in 1:100) { print(paste("Iteration &q...
2008 Sep 12
2
[LLVMdev] Tail-calling
Hi Albert, nice to see someone is using the tail call stuff. i am responsible for the mess (feature) ;). Tail call optimization currently (llvm 2.3) works (to varying degrees, see http://llvm.org/docs/CodeGenerator.html#tailcallopt) for x86(-64) and ppc32/64. x86 being more mature (testing) than ppc. ppc64 has received the least testing. regards
2008 Sep 12
0
[LLVMdev] Tail-calling
Arnold Schwaighofer wrote: > nice to see someone is using the tail call stuff. i am responsible for > the mess (feature) ;). Thanks a bunch. Without it, my FPL (http://pure-lang.sf.net) would be much less useful because it doesn't have a built-in loop construct. :) > Tail call optimization currently (llvm 2.3) works (to varying degrees, > see http://llvm.org/docs/CodeGenerator.html#tailcallopt) > for x86(-64) and ppc32/64. x86 being more ma...
2006 Jan 02
5
Can''t get fcgi working with Apache2 on Mac OS X
I have an application that works fine in development mode under plain old CGI and I''m trying to get it running under FCGI with multiple hours of frustration. Lately, I am running dispatch.fcgi standalone from the command line. It gives me a not very helpful one line error message; Status: 500 Internal Server Error The log file produces a not very helpful 2 line message;
2006 Jun 15
12
RoR on Apache2
...t .cgi AddHandler fcgid-script .fcgi ... Alias /ToDo/ "/home/crvoelker/src/ToDo/public/" <Directory "/home/crvoelker/src/ToDo/public/"> Options Indexes MultiViews ExecCGI FollowSymLinks AddHandler cgi-script .cgi AddHandler fcgid-script .fcgi .fcg .fpl AllowOverride All Allow from all Order allow,deny </Directory> ---end segment---- /etc/apache2/apache2.conf ---start segment---- /home/crvoelker/src/ToDo/public/.htaccess RewriteEngine On RewriteBase /ToDo RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html...
2004 Aug 16
2
using nls to fit a four parameter logistic model
Shalini Raghavan 3M Pharmaceuticals Research Building 270-03-A-10, 3M Center St. Paul, MN 55144 E-mail: sraghavan at mmm.com Tel: 651-736-2575 Fax: 651-733-5096 ----- Forwarded by Shalini Raghavan/US-Corporate/3M/US on 08/16/2004 11:25 AM ----- Shalini
2006 May 08
5
Ruby on Rails on Linux - Any suggestions/Help?
Hi, I''m really new to RoR and I''m trying to setup a development or even production server for Ruby on Rails. I''m trying to do it on Linux Debian, but somehow, I always get this Error: Application Error - Rails application failed to start properly This was running on Debian Linux, Apache2, Mysql and FastCGI. The Tutorial I used:
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On 29 May 2018 at 16:37, R P Herrold wrote: | On Tue, 29 May 2018, Dirk Eddelbuettel wrote: | | > On a CentOS 7 machine, I am at a loss with respect to an inability to run a | > full R CMD check as anything involving tex files ends in tears. | | Hi, Dirk | | Have fun at the upcoming conference at UIC | | I seem to have 56 font packages installed under CentOS 7 | locally, but then I work
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
...n18492.2.8-38.el7.noarch texlive-filecontents-svn24250.1.3-38.el7.noarch texlive-filehook-svn24280.0.5d-38.el7.noarch texlive-fix2col-svn17133.0-38.el7.noarch texlive-float-svn15878.1.3d-38.el7.noarch texlive-fontspec-svn29412.v2.3a-38.el7.noarch texlive-footmisc-svn23330.5.5b-38.el7.noarch texlive-fpl-svn15878.1.002-38.el7.noarch texlive-fp-svn15878.0-38.el7.noarch texlive-geometry-svn19716.5.6-38.el7.noarch texlive-glyphlist-svn28576.0-38.el7.noarch texlive-graphics-svn25405.1.0o-38.el7.noarch texlive-gsftopk-bin-svn26509.0-38.20130427_r30134.el7.x86_64 texlive-gsftopk-svn26689.1.19.2-38.el7.no...
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...el7.noarch | texlive-filecontents-svn24250.1.3-38.el7.noarch | texlive-filehook-svn24280.0.5d-38.el7.noarch | texlive-fix2col-svn17133.0-38.el7.noarch | texlive-float-svn15878.1.3d-38.el7.noarch | texlive-fontspec-svn29412.v2.3a-38.el7.noarch | texlive-footmisc-svn23330.5.5b-38.el7.noarch | texlive-fpl-svn15878.1.002-38.el7.noarch | texlive-fp-svn15878.0-38.el7.noarch | texlive-geometry-svn19716.5.6-38.el7.noarch | texlive-glyphlist-svn28576.0-38.el7.noarch | texlive-graphics-svn25405.1.0o-38.el7.noarch | texlive-gsftopk-bin-svn26509.0-38.20130427_r30134.el7.x86_64 | texlive-gsftopk-svn26689.1.19...
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...ode_unlock(struct nr_node *nr_node) +static inline void nr_node_unlock(struct nr_node *nr_node) diff --git a/include/net/scm.h b/include/net/scm.h index 903771c8d4e3..ae6a707f2dee 100644 --- a/include/net/scm.h +++ b/include/net/scm.h @@ -46 +46 @@ struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl); -static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) +static inline void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) @@ -51 +51 @@ static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_co -static __inline__ voi...
2012 Jun 24
0
nouveau _BIOS method
...CHB......MCHL... 00a0: 08 45 47 50 42 0c 00 90 d1 fe 08 45 47 50 4c 0b .EGPB......EGPL. 00b0: 00 10 08 44 4d 49 42 0c 00 80 d1 fe 08 44 4d 49 ...DMIB......DMI 00c0: 4c 0b 00 10 08 49 46 50 42 0c 00 40 d1 fe 08 49 L....IFPB.. at ...I 00d0: 46 50 4c 0b 00 10 08 50 45 42 53 0c 00 00 00 f8 FPL....PEBS..... 00e0: 08 50 45 4c 4e 0c 00 00 00 04 08 53 4d 42 53 0b .PELN......SMBS. 00f0: 80 05 08 53 4d 42 4c 0a 20 08 50 42 4c 4b 0b 10 ...SMBL. .PBLK.. 0100: 04 08 50 4d 42 53 0b 00 04 08 50 4d 4c 4e 0a 80 ..PMBS....PMLN.. 0110: 08 4c 56 4c 32 0b 14 04 08 4c 56 4c 33 0b 15 04 .LVL2.....