writeMethodSummary {KarsTS}R Documentation

writeMethodSummary: writes a summary of the filling method

Description

This function is internally used when any of the filling methods that KarsTS offers is used. It writes on KarsTS output window information that is shared by all filling methods: which time series and gap set were to fill, which gaps were effectively filled and which remained empty. Filling-method-specific information is writen trhough other functions. It is used internally.

Usage

writeMethodSummary(filledNasTable, remainingNAsInGap, selTsName, selGapName, selGap)

Arguments

filledNasTable

Table of filled gaps

remainingNAsInGap

Table of gaps that could not be filled. It does not include gaps whose filling was not attempted.

selTsName

Name of the time series that was filled.

selGapName

Name of the gap set that was meant to be filled

selGap

Gap set that was meant to be filled

Author(s)

Marina Saez Andreu


[Package KarsTS version 2.4.1 Index]