weigert / EigenBingham

Bingham Distribution Directional Statistics Library in Eigen3 / C++17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EigenBingham

C++ / Eigen3 implementation of the Bingham Directional Statistics Distribution, inspired by the Bingham Statistics Library, but with less additional stuff (like probability mass functions via finite element representation on the sphere)

Motivation

I like Eigen, didn't want just a raw C interface. Generally cleaner syntax and stuff, less cluttered structure. Easier to read what's happening here. Also: Less stuff like PMFs which I don't understand why they were there and generally more concise readable syntax because of C++ templating, etc.

This is still in development so code is subject to change.

About

Bingham Distribution Directional Statistics Library in Eigen3 / C++17


Languages

Language:C++ 94.9%Language:Makefile 5.1%