This file is indexed.

/usr/share/doc/python-pebl/html/_sources/cpd.txt is in python-pebl-doc 1.0.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
:mod:`cpd` -- Conditional probability distributions
====================================================

.. module:: pebl.cpd
    :synopsis: Conditional probability distributions

A cpd (conditional probability distribution) determines the probability of a
variable given its parents.  Currently, pebl inbcludes a pure-python and a C
implementation of a multinomial cpd.

A cpd has only three public methods:

.. autoclass:: CPD
    :members: