Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 725 Bytes

R-package: ReconstPoFD

This repository contains the R-package ReconstPoFD. The underlying statistical methods are described in:
On the Optimal Reconstruction of Partially Observed Functional Data
by Alois Kneip and Dominik Liebl (arXiv:1710.10099)

Installing the R-package

library(devtools)

install_github("lidom/ReconstPoFD/ReconstPoFD")

Using the Package

library(ReconstPoFD)

The main function containing our different reconstruction methods is: reconstructKneipLiebl()

In order to get more information, check out its help file: ?reconstructKneipLiebl

The file Simulation.R allows to reproduce the simulation study in Section 6 of our manuscript.