Skip to content

A framework for statistical modelling in C++.

License

Notifications You must be signed in to change notification settings

akleeman/albatross

 
 

Repository files navigation

albatross CI

A framework for statistical modelling in C++, with a focus on Gaussian processes.

Features

  • Gaussian process regression which is accomplished using composable covariance functions and templated predictor types.
  • Evaluation utilities, with a focus on cross validation.
  • Written using generics in an attempt to make these core routines applicable to a number of fields.
  • Parameter handling which makes it easy to get and set parameters in a standardized way as well as compose and (de)serialize models to string.

For more details See the full documentation

About

A framework for statistical modelling in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.7%
  • Jupyter Notebook 11.3%
  • Python 1.4%
  • Starlark 1.0%
  • CMake 0.4%
  • Shell 0.2%