The function extracts multiple statistical features relevant for classification of days as delivery or human wear.
The extracted features are: mean, variance, maximum, absolute change, absolute energy,
proportion of trial completed, 95th quantile, skewness, and kurtosis.
Usage
deliveryFeatures(df, ...)
Arguments
df
A dataframe. The source accelerometry dataset, in dataframe format.
…
not used at this time
Value
A dataframe is returned with a row for each unique day and a column for each feature.
Details
Function works for data consisting of one or multiple unique trials.