1Blurb::
2Integer valued point histogram variable
3
4Description::
5This probability mass function is integer-valued; the abscissa values
6must all be integers.  The \c n abscissa values are paired with \c n
7\c counts which indicate the relative frequency (mass) of each integer
8relative to the other specified integers.
9
10Topics::
11
12Examples::
13\verbatim
14histogram_point_uncertain
15  integer = 2
16  pairs_per_variable = 2     3
17  abscissas          = 3 4   100 200 300
18  counts             = 1 1   1   2   1
19\endverbatim
20
21There are two variables, the first one has two possible integer values
22which are equally probable.  The second one has three options, and 200
23is twice as probable as either 100 or 300.
24
25Theory::
26Faq::
27See_Also::
28