Skip to content

v0.2.0

Compare
Choose a tag to compare
@jzluo jzluo released this 27 Jul 20:40
· 36 commits to master since this release
92e23e1

v0.2.0 Release Notes

v0.2.0 is the MVP release implemented in Numpy and Scipy.

New Features

  • Penalized likelihood ratio tests to compute p-values (#2)
  • Calculate confidence intervals using profile penalized likelihood (#5)
  • skip_ci parameter to skip calculation of confidence intervals.
  • alpha parameter to specify confidence interval.
  • pl_max_iter, pl_max_halfstep, pl_max_stepsize parameters for controlling profile penalized likelihood procedure.

Changed

  • Predictions calculated during fitting procedure are now clipped to the range [1e-15, 1-1e-15] instead of [0, 1].