Skip to main content

Electrochemistry data analysis tools

Project description

This library contains functions for analysis of, primarily, data collected from electrochemistry experiment. Various functions may be useful beyond the scope of electrochemistry.

Examples of tools include: baseline subtraction, pairplots, histograms, standard curve creators, smoothing, etc …

The code is developed by researchers at Ekidna Sensing.

Change Log

0.0.4 (February 17, 2023)

  • Fourth Release

Notes:

Added two new functions
  1. moving_average_baseline_subtraction

    Function that calculates the moving average of the input current. Also, this not a traditional “moving average” so if you’ve never used a moving average please don’t use this one to generalize the concept. A traditional moving average “slides” its window whereas this one “hops” its window. I.e. adjacent windows do not overlap, whereas traditional sliding windows tend to overlap with each other.

  2. get_groupwise_intervals

    The purpose of this function is to group the input data and then calculate the the means, confidence bands, and prediction bands of each groups. A group is defined by a fixed value of xdom. If many points have the same value of xdom, then they form a group.

    The function will output a dataframe of the interpolated means, confidence interval edges (lower and upper), prediction interval edges (lower and upper, and SAMPLE standard deviations of each group.

    Confidence and prediction bands are computed at 95% confidence.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Ekidna-0.0.4.tar.gz (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page