fsd.spca.inverse: Reconstruct the original functional data from the filters and...

Description Usage Arguments Value See Also Examples

Description

This function is used to reconstruct the original functional data from the filters and the score. It applies the transposed matrices of the filter A to the scores.

Usage

1
fsd.spca.inverse(A, scores, mean.X = NULL)

Arguments

A

the filters.

scores

the scores as an array.

mean.X

the mean of X.

Value

X the reconstructed functional data

See Also

fsd.spca, fsd.spca.scores

Examples

1
2
3
4
## Not run: 
fsd.spca.inverse(A, scores)

## End(Not run)

kuenzer/fsd documentation built on July 21, 2020, 1:57 p.m.