Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Calculate the cumulative averages of a list
ResourceFunction["CumulativeAverages"][list] calculates the cumulative averages of list. |
Find the averages up to the nth element:
In[1]:= |
Out[1]= |
Use symbolic input:
In[2]:= |
Out[2]= |
Compute the cumulative averages of the digits of Pi:
In[3]:= |
Out[5]= |
Use a TimeSeries object:
In[6]:= |
Out[7]= |
Use a TimeSeries object from FinancialData:
In[8]:= |
Out[9]= |
Use a TimeSeries object with multiples paths:
In[10]:= |
Out[14]= |
Use an EventSeries object:
In[15]:= |
Out[18]= |
Plot the cumulative average of the digits of the ChampernowneNumber:
In[19]:= |
Out[21]= |
This work is licensed under a Creative Commons Attribution 4.0 International License