Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/reports/insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ Use Formulas to make calculations using simple arithmetic operators.
Mixpanel supports the following operators:

- \+ : Add
- - : Subtract
- \* : Multiply
- / : Divide
- () : Use parentheses to influence the order of operations
Expand Down Expand Up @@ -533,8 +532,7 @@ Allows you to change the metric being measured. Access by going into the advance
![Rolling and Cumulative](/images/rolling-cumulative.png)
</Frame>

- **Rolling Average:** Rolling analysis calculates the rolling average of the data set. A rolling average curve is a series of averages from subsets of data. Use rolling average analysis to remove noise or spikes from data and smooth out trends over time. Mixpanel calculates the rolling average based on the selected time interval (hour, day, week, month, or quarter) for each data point in the graph.\
For example, if you make a rolling analysis query for the past 30 days, Mixpanel calculates the rolling 7-day average by default. The value reported on each day in the line graph is the average of the values from the 7 days leading to that day. In the case of the first 6 days in your selected time period, the 7-day-average calculation will include days before the selected time period.
- **Rolling Average:** Rolling analysis calculates the rolling average of the data set. A rolling average curve is a series of averages from subsets of data. Use rolling average analysis to remove noise or spikes from data and smooth out trends over time. Mixpanel calculates the rolling average based on the selected time interval (hour, day, week, month, or quarter) for each data point in the graph.<br />For example, if you make a rolling analysis query for the past 30 days, Mixpanel calculates the rolling 7-day average by default. The value reported on each day in the line graph is the average of the values from the 7 days leading to that day. In the case of the first 6 days in your selected time period, the 7-day-average calculation will include days before the selected time period.
- **Cumulative:** Adds up the values of each point on the graph as it goes along, so the height of the line will increase over time.

{/* <Frame>
Expand Down