ReferenceData utilitiesmeanOn 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]