Our expression language should have a function that returns the average of a list of numbers. ## Acceptance criteria - [x] We have decided on how `null` values are weighted in the calculation (should they add to the total number of elements or not?) - [x] The function exists in both frontend and backend - [x] The function takes a list of numbers as its first argument and a fallback value for emty lists as its second argument - [x] The function returns the average of the numbers in the provided list
Our expression language should have a function that returns the average of a list of numbers.
Acceptance criteria
nullvalues are weighted in the calculation (should they add to the total number of elements or not?)