Skip to content

Commit

Permalink
Added test badge
Browse files Browse the repository at this point in the history
  • Loading branch information
conroyp committed Mar 21, 2024
1 parent e68622e commit c5fa9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Build and Test](https://github.com/square1-io/laravel-collection-rolling-average/actions/workflows/laravel.yml/badge.svg)

# Add Rolling Average Functionality To Collections

This package adds a rolling average functionality to Laravel's `Collection` facade. Rolling averages (also known as moving averages) are a statistic to capture the average change in a data range over time. For example, looking at a graph of daily temperature, or stock market movement, the graph may appear very noisy and erratic. The graph can be smoothed out to show longer-term trends by replacing each daily data point with an average of the previous N days.
Expand Down

0 comments on commit c5fa9cf

Please sign in to comment.