Displaying 7 results from an estimated 7 matches for "call_dqagi".
Did you mean:
call_dqags
2007 Jun 28
2
minor flaw in integrate()
...t;- 1
bound <- lower
}
else if (is.finite(upper)) {
inf <- -1
bound <- upper
}
else {
inf <- 2
bound <- 0
}
wk <- .External("call_dqagi", ff, rho = environment(),
as.double(bound), as.integer(inf), as.double(abs.tol),
as.double(rel.tol), limit = limit, PACKAGE = "base")
}
### [snip]
### new code to replace the old one ###
### [snip]
else {
if (is.na(lower) || is....
2012 Sep 25
1
how to pass a function to a function inside a function
...if (is.finite(lower)) {
inf <- 1
bound <- lower
}
else if (is.finite(upper)) {
inf <- -1
bound <- upper
}
else {
inf <- 2
bound <- 0
}
wk <- .External("call_dqagi", ff, rho = environment(),
as.double(bound), as.integer(inf), as.double(abs.tol),
as.double(rel.tol), limit = limit, PACKAGE = "base")
}
res <- wk[c("value", "abs.error", "subdivisions")]
res$message <- switch(wk...
2009 Jan 05
1
transform R to C
Dear R users,
i would like to transform the following function from R-code to C-code and call it from R in order to speed up the computation because in my other functions this function is called many times.
`dgcpois` <- function(z, lambda1, lambda2)
{
`f1` <- function(alpha, lambda1, lambda2)
return(exp(log(lambda1) * (alpha - 1) - lambda2 * lgamma(alpha)))
`f2` <-
2007 Jan 30
1
Solaris 10 compilation issue
...memory.o
R_ExpandFileName Renviron.o
R_OpenInitFile main.o
R_getClockIncrement eval.o
R_ReadConsole connections.o
Rf_initialize_R Rmain.o
call_dqags registration.o
call_dqagi registration.o
deflateEnd connections.o
ptr_R_EditFile ../unix/libunix.a(edit.o)
inflateEnd connections.o
Rf_lchoose arithmetic.o
R_ChooseFile platform.o
l...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...memory.o
R_ExpandFileName Renviron.o
R_OpenInitFile main.o
R_getClockIncrement eval.o
R_ReadConsole connections.o
Rf_initialize_R Rmain.o
call_dqags registration.o
call_dqagi registration.o
deflateEnd connections.o
ptr_R_EditFile ../unix/libunix.a(edit.o)
inflateEnd connections.o
Rf_lchoose arithmetic.o
R_ChooseFile platform.o
l...
2007 Jan 30
0
R Compiling issue
...random.o
Rf_rt random.o
chol_ registration.o
gzeof connections.o
do_syssleep names.o
R_EditFiles platform.o
R_getProcTime memory.o
R_ExpandFileName Renviron.o
R_OpenInitFile main.o
R_getClockIncrement eval.o
R_ReadConsole connections.o
Rf_initialize_R Rmain.o
call_dqags registration.o
call_dqagi registration.o
deflateEnd connections.o
ptr_R_EditFile ../unix/libunix.a(edit.o)
inflateEnd connections.o
Rf_lchoose arithmetic.o
R_ChooseFile platform.o
lminfl_ registration.o
deflateInit2_ connections.o
N01_kind RNG.o
do_machine names.o
libintl_dcigettext ../extra/intl/libintl.a(dcgette...
2007 Jan 30
0
Issue with compiling R on solaris 10
...memory.o
R_ExpandFileName Renviron.o
R_OpenInitFile main.o
R_getClockIncrement eval.o
R_ReadConsole connections.o
Rf_initialize_R Rmain.o
call_dqags registration.o
call_dqagi registration.o
deflateEnd connections.o
ptr_R_EditFile ../unix/libunix.a(edit.o)
inflateEnd connections.o
Rf_lchoose arithmetic.o
R_ChooseFile platform.o
l...