Method ssm/loglikelihood


  LOGLIKELIHOOD: Compute log-likelihood for SSM objects
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  Compute log-likelihood for SSM objects.
 
  loglik_snr = loglikelihood(model,pl);
 
  OUTPUTS:  loglk_snr - An 1x2 AO containing the log-likelihood
                        value and the SNR calculated.
 
  Parameters Description
 
  M. Nofrarias, N. Karnesis 2012
 
 
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
X [] none The parameter values. A 1xNumParams array.
IN [] none The injection signals (in frequency domain).
OUT [] none The measured output of the system (in frequency domain).
NOISE [] none The inverse cross-spectrum matrix of the measured noise.
PARAMS [] none A cell array containing the names of the parameters to fit.
F [] none Numerical array of frequencies to perform the bode on the SSM.
LOG PARAMETERS [] none A vector of zeros and ones, denoting the position of a log-parameter.
INNAMES '' none Input names. Used for ssm models
OUTNAMES '' none Output names. Used for ssm models
back to top back to top

Some information of the method ssm/loglikelihood are listed below:
Class name ssm
Method name loglikelihood
Category Signal Processing
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team