openest.models.memoizable module¶
-
class
openest.models.memoizable.MemoizedUnivariate(model)[source]¶ Bases:
openest.models.univariate_model.UnivariateModel-
eval_pval(x, p, threshold=0.001)[source]¶ Inverse CDF Evaluation
Returns the value of $y$ that corresponds to a given p-value: $F^{-1}(p | x)$.
-
scale_p(a)[source]¶ Raise the distribution to the power ‘a’ and rescales.
Returns: modifies this model and returns it Return type: self
-