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

copy()[source]
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)$.

get_xx()[source]

Listing conditional values

Provide a list of all sampled conditional values.

interpolate_x(newxx)[source]
kind()[source]
scale_p(a)[source]

Raise the distribution to the power ‘a’ and rescales.

Returns:modifies this model and returns it
Return type:self
scale_y(a)[source]

Rescaling of the Parameter Dimension

Produces a new conditional PDF with the $y$ dimension scaled by a constant: $p(z | x) = p( rac{y}{a} | x)$.

write(file, delimiter)[source]
write_file(filename, delimiter)[source]