Re: [OctDev] Gaussian Processes

2012-05-20 Thread Nir Krakauer
Looks like a worthwhile addition Nir On Sun, May 20, 2012 at 5:51 AM, Juan Pablo Carbajal wrote: > Hi, > Is there a package covering this topic? > > I am reading the book by Rasmussen and found that they are providing > code and tool under a seems-like free license[1]. > Shall I ask them to see

Re: [OctDev] Patch for communications 1.1.1

2012-05-20 Thread Sébastien Villemot
Mike Miller writes: > On Sun, May 20, 2012 at 10:06 AM, Sébastien Villemot > wrote: >> Please find attached a patch applied to the communications package in >> Debian (upcoming Debian release 1.1.1-1). >> >> More details about the purpose of the patch are given in the patch >> header. > > Applie

Re: [OctDev] miscellaneous: truncate

2012-05-20 Thread JuanPi
On Sun, Apr 15, 2012 at 1:53 PM, JuanPi wrote: > Hi all, > > I added a prototype of a function to miscellaneous/devel > http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/miscellaneous/devel/truncate.m?revision=10226&view=markup > > The functions should "truncate" a number to

Re: [OctDev] Patch for communications 1.1.1

2012-05-20 Thread Mike Miller
On Sun, May 20, 2012 at 10:06 AM, Sébastien Villemot wrote: > Please find attached a patch applied to the communications package in > Debian (upcoming Debian release 1.1.1-1). > > More details about the purpose of the patch are given in the patch > header. Applied, thanks. This had been working

[OctDev] Patch for communications 1.1.1

2012-05-20 Thread Sébastien Villemot
Please find attached a patch applied to the communications package in Debian (upcoming Debian release 1.1.1-1). More details about the purpose of the patch are given in the patch header. Best, Description: Fix bug in oct2dec.m with big numbers Without this patch, the following test fails: ass

[OctDev] Gaussian Processes

2012-05-20 Thread Juan Pablo Carbajal
Hi, Is there a package covering this topic? I am reading the book by Rasmussen and found that they are providing code and tool under a seems-like free license[1]. Shall I ask them to see if they want to have the code in Octave-Forge? That means doing the same I did with Matgeom (package geometry)