1Blurb::
2Real valued point histogram variable
3
4Description::
5This probability mass function is real-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 real
8relative to the other specified reals.
9
10Topics::
11
12Examples::
13\verbatim
14histogram_point_uncertain
15  real = 2
16  pairs_per_variable = 2               3
17  abscissas          = 3.1415 4.5389   100 200.112345 300
18  counts             = 1      1        1   2          1
19\endverbatim
20
21There are two variables, the first one has two possible real values
22which are equally probable.  The second one has three possible real
23value options, and 200.112345 is twice as probable as either 100 or
24300.
25
26Theory::
27Faq::
28See_Also::
29