dune-community / dune-xt-common

Other
2 stars 3 forks source link

Add common statistics functions for vector interface types #2

Closed ftalbrecht closed 7 years ago

renefritze commented 7 years ago

Basically we'd need a free function to calc the std.dev. of vector-likes. Boost accumulators may be a good choice. Ref: https://github.com/dune-community/dune-xt-common/blob/master/dune/xt/common/localization-study.cc#L121

renefritze commented 7 years ago

Added std.dev., everybody feel free to add as needed or reopen.