dist : distribution object
This can be any object the has a cdf() method to report the
cumulative distribition function values.
enable_ca : None or list of str
Names of the conditional attributes which should be enabled in addition
to the default ones
disable_ca : None or list of str
Names of the conditional attributes which should be disabled
tail : {‘left’, ‘right’, ‘any’, ‘both’}
Which tail of the distribution to report. For ‘any’ and ‘both’
it chooses the tail it belongs to based on the comparison to
p=0.5. In the case of ‘any’ significance is taken like in a
one-tailed test.
descr : str
Description of the instance
|