mlelod-package {mlelod}R Documentation

MLE for Normally Distributed Data Censored by Limit of Detection

Description

Values below the limit of detection (LOD) are a problem in several fields of science, and there are numerous approaches for replacing the missing data. We present a new mathematical solution for maximum likelihood estimation that allows us to estimate the true values of the mean and standard deviation for normal distributions and is significantly faster than previous implementations. The article with the details was submitted to JSS and can be currently seen on <https://www2.arnes.si/~tverbo/LOD/Verbovsek_Sega_2_Manuscript.pdf>.

Details

The DESCRIPTION file:

Package: mlelod
Type: Package
Title: MLE for Normally Distributed Data Censored by Limit of Detection
Version: 1.0.0.1
Date: 2024-05-14
Description: Values below the limit of detection (LOD) are a problem in several fields of science, and there are numerous approaches for replacing the missing data. We present a new mathematical solution for maximum likelihood estimation that allows us to estimate the true values of the mean and standard deviation for normal distributions and is significantly faster than previous implementations. The article with the details was submitted to JSS and can be currently seen on <https://www2.arnes.si/~tverbo/LOD/Verbovsek_Sega_2_Manuscript.pdf>.
Authors@R: person("Gregor", "Sega", , "gregor.sega@fmf.uni-lj.si", role = c("aut", "cre"))
Author: Gregor Sega [aut, cre]
Maintainer: Gregor Sega <gregor.sega@fmf.uni-lj.si>
License: GPL-2

Index of help topics:

mlelod                  Estimates the parameters of the normal
                        distribution.
mlelod-package          MLE for Normally Distributed Data Censored by
                        Limit of Detection

Values below the limit of detection (LOD) are a problem in several fields of science, and there are numerous approaches for replacing the missing data. Thic package uses a new mathematical solution for maximum likelihood estimation that allows us to estimate the true values of the mean and standard deviation for normal distributions and is significantly faster than previous implementations. The core function is the function mlelod with three parameters: the size of the sample, the values of the sample and the value of limit of detection. The function returns two estimates: for mu (expected value) and sigma (standard deviation).

Author(s)

Gregor Sega [aut, cre]

Maintainer: Gregor Sega <gregor.sega@fmf.uni-lj.si>

References

The article with the derived method is submited to Journal of Statistical Software


[Package mlelod version 1.0.0.1 Index]