Re: [OctDev] bug in xcorr() from signal-1.0.11

2011-09-12 Thread Gerd Kunde
Hi, I just installed signal 1.0.11, it still gives the error and it appears that signal is still from March 10th, 2010 ? Thanks Gerd Re: bug in xcorr() from signal-1.0.11[image: Click to flag this post] by Peter Lanspeary Mar 30, 2010; 0

Re: [OctDev] octave fixed point package: from where to download ?

2011-09-12 Thread David Bateman
On 09/12/2011 11:17 AM, Michael Goffioul wrote: > On Mon, Sep 12, 2011 at 10:11 AM, Dario Cardini > wrote: >> Dear Michael, >> do you know if there is any plan to port it to 3.4.x ? > I have no idea, I'm not the package maintainer. > David Bateman hasn't been very active recently, so I can only a

Re: [OctDev] ocframe for adoption?

2011-09-12 Thread Søren Hauberg
man, 12 09 2011 kl. 10:34 -0500, skrev Jordi Gutiérrez Hermoso: > How about this package for adoption as an Octave-Forge package? > > http://ocframe.sourceforge.net/ > > I might attempt the adoption myself if someone else doesn't want to do it. Have you talked to the developers of the packag

[OctDev] ocframe for adoption?

2011-09-12 Thread Jordi Gutiérrez Hermoso
How about this package for adoption as an Octave-Forge package? http://ocframe.sourceforge.net/ I might attempt the adoption myself if someone else doesn't want to do it. - Jordi G. H. -- Doing More with Less: The N

Re: [OctDev] new function to financial package: cov2corr()

2011-09-12 Thread YuHong
Hello, Thanks! I will try a better way for the function. Best regards, Hong Yu > From: carandraug+...@gmail.com > Date: Mon, 12 Sep 2011 12:11:09 +0100 > Subject: Re: [OctDev] new function to financial package: cov2corr() > To: hyu0...@hotmail.com > CC: octave-dev@lists.sourceforge.net >

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-12 Thread Carnë Draug
On 12 September 2011 12:59, Søren Hauberg wrote: > man, 12 09 2011 kl. 12:48 +0100, skrev Carnë Draug: >> On 12 September 2011 12:34, Søren Hauberg wrote: >> > man, 12 09 2011 kl. 11:58 +0100, skrev Carnë Draug: >> >> I can do that no problem. Is one category per package enough? >> > >> > I'm a b

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-12 Thread Søren Hauberg
man, 12 09 2011 kl. 12:48 +0100, skrev Carnë Draug: > On 12 September 2011 12:34, Søren Hauberg wrote: > > man, 12 09 2011 kl. 11:58 +0100, skrev Carnë Draug: > >> I can do that no problem. Is one category per package enough? > > > > I'm a bit slow... you want to create one category in the bug tra

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-12 Thread Carnë Draug
On 12 September 2011 12:34, Søren Hauberg wrote: > man, 12 09 2011 kl. 11:58 +0100, skrev Carnë Draug: >> I can do that no problem. Is one category per package enough? > > I'm a bit slow... you want to create one category in the bug tracker per > package? Say we have 50 packages you want to create

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-12 Thread Søren Hauberg
man, 12 09 2011 kl. 11:58 +0100, skrev Carnë Draug: > I will try to make > some changes to it? If I make changes to the text in /doc/htdocs/ are > the changes in the site immediate? Yes, I think so. But please be careful when making changes -- if you make a mistake it will be time-consuming to fix

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-12 Thread Søren Hauberg
man, 12 09 2011 kl. 11:58 +0100, skrev Carnë Draug: > I can do that no problem. Is one category per package enough? I'm a bit slow... you want to create one category in the bug tracker per package? Say we have 50 packages you want to create 50 categories in the tracker? Søren --

Re: [OctDev] new function to financial package: cov2corr()

2011-09-12 Thread Carnë Draug
2011/9/12 YuHong : > I have written a new function 'cov2corr()' to the financial package in > Octave, based on MatLab's financial toolbox manual.  Basically cov2corr() > convert covariance to standard deviation and correlation coefficient.  For > example, Hi Hong, I think the suggestions given by

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-12 Thread Carnë Draug
On 11 September 2011 15:38, c. wrote: > > On 9 Sep 2011, at 03:00, Carnë Draug wrote: >> Could a project admin maybe create the different categories (one for >> each package at least)? And update the web pages to mention that users >> should use the trackers to report bugs? And when asking for sup

Re: [OctDev] Looking for a leader!

2011-09-12 Thread Carnë Draug
On 11 September 2011 17:46, Søren Hauberg wrote: > søn, 11 09 2011 kl. 16:54 +0200, skrev c.: >> I just upgraded Thomas and Carnë to project admins, hope you don't objct >> that. > > Assuming they don't mind then I think it is a good idea. Both Thomas and > Carnë have more than proven themselves

Re: [OctDev] first try of improving financial package and related

2011-09-12 Thread Carnë Draug
On 12 September 2011 11:06, YuHong wrote: > Thanks!  Updated 'corr2cov.m' as attached.  Does it look better for the > financial package?  And how to add new function to an existing package? Just mail it like you're doing now (or submit it to the octave tracker in sourceforge) and wait for someone

Re: [OctDev] first try of improving financial package and related

2011-09-12 Thread YuHong
Hello, Thanks! Updated 'corr2cov.m' as attached. Does it look better for the financial package? And how to add new function to an existing package? Best regards, Hong Yu > > Looks good. I think you should do something to ensure that sigma is > either a row or a column vector. You coul

Re: [OctDev] FL-Core for Win32

2011-09-12 Thread Michael Goffioul
You're the package maintainer, it's your call. But also note that even octave itself does not require pthread and use Win32 API for thread/mutex related stuffs. Michael. On Mon, Sep 12, 2011 at 10:08 AM, Gianvito Pio wrote: > Do you really think it is necessary to specialize the code? > We consi

Re: [OctDev] octave fixed point package: from where to download ?

2011-09-12 Thread Michael Goffioul
On Mon, Sep 12, 2011 at 10:11 AM, Dario Cardini wrote: > Dear Michael, > do you know if there is any plan to port it to 3.4.x ? I have no idea, I'm not the package maintainer. David Bateman hasn't been very active recently, so I can only assume there's no plan to do the port at the moment. Micha

Re: [OctDev] first try of improving financial package and related

2011-09-12 Thread Søren Hauberg
man, 12 09 2011 kl. 07:33 +, skrev YuHong: > Attached is the updated shorter "corr2cov.m". Does it look better for > the financial package? Thanks! Looks good. I think you should do something to ensure that sigma is either a row or a column vector. You could add something like sigma = sig

[OctDev] new function to financial package: cov2corr()

2011-09-12 Thread YuHong
Hello, I have written a new function 'cov2corr()' to the financial package in Octave, based on MatLab's financial toolbox manual. Basically cov2corr() convert covariance to standard deviation and correlation coefficient. For example, ExpCovariance = [0.25 -0.5 -0.5 4.0]

[OctDev] Fwd: octave fixed point package: from where to download ?

2011-09-12 Thread Michael Goffioul
Forgot to Cc the mailing list... -- Forwarded message -- From: Michael Goffioul Date: Mon, Sep 12, 2011 at 8:58 AM Subject: Re: [OctDev] octave fixed point package: from where to download ? To: Dario Cardini 2011/9/12 Dario Cardini : > Dear Carnë, > thank you for this informat

Re: [OctDev] octave fixed point package: from where to download ?

2011-09-12 Thread Dario Cardini
Dear Carnë, thank you for this information. I tried the pkg install from the last octave version but I got an error. I write in the following the result of this command. Your help is welcome, Thank you, Kind Regards Dario *GNU Octave, version 3.4.2 Copyright (C) 2011 John W. Eaton and others. Th

Re: [OctDev] first try of improving financial package and related

2011-09-12 Thread YuHong
Hello, Attached is the updated shorter "corr2cov.m". Does it look better for the financial package? Thanks! Best regards, Hong Yu > From: hyu0...@hotmail.com > To: so...@hauberg.org > CC: octave-dev@lists.sourceforge.net; hyu0...@hotmail.com > Subject: Re: [OctDev] first try of improving