0
votes
0answers
41 views

tree of values representation

Main Question Is there an efficient way to output a tree of values similar to the output of TreeForm? Something like ...
4
votes
2answers
200 views

Access pairs of vectors, rather than the matrices, in partitioned data structure at a levelspec

I have some old code to analyze correlation between 2 time series by looking at windows of different lengths shifting across the time series data. The code: gets 2 sets of time series data (in ...