Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix covariance initialization when matrix is not invertible #277

Merged
merged 17 commits into from
Feb 4, 2020

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    3ef4f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c1e308 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    eff07d4 View commit details
    Browse the repository at this point in the history
  2. Change from EVD to SVD

    grudloff committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    bd690c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    0982559 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Fix non-ASCII char

    grudloff committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    baad5a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. rephrasing warnings

    grudloff committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    80ab922 View commit details
    Browse the repository at this point in the history
  2. added tests

    grudloff committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    66e84d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. more rephrasing

    grudloff committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    5787734 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. fix test

    grudloff committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    9e7ed19 View commit details
    Browse the repository at this point in the history
  2. add test

    grudloff committed Feb 3, 2020
    2 Configuration menu
    Copy the full SHA
    f6dd83a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e4664f View commit details
    Browse the repository at this point in the history
  4. fix tolerance of assert

    grudloff committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    5abab24 View commit details
    Browse the repository at this point in the history
  5. fix tolerance of assert

    grudloff committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    6b3b02e View commit details
    Browse the repository at this point in the history
  6. fix tolerance of assert

    grudloff committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a5c476b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. fix random seed

    grudloff committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f2bc3e2 View commit details
    Browse the repository at this point in the history
  2. isolate random seed setting

    grudloff committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    d1d7ec4 View commit details
    Browse the repository at this point in the history