Learn R Programming

ReMFPCA (version 2.0.0)

electrical_power_data: Electrical Power Dataset

Description

This dataset contains measurements of voltage and electrical power consumption recorded from a household between December 2006 and November 2010.

Arguments

Format

A bivariate functional data object of class `mvmfd` with the following fields:

voltage

Voltage measurements in volts.

power

Calculated power consumption in watts.

Examples

Run this code
if (FALSE) {
# Load the Electrical Power Dataset
data("electrical_power_data")
head(electrical_power_data)
}

Run the code above in your browser using DataLab