ReferenceMathmeanOn this pagemean mean( @x ## list (required) @weights null) -> float Returns the mean value of a numeric list. Arguments @x [list]: Numeric list. (required) @weights [list/null]: Optional weights. (default: null). Output Mean value [float]