| FM_kt {TrendTM} | R Documentation | 
It performs the factorization for a fixed rank k and a temporal structure with a fixed tau
Description
It performs the factorization for a fixed rank k and a temporal structure with a fixed tau
Usage
FM_kt(
  Data_Series,
  k = 2,
  tau = floor(n/2),
  struct_temp = "none",
  type_soft = "als"
)
Arguments
Data_Series | 
 the data matrix with d rows and n columns containing the d temporal series with size n.  | 
k | 
 the fixed rank of X. Default is 2.  | 
tau | 
 the fixed value for tau . Default is   | 
struct_temp | 
 a name indicating the temporal structure. Could be   | 
type_soft | 
 the option   | 
Value
A list containing
-  
M_estthe estimation of M. -  
U_estthe component U of the decomposition ofM_est. -  
V_estthe component V of the decomposition ofM_est. -  
contrastthe Frobenius norm of X-M_est. 
[Package TrendTM version 2.0.19 Index]