logo

Common expressions for the theory of proveit.statistics

In [1]:
import proveit
# Prepare this notebook for defining the common expressions of a theory:
%common_expressions_notebook # Keep this at the top following 'import proveit'.

from proveit.numbers import zero, one, IntervalCC
from proveit.statistics.sample_spaces import SampleSpacesClass
In [2]:
%begin common
Defining common sub-expressions for theory 'proveit.statistics'
Subsequent end-of-cell assignments will define common sub-expressions
%end_common will finalize the definitions
In [3]:
SampleSpaces = SampleSpacesClass()
SampleSpaces:
In [4]:
prob_domain = IntervalCC(zero, one)
prob_domain:
In [5]:
%end common
These common expressions may now be imported from the theory package: proveit.statistics