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: Rik
Subject: [Octave-bug-tracker] [bug #48774] Functions for moving statistics
Date: Wed, 19 Dec 2018 12:17:20 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

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

@Juan: Regarding window length, I specifically added support for even-length
windows.  Matlab already has this, and users will want this feature.  Since
they are now supported there is no requirement to have input validation which
excludes it.

The input validation for wlen > 1 is now done in movslice.m.  The same input
validation of wlen was required for both movfun.m and movslice.m.  For
performance reasons, it made sense to remove that validation from movfun and
delegate it to movslice so that the validation is done just once.

    _______________________________________________________

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]