Re: [OctDev] errors in econometrics package

2012-05-11 Thread Levente Torok
On Fri, May 11, 2012 at 5:28 PM, Michael Creel wrote: > On Fri, May 11, 2012 at 1:47 PM, Carnë Draug wrote: >> On 11 May 2012 12:32, Levente Torok wrote: >>> On Fri, May 11, 2012 at 1:22 PM, Carnë Draug >>> wrote: >>>> On 11 May 2012 07:59, Levente

Re: [OctDev] errors in econometrics package

2012-05-11 Thread Levente Torok
22 PM, Carnë Draug wrote: > On 11 May 2012 07:59, Levente Torok wrote: >> I wanted to analyze gmm_exampe.m from econometrics package recently >> installed but I found that it called a lot of deprecated functions. >> I tracked them and replaced. Now it seems to be working. >

[OctDev] web error

2012-05-10 Thread Levente Torok
Hi All, On page http://octave.sourceforge.net/ChangeLog I found: 1. Server: octave.sourceforge.net 2. URL path: /ChangeLog 3. Error notes: NONE 4. Error type: 404 5. Request method: GET 6. Request query string: NONE 7. Time: 2012-05-11 06:41:56 UTC (1336718516) Cheers, Lev ---

Re: [OctDev] Octave in Google Summer of Code 2012

2012-04-23 Thread Levente Torok
Woow! Congratulations you all! Happy coding! L On Mon, Apr 23, 2012 at 11:02 PM, Jacob Dawid wrote: > That's great news! > I wish everyone to have lots of fun and a nice time coding! > > -- For Developers, A Lot Can Happe

Re: [OctDev] savevtk

2010-11-19 Thread Levente Torok
Dear Carlo, Philip and octave-dev > I am not saying you are too picky :) > All your comments about code style are correct and agreed upon by most Octave > developers, > but the common practice is to impose lower constrains on functions that are > included in OF > forge as compared to those that

[OctDev] Fwd: Re: fastKICA -> octave/3.x

2009-03-25 Thread Levente Torok
Dear Soren / Others, Please let me know if this licence will fit into the requirements of octave-forge. Levente -- Forwarded Message -- Subject: Re: fastKICA -> octave/3.x Date: Wednesday 25 March 2009 From: arthur gretton To: Levente Torok , Stefanie Jegelka OK, here

Re: [OctDev] GHMM in octave-forge as a first member of Pattern Recognition package?

2009-03-21 Thread Levente Torok
Hi Soren, On Saturday 21 March 2009, you wrote: > fre, 20 03 2009 kl. 19:27 +0100, skrev Levente Torok: > > I am just wondering what if try to interface to GHMM from > > http://www.ghmm.org/ > > to have a HMM implementation in octave-forge. > > In general I would like

[OctDev] GHMM in octave-forge as a first member of Pattern Recognition package?

2009-03-20 Thread Levente Torok
Hi All, I am just wondering what if try to interface to GHMM from http://www.ghmm.org/ to have a HMM implementation in octave-forge. In general I would like to see it as a first member of Pattern Recognition package. What do you think of it? Lev --

Re: [OctDev] contribution

2009-03-16 Thread Levente Torok
On Sunday 15 March 2009, you wrote: Dear Arno, > I must admit that I also find it hard to understand what this function > is useful for. Wouldn't you rather want a function that either 1) > computes confidence intervals for given confidence levels; or 2) tests > if samples come from the multin

Re: [OctDev] contribution

2009-03-16 Thread Levente Torok
On Sunday 15 March 2009, you wrote: Dear Jaroslav. > On Sat, Mar 14, 2009 at 10:35 AM, Søren Hauberg wrote: > > ons, 11 03 2009 kl. 22:54 +0100, skrev Levente Torok: > >> I have created and modified two algorithms. > >> One of them is the nonlinear conjugate gradient

[OctDev] contribution

2009-03-11 Thread Levente Torok
,b]=[%.3e,%.3e,%.3e], [ga,gs,gb]=[%.3e,%.3e,%.3e]\n",\ a,s,b,ga,gs,gb); end ## keyboard ## [b-a, maxerr] end s2 = 0.5*(a+b); args{narg} = x + s2*dx; gs2 = feval (f, args ); nev++; if gs2 < gs, s = s2; gs = gs2; end if gs > gs0, printf ("brent_line_min : goes uphill

[OctDev] Search on octave-forge documentations?

2009-03-07 Thread Levente Torok
g to submit anything that is related to conjugate gradient methods... However other users would find it pretty much useful I guess. May be google can help too. Lev On Saturday 07 March 2009, you wrote: > lør, 07 03 2009 kl. 14:10 +0100, skrev Levente Torok: > > My sourceforge ID is tealev. &g

Re: [OctDev] subscription to dev-list of octave-forge

2009-03-07 Thread Levente Torok
ding on me to reply (I can be quite slow sometimes) > > lør, 07 03 2009 kl. 12:38 +0100, skrev Levente Torok: > > The first is the confidence level calculation. It should be put in the > > Statistical package I believe. > > Please find it enclosed. > > This looks

[OctDev] subscription to dev-list of octave-forge

2009-03-04 Thread Levente Torok
Hi ! My name is Levente Torok and I'd like to submit many of my developments in a structured way in the octave-forge tree but I am not yet a member of octave-forge developers list. FIrst would be a confindence level calculator for categorical valued data (from multinomial distribution