Skip to content

WRobertLong/statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Statistics Library

A personal project building a statistics and linear algebra library from scratch in Rust.

Note: This project is primarily an educational exercise to cement understanding of Rust's ownership model, type system, and trait implementation. It is written by a statistician exploring systems programming.

🎯 Goals

  • Implement core linear algebra structures (Vectors, Matrices) without relying on heavy external crates like ndarray.
  • Build statistical models from first principles (OLS, eventually Mixed Effects Models).
  • Focus on accuracy and understanding memory management.

πŸš€ Getting Started

Prerequisites

Running the Project

To compile and run the current playground (main.rs):

cargo run

About

Repo for implementation of basic statistics with Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages