crbound_mu: The Cram\'er-Rao lower bound (times 'n') for estimating the...

View source: R/genscore.R

crbound_muR 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.


genscore documentation built on May 29, 2024, 9 a.m.