Skip to content

Potential redundancy in computation of ln_P_mu function #23

@marmarmarmar

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.

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