rhine icon indicating copy to clipboard operation
rhine copied to clipboard

Add forecastWith

Open turion opened this issue 2 years ago • 4 comments

turion avatar Sep 23 '22 14:09 turion

@reubenharry Maybe this is something that you can work with for the time being, regarding https://github.com/turion/rhine/pull/186#issuecomment-1253878654? You can set the rhine version to this commit and rhine-bayes to https://github.com/turion/rhine/pull/186. If it is useful to you, I'll merge and eventually release.

turion avatar Sep 23 '22 14:09 turion

Ah, very cool, I think this will be useful! What do the a1, a2... represent here? I'm not quite sure I understand exactly what the function does.

reubenharry avatar Sep 25 '22 18:09 reubenharry

Since it's a signal function, it will need some input. You need to supply the forecasted input as well. For a pure signal, you'll have a = (), so you can supply [((), ts1), ((), ts2), ...].

turion avatar Sep 26 '22 10:09 turion

This doesn't build because stack and nixpkgs don't know about the new version of time-domain yet.

  • [ ] Increase time-domain version bound
  • [ ] Either wait until stack & nixpkgs are updated or overwrite versions

turion avatar Sep 27 '22 09:09 turion