Gofven / flowback

Flowback 1st Iteration
GNU General Public License v3.0
2 stars 3 forks source link

Add interval_mean_absolute_error to Group Tags #81

Open Gofven opened 1 week ago

Gofven commented 1 week ago

Create new variable "interval_mean_absolute_error" for GroupTags, display it for everyone

Assign the variable with following: For every combined_bet & outcome in a given tag: abs(sum(combined_bet) – sum(outcome))/N

Gofven commented 1 week ago

See if it works now c: