Skip to content

Commit

Permalink
finish stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Oct 14, 2023
1 parent 6e5b4e5 commit 924bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/segmented_window.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ window segments as follows:
1. For each segment specified, estimate the corresponding indicator timeseries
by sliding a window over the input timeseries (within the window segment).
2. For each segment of the indicator timeseries, estimate a scalar change metric by applying
a window of the size of the indicator segment.
the change metric over the full segment of the indicator timeseries.d
`tseg_start, tseg_end` are the starts and ends of the window segments
(the window segments may overlap, that's okay).
Expand Down

0 comments on commit 924bebe

Please sign in to comment.