tdenoise: Calculate the de-noised temporal tensor

View source: R/TEMPTED.R

tdenoiseR Documentation

Calculate the de-noised temporal tensor

Description

This function constructs a de-noised version of the temporal tensor using the low-rank components obtained by svd_centralize tempted and uses the loadings to

Usage

tdenoise(res_tempted, mean_svd = NULL)

Arguments

res_tempted

Output of tempted

mean_svd

Output of svd_centralize

Value

The de-noised functional tensor


tempted documentation built on May 29, 2024, 7:37 a.m.

Related to tdenoise in tempted...