Closed mikeguggis closed 5 years ago
Good catch! We will/should definitely have an actual predict.FPCA
example. I will make a relevant PR soon.
No subtraction of the mean is necessary. The mean function estimate will be returned in the list member mu
of the resulting FPCA
class object.
Once again, thank you for your feedback! :)
All best, Pantelis
Fixed in pull request #30
The example for predict.FPCA is
This does not show predict.FPCA being used. It should show a prediction with new data different than sampWiener.
Additionally, it would be good to know if any preprocessing needs to occur first (e.g. subtracting mean function).