statrs-dev / statrs

Statistical computation library for Rust

Home Page:https://docs.rs/statrs/latest/statrs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All multivariate distributions should be generic over dimension

YeungOnion opened this issue · comments

#209 changes our API for the multivariate distributions. We'll need to update the other uses of multivariate for consistency.

  • update Dirichlet
  • review relevant multivariate PR's
    • off the cuff I know about #178 and #176
  • update multivariate related traits in statistics module'
  • Wishart and InverseWishart are proposed in #170