list.mean
aliases: [list.average]
calculates the average value in a list
available since version: 0.1

inlets:
- input list of floats. Non float values are just ignored. No output if no floats in list
type: control
outlets:
- average (float)
type: control
keywords:
list
mean
See also:
[list.normalize]
Authors: Serge Poltavsky
License: GPL3 or later