cls_hypo¶
-
hep_spt.cls_hypo(func, *args, **kwargs)[source]¶ Create an instance of CLsHypo given a probability density(mass) function, as an object of type
scipy.stats.rv_discreteorscipy.stats.rv_continuous.- Parameters
func (scipy.stats.rv_discrete or scipy.stats.rv_continuous) – probability function.
args (tuple) – input arguments to “func”.
kwargs (dict) – input arguments to “func”.
See also