Skip to content

Releases: nasa/RVLib

First Release

10 Nov 08:40
Compare
Choose a tag to compare

Initial beta version of the C++ Random Variable Library

Includes:

  • Classes for representing, manipulating, and analysis of single Gaussian and Log-Normal parametric distributions
  • Classes for representing, manipulating, and analysis of single Unweighted and Weighted Samples non-parametric distributions
  • Translation function for sampling from parametric distributions to non-parametric distributions (see Translation.h)
  • Translation function for fitting from non-parametric distributions to parametric distributions (see Translation.h)
  • Some examples, license, and readme