Skip to content

Parallelization for kliep() and lhss() #20

@thomvolker

Description

@thomvolker

Currently, kliep() and lhss() are not parallelized, because then all kernel matrices need to be distributed. For kliep(), this is often more expensive than the computations themselves. For lhss(), many objects are created that need to be held separately, which complicates parallel computation substantively, and initially also reduced the speedup tremendously.

A simple solution might be to simple run the estimation function in parallel using pbapply, which is already used in the summary function. An alternative can be to let users take care of this themselves, and provide a bind function that stitches objects of the same class together.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions