First release of the stat-fem library. Implements the core solves of the method, provides a full suite of unit tests, and includes documentation and an example showing how the method works.
New Features in this Release:
Implements the base classes for the ForcingCovariance, InterpolationMatrix, ObsData, and LinearSolver to implement the method
Utility functions to do the heavy lifting in the solves and compute covariance functions
Standalone functions for all solves
A MAP estimation routine
Full unit tests
A working example based on Poisson's equation
Documentation
A docker image based on the Firedrake image to make installation easier
First release of the
stat-fem
library. Implements the core solves of the method, provides a full suite of unit tests, and includes documentation and an example showing how the method works.New Features in this Release:
ForcingCovariance
,InterpolationMatrix
,ObsData
, andLinearSolver
to implement the method