impute: Meter data imputation function

Description Usage Arguments

Description

Imputation function to fill in the blanks of an array of meter data. It assumes the input rows come from the same smart meter and are ordered by date.

Usage

1
impute(A, uidx = 4:99)

Arguments

A

input data matrix, one row per day of meter data, at least two rows should be valid

uidx

usage column idx, for example, if A is just hourly consumption data (n by 24 matrix), uidx should be 1:24


ConvergenceDA/visdomloadshape documentation built on May 8, 2019, 8:34 a.m.