[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #66025] movfun: implement SamplePoints and nan
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #66025] movfun: implement SamplePoints and nanflag options |
Date: |
Thu, 25 Jul 2024 20:46:46 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?66025>
Summary: movfun: implement SamplePoints and nanflag options
Group: GNU Octave
Submitter: nrjank
Submitted: Thu 25 Jul 2024 08:46:42 PM EDT
Category: Octave Function
Severity: 1 - Wish
Priority: 5 - Normal
Item Group: Feature Request
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 9.2.0
Operating System: Any
Fixed Release: None
Planned Release: 10.1.0 (current default)
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 25 Jul 2024 08:46:42 PM EDT By: Nicholas Jankowski <nrjank>
creating this as a placeholder for implementing the two unimplemented options
for the moving window functions: SamplePoints which applies the window length
against a non-uniform grid, and nanflag, which allows it to include/exclude
NaN elements.
both have been implemented in the moving function options for `fillmissing` in
the statistics package, but the base functions are rather different so it may
not be straightforward to port into movfun. SamplePoints creates the
possibility that each window may include a different number of points, and
nanflag creates a possibility that each column includes a different number of
points. so right away they create issues with efficient parallel operation.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66025>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #66025] movfun: implement SamplePoints and nanflag options,
Nicholas Jankowski <=