BouchardLab / pyuoi

The Union of Intersections Framework in Python
https://pyuoi.readthedocs.io
Other
13 stars 16 forks source link

updated BIC/AIC/AICc to use total log-likelihood, rather than mean log-likelihood #169

Closed pssachdeva closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #169 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   91.64%   91.64%           
=======================================
  Files          17       17           
  Lines        1520     1520           
=======================================
  Hits         1393     1393           
  Misses        127      127
Impacted Files Coverage Δ
pyuoi/linear_model/base.py 80.06% <100%> (ø) :arrow_up:
pyuoi/linear_model/poisson.py 96.29% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4b76688...e7ab8e6. Read the comment docs.

pssachdeva commented 5 years ago

Closes #164.