search for: ardia

Displaying 13 results from an estimated 13 matches for "ardia".

Did you mean: bardia
2008 May 27
4
package functions documentation
...for some functions (the main functions). When using R CMD check myPackage, I get a warning message indicating that some of my functions are not documented. How can I get rid of this problem? Of course, I don't want to document every function in the package... Thanks for your help. -- David Ardia H-building, room 11-26 Econometric Institute Erasmus University PO Box 1738 NL 3000 DR Rotterdam The Netherlands Phone: +31 (0)10 408 2269
2008 Apr 22
2
optimization and gradient
...products, etc...). Therefore, I have to compute these quantities twice which slows down the procedure. How can I get rid of that in a similar way as with 'nlmin' which allows the attribute 'gradient' in the output of the objective function? Thanks a lot for your answer -- David Ardia H-building, room 11-26 Econometric Institute Erasmus University PO Box 1738 NL 3000 DR Rotterdam The Netherlands Phone: +31 (0)10 408 2269
2009 Mar 03
2
R - MATLAB apply like function
Dear all, I very often use the R function "apply", for speedup purposes. I am now also using MATLAB, and would like to use the same kind of function. I have already asked MATLAB people, and the answer is : "vectorize"... but of course, this is not always possible. So, instead of using a FOR loop all the time, I tried using the bsxfun. So you R people, who might also use MATLAB,
2008 Apr 25
1
No rule to make target 'R/Copy'
...age using R CMD INSTALL: make[2]: *** No rule to make target 'R/Copy', needed in [...] What does that mean? I can still compile other packages containing C code, but not that one. No 00UNLOCK directory has been created . I am on a IBM PC, and use windows XP. Thanks for your help -- David Ardia H-building, room 11-26 Econometric Institute Erasmus University PO Box 1738 NL 3000 DR Rotterdam The Netherlands Phone: +31 (0)10 408 2269
2009 Jan 26
0
AdMit version 1-01.01
...ng and the Metropolis-Hastings algorithm using a naive candidate and with the Griddy-Gibbs approach. o creation of /doc folder with AdMitJSS.txt and AdMitRnews.txt files (the R codes used for JSS and Rnews papers). o CITATION file simplified. o 'coda' package is now Suggests REFERENCES Ardia D, Hoogerheide LF, van Dijk HK (2008). AdMit: Adaptive Mixture of Student-t Distributions in R. R package version 1.01-01. URL http://CRAN.R-project.org/package=AdMit. Ardia D, Hoogerheide LF, van Dijk HK (2009). Adaptive Mixture of Student-t Distributions as a Flexible Candidate Distribution for...
2009 Jan 26
0
AdMit version 1-01.01
...ng and the Metropolis-Hastings algorithm using a naive candidate and with the Griddy-Gibbs approach. o creation of /doc folder with AdMitJSS.txt and AdMitRnews.txt files (the R codes used for JSS and Rnews papers). o CITATION file simplified. o 'coda' package is now Suggests REFERENCES Ardia D, Hoogerheide LF, van Dijk HK (2008). AdMit: Adaptive Mixture of Student-t Distributions in R. R package version 1.01-01. URL http://CRAN.R-project.org/package=AdMit. Ardia D, Hoogerheide LF, van Dijk HK (2009). Adaptive Mixture of Student-t Distributions as a Flexible Candidate Distribution for...
2009 Oct 01
0
DEoptim 2.0-0
...Visual C++ v5.0 implementation distributed with [2]. More details on DE optimization can be found on the DE homepage [1]. We believe that the DE approach may be applicable in many fields of research and hope that the package DEoptim will be fruitful for many researchers. Kate Mullen and David Ardia MODIFICATIONS o The R-based implementation of Differential Evolution has been replaced with a C-based implementation similar to the MS Visual C++ v5.0 implementation accompanying the book `Differential Evolution - A Practical Approach to Global Optimization',downloaded from...
2008 Apr 24
1
Passing Inf from R to C using .C("myLibC"...
...ues from R to C code using the function '.C(...)'. When running my code, I get an error since C does not recognize -Inf and Inf values. Of course, I could use instead a very low (or high) number, but I was wondering whether a more elegant solution exists. Thanks for your help. -- David Ardia H-building, room 11-26 Econometric Institute Erasmus University PO Box 1738 NL 3000 DR Rotterdam The Netherlands Phone: +31 (0)10 408 2269
2009 Oct 01
0
DEoptim 2.0-0
...Visual C++ v5.0 implementation distributed with [2]. More details on DE optimization can be found on the DE homepage [1]. We believe that the DE approach may be applicable in many fields of research and hope that the package DEoptim will be fruitful for many researchers. Kate Mullen and David Ardia MODIFICATIONS o The R-based implementation of Differential Evolution has been replaced with a C-based implementation similar to the MS Visual C++ v5.0 implementation accompanying the book `Differential Evolution - A Practical Approach to Global Optimization',downloaded from...
2008 Jun 23
0
AdMit 1.00-02
...ction. The mixture approximation can then be used as the importance density in importance sampling or as the candidate density in the Metropolis-Hastings algorithm to obtain quantities of interest for the target density itself. http://cran.at.r-project.org/web/packages/AdMit/index.html -- David Ardia H-building, room 11-26 Econometric Institute Erasmus University PO Box 1738 NL 3000 DR Rotterdam The Netherlands Phone: +31 (0)10 408 2269 _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Sep 16
1
math-type label
Dear all, I would like to create a math-type label like this one: c(expression(theta[1]), expression(theta[2]), ..., expression(theta[N])) How can I do that in an automatic way (i.e., for any dimension N). I tried with a "for" loop, but also need to used substitute I guess. Any idea? Thanks a lot, David
2009 Feb 26
1
R communication
Dear all, Imagine that you have a small LAN with two computers. I would like to run R on both, and possible to run computations from one computer to the other one. TCP IP protocole would be preferable. Which package would you use for that? I would be very glad if you could also provide me with some lines of code, e.g., create a matrix X in computer 1, transfer its value to the second computer,
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems