标签: r vector average
假设我有一个列表c(1,2,3,4,5) 我想找到列表c(1,1.5,2,2.5,3)。基本上,第ith个索引的列表是从1:i开始另一个向量元素的平均值。
有什么好的方法可以找到这个吗?包或地图功能?