This file is indexed.

/usr/share/pyshared/statsmodels/stats/diagnostic.py is in python-statsmodels 0.4.2-1.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
#collect some imports of verified (at least one example) functions
from statsmodels.sandbox.stats.diagnostic import (
    acorr_ljungbox, breaks_cusumolsresid, breaks_hansen, CompareCox, CompareJ,
    compare_cox, compare_j, het_breushpagan, HetGoldfeldQuandt,
    het_goldfeldquandt, het_arch,
    het_white, recursive_olsresiduals, acorr_breush_godfrey,
    linear_harvey_collier, linear_rainbow, linear_lm,
    unitroot_adf)

from .lilliefors import kstest_normal, lillifors
from .adnorm import normal_ad