ben18785
ben18785
I’m trying to join but my wifi is not so great Sent from my iPhone
Yes please let's keep open On Tue, Mar 31, 2020 at 5:08 PM Michael Clerx wrote: > @ben18785 do you know these? Think they're > worth keeping on the possibly-to-do-list?...
It's a good idea but, in my experience, not many people use this metric. Because of this, there aren't really well-established benchmarks for what is a reasonable BFMI versus what's...
Thanks @MichaelClerx Yes, PKPD models are just ODE models. What I mean is that, for these types of model, when you want to do inference, it seems to often be...
Yep, spot on with what I was thinking re: 1 and, yes, happy to shy away from "master"! Re: filters, I'm not sure I get ya? Also, currently an issue...
@MichaelClerx I'm going to give my suggestion a go here as need to make progress for PKPD app. But, look forward to your thoughts on the PR!
Ok, thanks. So would the `MultiSeriesProblem` take all the times where all outputs were evaluated? E.g.: ``` times_1 = [1, 2, 4, 6] # output 1 times_2 = [3, 5]...
So the way I'd handle data would be the same way as for times: ``` ## times and values for first output times_1 = [1, 2, 4, 6] values_1 =...
No, good spot. For this case, it would just be `index_list=[1,2]`. If you wanted to create subproblems which corresponded to multioutputs, I guess you could do: ``` ## times and...