octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48774] Functions for moving statistics


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #48774] Functions for moving statistics
Date: Tue, 18 Dec 2018 01:14:19 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #14, bug #48774 (project octave):

Hi all,

I have automatically generated wrappers to the functions in the list provided:
https://bitbucket.org/KaKiLa/movfun/src/default/

There are no tests, demos, and I have actually only tested the functions with
the following script


fun ={
'movmad',
'movmax',
'movmean',
'movmedian',
'movmin',
'movprod',
'movstd',
'movsum',
'movvar'
};

x = ones (10, 2);
for i=1:numel(fun)
  cmd = sprintf ('%s(x, 3)', fun{i});
  printf ([cmd '\n'])
  eval (cmd);
endfor


I am going lazy here an I will wait for bug reports to fix the wrappers, if
needed.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?48774>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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