slope_locpol: Compute the slope of multiple signal using local polynormal

Description Usage Arguments

View source: R/slope_FUN_default.R

Description

compute the slope of multiple signal using local polynomial from the locpol package.

Usage

1
slope_locpol(y, bw = 0.01, kernel = EpaK, deg = 1)

Arguments

y

a matrix with multiple signals in rows and time in column

bw

a scalar representing the bandwidth as percentage of the signal. The Default value is .01.

kernel

a function representing for the kernel. By default the Epanechnikov Kernel.

deg

a integer representing the degree of the polynomial use to fit the signal. Default value is 1.


jaromilfrossard/permucoSlope documentation built on March 30, 2020, 4:08 p.m.