Re: [OctDev] Shipping data files for testing

2009-07-25 Thread Søren Hauberg
fre, 24 07 2009 kl. 22:20 +0200, skrev Thomas Weber: I wouldn't object to having a 'inst/data' directory, but is that easier to locate from within the code? I find fopen('data/filename'); simpler than fopen('../data/filename'); Okay, I admit it: a weak argument :) I must

[OctDev] vrml-package

2009-07-25 Thread roessli bertrand
Hello, I have been using the very useful vrml-1.0.10-package from Octave-forge and came across 2 small problems. 1.) the function vrlm_transfo calls the orthogonalize function. I think this function was replaced by the function orth in the linear-algebra package? Is it the case? 2.-) in

Re: [OctDev] request for developer

2009-07-25 Thread Søren Hauberg
fre, 24 07 2009 kl. 21:34 -0300, skrev Esteban Cervetto: 2009/7/24 Søren Hauberg so...@hauberg.org: Just out of curiosity: what does 'ultimate' mean in the 'actuarial' context? [snip] Thanks for the explanation. Now I learned something today :-) You need to checkout Octave-Forge from

Re: [OctDev] request for developer

2009-07-25 Thread Søren Hauberg
fre, 24 07 2009 kl. 23:43 -0300, skrev Esteban Cervetto: But something is wrong I pass you the console [snip] This could also be related to the fact that I hadn't given you svn access. I have now, perhaps that helps. Søren

[OctDev] __bfgsmin.cc

2009-07-25 Thread roessli bertrand
Hello, I have been trying to use bfgsmin, but the fit diverges for e.g. an exponential fit: ---warning: __bfgsmin_obj: objective function could not be evaluated - setting to DBL_MAX error: feval: function `__isequal__' not found I think the problem comes from check_gradient.column(0) = g;

Re: [OctDev] Shipping data files for testing

2009-07-25 Thread Carlo de Falco
On 25 Jul 2009, at 04:50, Søren Hauberg wrote: fre, 24 07 2009 kl. 22:20 +0200, skrev Thomas Weber: I wouldn't object to having a 'inst/data' directory, but is that easier to locate from within the code? I find fopen('data/filename'); simpler than fopen('../data/filename');

Re: [OctDev] Shipping data files for testing

2009-07-25 Thread Søren Hauberg
lør, 25 07 2009 kl. 07:19 -0500, skrev Carlo de Falco: Thinking a bit more about it, one argument in favour of having data in inst/data is that it doesn't require any change to pkg.m as any subdirectory of inst will be copied to the package installation location so to make this change

Re: [OctDev] curious about octave compiler ?

2009-07-25 Thread Alain Baeckeroot
Thanks a lot for URLs. I have missed some of them. It seems i 'll have to wait until several PhD are done on the topic :) Regards Alain. Le 25/07/2009 à 01:57, michael iltis a écrit : A simple google search on octave compiler : The code and masters thesis documentation for a prototype

Re: [OctDev] request for developer

2009-07-25 Thread Søren Hauberg
lør, 25 07 2009 kl. 15:36 -0300, skrev Esteban Cervetto: 2009/7/25 Søren Hauberg so...@hauberg.org: lør, 25 07 2009 kl. 11:54 -0300, skrev Esteban Cervetto: I recall $ svn commit actuarial did work it this time? It seems have worked: