Elixir Statistics

Open-source Elixir projects categorized as Statistics

Top 9 Elixir Statistic Projects

  • Plausible Analytics

    Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

  • Project mention: Time Series Analysis of Plausible Data | dev.to | 2024-05-21

    # Function to get Plausible Analytics timeseries data def get_plausible_timeseries_data(): # Calculate the date range for the last 90 days date_to = datetime.today().strftime('%Y-%m-%d') date_from = (datetime.today() - timedelta(days=90)).strftime('%Y-%m-%d') # Setting the metrics we want to look at metrics='visitors,pageviews' # Actually pulling the data we want url = f"https://plausible.io/api/v1/stats/timeseries?site_id={site_id}&period=custom&date={date_from},{date_to}&metrics={metrics}" headers = { "Authorization": f"Bearer {api_key}" } response = requests.get(url, headers=headers) data = response.json() # Putting the data into a dataframe we can use for analysis results = data['results'] df = pd.DataFrame(results) # Adjusting the date field so we can avoid future warnings and be more accurate df['date'] = pd.to_datetime(df['date']) return df

  • benchee

    Easy and extensible benchmarking in Elixir providing you with lots of statistics!

  • Project mention: Advent of Code Day 5 | /r/elixir | 2023-12-05

    Benchee is the tool I use.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • numerix

    A collection of useful mathematical functions in Elixir with a slant towards statistics, linear algebra and machine learning

  • statistics

    Statistical functions and distributions for Elixir

  • Statistex

    Calculate statistics on data sets, reusing previously calculated values or just all metrics at once. Part of the benchee library family.

  • simple_stat_ex

    Simple Stat Ex can be used to keep counters around hourly daily or other activity for an elixir project

  • tvhstats

    An elixir based web application for monitoring and analytics for tvheadend.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • descriptive_statistics

    Descriptive Statistics for Elixir

  • Population

    Elixir OTP application library for the World Population API (by Angarsk8)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Elixir Statistics related posts

  • Time Series Analysis of Plausible Data

    1 project | dev.to | 21 May 2024
  • We need to Speak about Google Code Quality

    2 projects | dev.to | 24 Apr 2024
  • Show HN: Open-Source Ad-Free File Upload Service

    1 project | news.ycombinator.com | 22 Apr 2024
  • Plausible as an alternative to Google Analytics

    2 projects | dev.to | 18 Apr 2024
  • Simple no bs persistent notepad

    2 projects | news.ycombinator.com | 16 Mar 2024
  • Ask HN: What is the least obnoxious way to ask for cookie permissions?

    1 project | news.ycombinator.com | 29 Sep 2023
  • Plausible Analytics – Simple, privacy-friendly Google Analytics alternative

    1 project | news.ycombinator.com | 4 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Statistic projects in Elixir? This list will help you:

Project Stars
1 Plausible Analytics 18,666
2 benchee 1,380
3 numerix 183
4 statistics 138
5 Statistex 25
6 simple_stat_ex 12
7 tvhstats 9
8 descriptive_statistics 9
9 Population 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com