[R] splitting data matrix into submatrices

2022-01-04 Thread Faheem Jan via R-help
I have data in a matrix form of order 1826*24 where 1826 represents the days and 24 hourly observations on each data. My objective is to split the matrix into working (Monday to Friday) and non-working (Saturday and Sunday) submatrices. Can anyone help me that how I will do that splitting using

[R] Mean absolute error from data matrix

2021-06-23 Thread Faheem Jan via R-help
I have data matrix of order 24*2192 where 2192 are the days and 24 are hour's of a single day,so simple words I have 2192 days and each day having 24 observations.the data matrix is divided into two matrix,the ist matrix is of order 24*1827 and second is of order 24*365. Suppose the ist column

[R] Check accuracy of the model

2021-04-17 Thread Faheem Jan via R-help
- Hi, hope that you will be fine, I have a problem with functional time series, I am working with the hourly electricity spot price data, due to the large dimensionality I convert the discrete data into functional data. The model I use the functional autoregressive model of order

[R] forecast accuracy

2021-02-17 Thread Faheem Jan via R-help
I am new in the functional time series,  my question may be stupid as  I am new, I am  functional forecasting one year a head, Know I want to check the forecast accuracy by calculating the mean absolute percentage error, but I am unable to due this R, please help me or suggest me any link which

[R] forecast accuracy

2021-02-05 Thread Faheem Jan via R-help
I am working in the functional time series, I obtain the one year ahead forecast in the functional format, Know i want to forecast accuracy for example mean absolute percentage error in R, please help how i do this in R [[alternative HTML version deleted]]

[R] forecast accuracy

2021-02-04 Thread Faheem Jan via R-help
I am working in the functional time series, I obtain the one year ahead forecast in the functional format, Know i want to forecast accuracy for example mean absolute percentage error in R, please help how i do this in R [[alternative HTML version deleted]]

[R] Help in R code

2020-10-18 Thread Faheem Jan via R-help
Good morning,  Please help me to code this code in R. I working in the multivariate time series data, know my objective is that to one year forecast of the hourly time series data, using first five as a training set and the remaining one year as validation. For this  I transform the the data

[R] Help in Coding

2020-10-13 Thread Faheem Jan via R-help
Good morning dear administrators, Please help me to code this code in R. I working in the multivariate time series data, know my objective is that to one year forecast of the hourly time series data, using first five as a training set and the remaining one year as validation. For this  I

[R] Installing a Package

2020-10-11 Thread Faheem Jan via R-help
Hello, I am working in the nonparametric functional data analysis, i stack in a simple problem is that i am  going to install a package in the name of nfda which is not present in the  R Cran, know how i am going to install this package in R studio from archives or some thing else. please

[R] Help in R code

2020-10-04 Thread Faheem Jan via R-help
Hello , i am working in the functional time series using themultivariate time series data(hourly time series data). Sir  i am usingFAR model more than one order for which no statistical package is available inR, so for this i convert my data into functional form and obtained thefunctional

[R] help in R code

2020-10-02 Thread Faheem Jan via R-help
Hello , i am working in the functional time series using the multivariate time series data(hourly time series data). Sir  i am using FAR model more than one order for which no statistical package is available in R, so for this i convert my data into functional form and obtained the functional

[R] Extracting a particular column from list

2020-01-16 Thread Faheem Jan via R-help
Hi. How to extract a column from the list.. I will be thanks full..  Sent from Yahoo Mail on Android [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see

[R] Conversion of multivariate time series to functional time series

2019-09-19 Thread Faheem Jan via R-help
Hi, i am try to generalize the Functional autoregressive model of order one FAR(1) to FAR(p) through  functional principle component by  choosing a particular amount of variation, then using the functional scores of functional principle component  for the prediction of vector autoregressive

[R] Fw: How to read a file saved in Rstudio

2019-09-12 Thread Faheem Jan via R-help
Subject: How to read a result  saved in Rstudio HI, i run the simulation result in other computer with high speed computer ,i save the result in the rda file. know i want to open this file rda file  in my laptop, the file loaded in my laptop , i got the error like this 

[R] Durbin- Levinson algorithm

2019-09-04 Thread Faheem Jan via R-help
hi, i have a problem that how i could use Durbin- levinson algorithm for prediction in case of multiple time series? how i could do this in R... [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and

[R] Functional final prediction error

2019-09-04 Thread Faheem Jan via R-help
Hi, my question is related functional data analysis, what is functional final prediction error how we can use to transform vector autoregressive model to its functional form...need help in this regard i will be thanks ful.. [[alternative HTML version deleted]]

[R] functional autoregressive model of order more than one

2019-07-09 Thread Faheem Jan via R-help
HI, hope all of you will be fine. i am working in functional time series analysis. i fit the functional autoregressive model using FAR package in R, Know i want to generalize our model. How i can do this in R please help in this regard. i will be thankful   [[alternative HTML version

[R] functional autoregressive model of order two

2019-05-09 Thread Faheem Jan via R-help
HI, i am functional data analysis, using times series data to which i fit the functional autoregressive model of order one using FAR package in R, know i want to extend my model to order two as it is observed that the FAR package can  only do for order one., can any body help me that how to

[R] fitting functional autoregresive model

2019-05-06 Thread Faheem Jan via R-help
Hi, i trying to  extend the functional autoregressive model one FAR(1) to fit the functional autoregressive model of order two FAR(2). the coding i do for far(1) is library(fda)library(far)# CREATE DUMMY VARIABLESfactor2dummy=function(x){  n=length(x)  tab=as.factor(names(table(x)))