Kernel

class mosfit.modules.Kernel(**kwargs)[source]

Bases: Array

Calculate the kernel for use in computing the likelihood score.

Attributes Summary

MIN_COV_TERM

Methods Summary

preprocess(**kwargs)

Construct kernel distance arrays.

process(**kwargs)

Process module.

receive_requests(**requests)

Receive requests from other Module objects.

Attributes Documentation

MIN_COV_TERM = 1e-30

Methods Documentation

preprocess(**kwargs)[source]

Construct kernel distance arrays.

process(**kwargs)[source]

Process module.

receive_requests(**requests)[source]

Receive requests from other Module objects.