get_intervals_One_D {GSSTDA}R Documentation

Extract intervals from filter function output values.

Description

It calculates the intervals of the given output values of a filter function according to the given number and percentage of overlap.

Usage

get_intervals_One_D(filter_values, num_intervals, percent_overlap)

Arguments

filter_values

Vector obtained after applying the filtering function to the input matrix, i.e, a vector with the filtering function values for each included sample.

num_intervals

Number of intervals to divide the filtering function values in.

percent_overlap

Percentage of overlap between intervals.

Value

Returns a list with the set of intervals for the filtering function values.


[Package GSSTDA version 1.0.0 Index]