Reverse back functional principle components into original data

0 votes

I have an hourly time-series data of the five years, the first four years are used as a testing set,s, and the last year as a validation set. I transform the data into functional data, functional principal components are used as dimensional reduction, choose the first four functional principal components explaining the amount of variation, and the using the corresponding functional principle scores using vector autoregressive model is used for the analysis and forecasting. I want to transform the data into the original data, please help how I cloud this in R.

Oct 20, 2020 in Others by Faheem
• 120 points

edited Oct 21, 2020 by MD 326 views

1 answer to this question.

0 votes

Hi@Faheem,

It depends on your Dataset. You have a time series dataset of the FDA. You have also applied the functional dimensional reduction concept. It will be easier if you paste your Dataset and operations here.

answered Oct 21, 2020 by MD
• 95,440 points

Related Questions In Others

0 votes
1 answer
0 votes
1 answer

Downloading Tableau data into Excel (scientific notation column)

Due to Excel's internal floating point numbering ...READ MORE

answered Sep 21, 2022 in Others by narikkadan
• 63,420 points
552 views
0 votes
1 answer

Convert PDF into excel data

To convert data from an image in ...READ MORE

answered Oct 3, 2022 in Others by narikkadan
• 63,420 points
461 views
0 votes
1 answer

Data entry into web page from excel

Reading the File in PHP Example 1 How to ...READ MORE

answered Oct 10, 2022 in Others by narikkadan
• 63,420 points
849 views
0 votes
1 answer

Plot two variables as lines on the same graph using ggplot

If you have small number of variables, ...READ MORE

answered Apr 17, 2018 in Data Analytics by kappa3010
• 2,090 points
4,702 views
0 votes
1 answer

R lag irregular time series data

You could try using: library(dplyr) library(zoo) na.locf(ts$value[sapply(ts$time, function(x) min(which(ts$time - ...READ MORE

answered May 11, 2018 in Data Analytics by Sahiti
• 6,370 points
794 views
0 votes
1 answer

R plot arima fitted model with the original series

This question has many ways to answer, ...READ MORE

answered May 19, 2018 in Data Analytics by DataKing99
• 8,240 points
4,174 views
0 votes
1 answer

How to forecast season and trend of data using STL and ARIMA in R?

You can use the forecast.stl function for the ...READ MORE

answered May 19, 2018 in Data Analytics by DataKing99
• 8,240 points
1,953 views
0 votes
1 answer

What is a future data type in Flutter?

Hi@akhtar, Future is a type that ‘comes from the ...READ MORE

answered Aug 11, 2020 in Others by MD
• 95,440 points
625 views
0 votes
1 answer

How to Navigate to a new screen and back?

Hi@akhtar, Most apps contain several screens for displaying ...READ MORE

answered Aug 26, 2020 in Others by MD
• 95,440 points
494 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP