You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I plan to do this myself in the not-so-distant future, but so I don't forget:
Make function plot_continuous_predict( ) that plots continuous data on top of the recorded (raw) data. This can/ should be done in three ways:
Once just the continuous predicted data (i.e. data without residuals)
Once each event type gets its own continuous line and colour; events are overlap corrected
Only plot one overlap corrected "target" event as continuous data on top of raw
Kinda low priority, but could be nice to have for data inspection. Also dependent on the predict function that is currently being implemented into Unfold.jl
The text was updated successfully, but these errors were encountered:
I plan to do this myself in the not-so-distant future, but so I don't forget:
Make function plot_continuous_predict( ) that plots continuous data on top of the recorded (raw) data. This can/ should be done in three ways:
Once just the continuous predicted data (i.e. data without residuals)
Once each event type gets its own continuous line and colour; events are overlap corrected
Only plot one overlap corrected "target" event as continuous data on top of raw
Kinda low priority, but could be nice to have for data inspection. Also dependent on the predict function that is currently being implemented into Unfold.jl
The text was updated successfully, but these errors were encountered: