octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: errors in econometrics package


From: Carnë Draug
Subject: Re: errors in econometrics package
Date: Fri, 11 May 2012 12:22:32 +0100

On 11 May 2012 07:59, Levente Torok <address@hidden> 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.
> I wish I could submit these modifications back to the package sources
> but as I see I cannot find the way to patch it in the svn tree where I
> found several versions of the corresponding file so I'd rather not to
> touch it
> instead I thought I share these modifications. I hope someone can put
> it the package
>
> gmm_example.m:
>    replace call of poisson_rnd with poissrnd
>    str2mat call str2mat with char
>
> poisson_moments.m :
>    replace call of dmult.m with diag(A)*B
>
> scale_data.m:
>    replace call of dmult.m with diag(A)*B
>
> gmm_results.m
>    replace call of str2mat with char
>    chisquare_cdf with chi2cdf
>    normal_cdf with normcdf
>
> poisson_moments.m:
>    replace call of dmult.m with diag(A)*B
>
> unscale_parameters.m
>    replace call of nth with {1}{2}

Hi Lev

this is the wrong mailing list. Octave packages belong to octave-forge
so bugs should be reported there.

All the problems you mentioned have already been fixed on the
development version (that's why you couldn't patch against the SVN
tree) we just need someone to make a new release of the package.

Carnë


reply via email to

[Prev in Thread] Current Thread [Next in Thread]