Skip to content

jchristopherson/fstats

Repository files navigation

fstats

FSTATS is a modern Fortran statistical library containing routines for computing basic statistical properties, hypothesis testing, regression, special functions, and even experimental design.

Status

CMake Actions Status

Building FSTATS

CMakeThis library can be built using CMake. For instructions see Running CMake.

FPM can also be used to build this library using the provided fpm.toml.

fpm build

The FSTATS library can be used within your FPM project by adding the following to your fpm.toml file.

[dependencies]
fstats = { git = "https://github.com/jchristopherson/fstats" }

Documentation

Documentation can be found here.

External Libraries

Here is a list of external code libraries utilized by this library. The CMake build script will include these dependencies automatically; however, it is highly recommended that an optimized BLAS and LAPACK already reside on your system for best performance (used by LINALG for linear algebra calculations).

Capabilities

  • Descriptive Statistics
  • Hypothesis Testing
  • ANOVA
  • Regression
  • Bootstrapping
  • Sampling
  • Special Functions
  • Allan Variance
  • Smoothing
  • Experimental Design