| crbound_mu {genscore} | R Documentation |
The Cram\'er-Rao lower bound (times n) for estimating the mean parameter from a univariate truncated normal sample with known variance parameter.
Description
The Cram\'er-Rao lower bound (times n) on the variance for estimating the mean parameter mu from a univariate truncated normal sample, assuming the true variance parameter sigmasq is known.
Usage
crbound_mu(mu, sigmasq)
Arguments
mu |
The mean parameter. |
sigmasq |
The variance parameter. |
Details
The Cram\'er-Rao lower bound in this case is defined as \sigma^4/var(X-\mu).
Value
A number, the Cram\'er-Rao lower bound.
[Package genscore version 1.0.2.2 Index]