Skip to content

Potential redundancy in computation of ln_P_mu function #23

Description

@marmarmarmar

I am curious whether this computation:

ll = ll + np.linalg.det(K)

might be performed once and taken out of the loop. It does not seem to differ between different loop calls - so one may compute it once and save the computational time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions