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

Add support for CorrCholeskyTransform #48041

Closed
wants to merge 13 commits into from

Commits on Nov 30, 2020

  1. Add CorrCholesky transform

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    9c0d2e2 View commit details
    Browse the repository at this point in the history
  2. Add support for CorrCholeskyTransform

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    bb8daf9 View commit details
    Browse the repository at this point in the history
  3. remove LKJ; fix lint

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    2df543c View commit details
    Browse the repository at this point in the history
  4. fix lint

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f999245 View commit details
    Browse the repository at this point in the history
  5. Use mask indexing to enable jit

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4325824 View commit details
    Browse the repository at this point in the history
  6. add test for jacobian computation

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ad05d29 View commit details
    Browse the repository at this point in the history
  7. remove duplicate tests

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    df134ed View commit details
    Browse the repository at this point in the history
  8. remove unused import

    neerajprad committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1ab97d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. fix error msg

    neerajprad committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    fcf4fd9 View commit details
    Browse the repository at this point in the history
  2. address comments

    neerajprad committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d89a48a View commit details
    Browse the repository at this point in the history
  3. add constraint test

    neerajprad committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3b82373 View commit details
    Browse the repository at this point in the history
  4. address comments

    neerajprad committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    187019a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. take sqrt first

    neerajprad committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    06efaf9 View commit details
    Browse the repository at this point in the history