Main Content

likelihood

Likelihood of measurement

Description

lk = likelihood(abfilter,zMeas) computes the likelihood, lk, of the current measurement, zMeas, from the filter, abfilter.

Input Arguments

collapse all

Alpha-beta tracking filter, specified as a phased.AlphaBetaFilter object.

Measurements of tracked object, specified as a K-by-1 vector, where K is the size of the measurement.

Output Arguments

collapse all

Likelihood of current measurement, returned as a scalar.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

Version History

Introduced in R2018b

See Also

Functions

Objects