crlb
Description
[___] = crlb(___,DataComplexity=
specifies the complexity)complexity of the data model as
"Auto", "Complex", or "Real". When
the value of complexity is "Complex", the data model
follows a complex multivariate normal distribution. When the value is
"Real", the data model follows a real multivariate normal distribution.
The default "Auto" automatically determines the complexity based on the
inputs.
Examples
Input Arguments
Output Arguments
More About
Algorithms
The Cramér-Rao Lower Bound (CRLB) sets lower bounds on the variances of an unbiased
estimator. Consider a simple data model x[n] that depends on
N parameters:
where ϴ represents unknown parameters,
param. The covariance matrix of any unbiased estimator satisfies . For the case when ϴ is a scalar, the
Cramer-Rao bound satisfies:
where L(x;ϴ) is the likelihood function of
x[n]. The likelihood function is the probability of the data values given
the model parameters.
When ϴ is a parameter vector, the CLRB is a matrix,
where F is the Fisher information matrix (FIM).
The diagonal elements of the CRLB matrix represent lower bounds on the variance of an unbiased estimator for the model parameters. When the data samples are independent and identically distributed and the sample size N approaches infinity, the variance of the Maximum Likelihood Estimator (MLE) can achieve the CRLB. The off-diagonal elements signify the correlation between parameter estimates.
References
[1] Steven M. Kay, Fundamentals of Statistical Signal Processing, Estimation Theory, 1993.
Version History
Introduced in R2026a
See Also
crlbtransform | toaposest | tsoaposest | tdoaposest | steervec