crbound_sigma | R Documentation |
n
) for estimating the variance parameter from a univariate truncated normal sample with known mean parameter.The Cram\'er-Rao lower bound (times n
) on the variance for estimating the variance parameter sigmasq
from a univariate truncated normal sample, assuming the true mean parameter mu
is known.
crbound_sigma(mu, sigmasq)
mu |
The mean parameter. |
sigmasq |
The variance parameter. |
The Cram\'er-Rao lower bound in this case is defined as 4\sigma^8/var((X-\mu)^2)
.
A number, the Cram\'er-Rao lower bound .
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.