Coder Social home page Coder Social logo

jimmymandersson / statkit Goto Github PK

View Code? Open in Web Editor NEW
83.0 4.0 7.0 432 KB

A collection of statistical analysis tools for your Swift programs.

License: MIT License

Swift 99.89% Shell 0.11%
statistics swift protocol-oriented-programming statistical-analysis

statkit's Introduction

Who Am I?

A curious, driven, and independent person who can quickly get up to speed and deliver value in a company’s software development process. With a background in software engineering and data science, I am well-equipped to help your organization with requirements, design, implementation, and deployment of data-driven and machine learning-powered applications.

Outside of work, I also have an inherent passion for taking on personal projects. StatKit is an open-source collection of statistical analysis tools I develop for the Swift community, and I also published the book "Statistical Analysis with Swift" on Apress Media in 2021.


My Technology Buzzwords

Programming Languages

Swift Python Java

Data Storage

PostgreSQL SQLite

Data Streaming & Processing

Apache Flink Apache Airflow Apache Kafka

DevOps / Cloud Tools

Docker Kubernetes Git

Operating Systems

macOS Linux

Current Projects

StatKit
A collection of statistical analysis tools for Swift developers

Publications

Statistical Analysis with Swift
Published by Apress Media, 2021
Attribute-Based Content Redaction in Large-Scale Data Systems
A Study of Granular Access Control
Published by Chalmers University of Technology, 2022

Contact

Email hello [at] applyn.se
LinkedIn Jimmy M Andersson

statkit's People

Contributors

finestructure avatar jimmymandersson avatar ytyubox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

statkit's Issues

Refactor Standard Library Extensions to free functions

Extensions to standard library types do not show up in the documentation generated by Swift-DocC.
Even though the added functions make sense in an extension context, they are of no use if no one knows they exist.
They also make sense as free functions and should be rewritten as such.

  • Quantile
  • Sum
  • Range
  • Variance
  • Standard Deviation
  • Rank
  • Mean
  • Median
  • Mode
  • Covariance
  • Correlation

Add geometric mean

The arithmetic mean should be available on all collections where the random variable under study conforms to ConvertibleToDouble.

Add logarithmic output for distributions

Distributions should be able to output logarithmic values if needed.
Use cases include, for example, increasing numerical stability when chaining multiple outputs together.

Expand domain of Beta and Gamma functions

Both the Beta and the Gamma function will need to accept real valued numbers before the Beta and Gamma distributions can be implemented in a satisfactory manner.

Add calculation of quantiles

Definition of done:

  • Supports non-verbose syntax for the most commonly used quantiles (quartile, quintile, decile).
  • Supports arbitrary splits.

Add Regression Metrics

Add a protocol to define suitable regression metrics for inferential/predictive statistics.

  • Coefficient of determination (R Squared)
  • Adjusted R Squared
  • MSE
  • RMSE
  • Mean Absolute Error
  • Median Absolute Error
  • Max error
  • RSS
  • pMSE

Add Pearson Correlation Coefficient

Collections with ConvertibleToReal components should be able to calculate the Pearson Correlation Coefficient for two arbitrary components.

Add a distribution protocol

This protocol should be designed to encompass the commonalities between different distributions and lay the foundation for future functionality in both descriptive and inferential statistics.

Add a range method to Sequence

Developers should be able to calculate the range of a variable in a data set. The statistic should be made available through the Sequence protocol.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.