Impute: Title Impute NA values by randomly select k values whitin the...

Description Usage Arguments Value

View source: R/Impute.R

Description

Title Impute NA values by randomly select k values whitin the time_period_length and taking their average and using it to impute

Usage

1
Impute(data, time_period_length = 20, k = 5)

Arguments

data

The input dataset, must have x_axis, y_axis, z_axis columns

time_period_length

The time period after of before the NA value

k

Number of samples to be considered for NA imputation

Value

main_df Imputed results


Javad-mun/Beap documentation built on July 22, 2020, 3:11 p.m.