openest.models.integral_model module¶
Integral model
The integral over x of another model.
-
class
openest.models.integral_model.IntegralModel(model=None)[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
-