From 7091d3738e7e55acb20edb88772b228f6f5b6c98 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Oct 2019 01:55:01 +0100 Subject: Add likelihood ratio test and other methods, fixes The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. --- docs/reference/logLik.mkinfit.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'docs/reference/logLik.mkinfit.html') diff --git a/docs/reference/logLik.mkinfit.html b/docs/reference/logLik.mkinfit.html index c79146a9..9a54496e 100644 --- a/docs/reference/logLik.mkinfit.html +++ b/docs/reference/logLik.mkinfit.html @@ -36,10 +36,11 @@ - + @@ -136,10 +137,11 @@ deviation predicted by the error model." />
-

This function simply calculates the product of the likelihood densities -calculated using dnorm, i.e. assuming normal distribution, -with of the mean predicted by the degradation model, and the standard -deviation predicted by the error model.

+

This function returns the product of the likelihood densities of each +observed value, as calculated as part of the fitting procedure using +dnorm, i.e. assuming normal distribution, and with the means +predicted by the degradation model, and the standard deviations predicted by +the error model.

# S3 method for mkinfit
-- 
cgit v1.2.1