Skip to content

Latest commit

 

History

History
92 lines (58 loc) · 3.36 KB

NEWS.md

File metadata and controls

92 lines (58 loc) · 3.36 KB

EstimationTools 4.3.0

  • Fix log-likelihood in maxlogLreg().
  • Enable further input arguments for legend in plots of residuals.

EstimationTools 4.2.0

  • Implement plots of residuals (diagnostic plots).

EstimationTools 4.1.1

  • Implementation of residuals: Cox-Snell, randomized quantile residuals and martingale residuals.

EstimationTools 4.1.0

  • We implemented two functions to compute expected values.

EstimationTools 4.0.1

  • We fixed the hazard function routine implemented to compute hazard functions for any distribution.
  • We also implemented a routine to compute cumulative hazard functions for any distribution.
  • We fixed and updated the documentation.

EstimationTools 4.0.0

  • We changed the behaviour of plot.HazardShape function, its responsibility was splitted. Now, this function just plots the empirical TTT function, and we also created the legend.HazardShape to customize the legend options.
  • We fixed some examples in the documentation.

EstimationTools 3.0.0

  • EstimationTools was build in R 4.2.1.
  • From this version, maxlogLreg returns the censorship matrix. Check the documentation for further information about the censorship matrix.
  • We have implemented a wrapper (an API) of integration routines.

EstimationTools 2.4.0

  • New!!! genetic algori