How to input multiple inputs to multiple models?
Hi all, Imagine I have 15 independent sets of data pairs (0,b1) to (10,z1), (0,b2) to (10,z2)......all the way to (0,b15) to (10,z15). Imagine that for each pair, the first data point is at 0 hours, the second is at 10 hours. Then, I have another 15 independent sets of data that have different values, but the same concept as above. Let us assume the first 15 set is "before" and the second 15 set i...