:mod:`altar.models.cdm.Native` ============================== .. py:module:: altar.models.cdm.Native Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: altar.models.cdm.Native.Native .. py:class:: Native A strategy for computing the data log likelihood that is written in pure python .. method:: initialize(self, **kwds) Initialize the strategy .. method:: dataLikelihood(self, model, step) Fill {step.data} with the likelihoods of the samples in {step.theta} given the available data.