| liv | R Documentation |
Likelihood interval for variance of single sample assuming normal distribution. Likelihood function plot is also shown. For faster calculation speed, plot option '0' is recommended.
data |
a numeric vector of data values; mandatory |
conf.level |
confidence level for the interval estimation |
df |
degree of freedom for likelihood interval; default is 1.2 |
k |
cutoff value for likelihood interval. If not specified, F-test is used. |
demo |
basic demographics of data |
LI |
estimated interval of variance by LI |
LI.sd |
estimated interval of standard deviation by LI |
CI |
estimated interval of variance by CI |
plot |
likelihood-related plots |
Kyun-Seop Bae <k@acr.kr>, Minkyu Kim <mkim@acr.kr>
set.seed(2026)
liv(rnorm(30, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.