While I find a lot of the pymc examples really helpful-I’m a little confused how to define a Multi response GP in pymc (still learning the ins and outs!). Even trying to write a row and column parameter matrix in the definition of a MGP is a bit in the confusing side for me
I want to be active in responses and not just ask for example code, so please let me know if I can be more specific. Thank you!
This example might help you. It’s a bit slow so it might be worth seeing if you can use HSGP to speed things up. Here are some example notebooks: basic usage, advanced usage. I think Example 2 in the advanced notebook is probably what you are looking for.
As I understand, f_true should be a mvG(3000,3000^2). So this draw should just be a sample in R^3000. I do not understand the reshape call right here, the only thing I can think of is that reshaping in this manner just allows us to more easily store the (time, process) index for numerical efficiency.