MHTInitialTrackScore:

--------------------------------------------------------------------------
   Initialize the track likelihood ratio.

   Type MHTInitialTrackScore for a demo showing the effect of pD.
--------------------------------------------------------------------------
   Form:
   llR = MHTInitialTrackScore( betaNT, vC, pD, pFA, pH1, pH0 )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   betaNT  (1,1) New target density 
   vC      (1,1) Control volume
   pD      (1,1) Probability of detection 
   pFA     (1,1) Probability of false alarm
   pH1     (1,1) Probability of a signal if a target is present 
   pH0     (1,1) Probability of a signal if a target is absent

   -------
   Outputs
   -------
   lR      (1,1) Initial Likelihood ratio

--------------------------------------------------------------------------
   Reference: Blackman, S. and R. Popoli, "Design and Analysis of  Modern
              Tracking Systems," Artech House, 1999, p. 331.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
MHT: TrackScoring/MHTTrackScoreSignal