Displaying 1 result from an estimated 1 matches for "totnumcycles".
2009 Jan 07
0
How-To extract data from a matrix of lists subject to a set of given constraints
...ficients from a number of time series in such a way to be able to extract subsets satisfying giben conditions.
I have defined the following 11 matrices whose x-axis represent time intervals and y-axis represent the number of time series:
MS <- 11 d1.mat <- matrix (data=list(), nrow=TotNumCycles, ncol=2^(MS-1))
d2.mat <- matrix (data=list(), nrow=TotNumCycles, ncol=2^(MS-3))
d3.mat <- matrix (data=list(), nrow=TotNumCycles, ncol=2^(MS-3))
d4.mat <- matrix (data=list(), nrow=TotNumCycles, ncol=2^(MS-4))
d5.mat <- matrix (data=list(), nrow=TotNumCycles, ncol=2^(MS...