Home > simtb_v18 > analyze > simtb_est_accuracy.m

simtb_est_accuracy

PURPOSE ^

simtb_est_accuracy() - Determines the accuracy of the estimated features

SYNOPSIS ^

function A = simtb_est_accuracy(est, true)

DESCRIPTION ^

   simtb_est_accuracy()  - Determines the accuracy of the estimated features
  
   Usage:
    >> A = simtb_est_accuracy(est, true)
  
   INPUTS: 
   est          = [mobservations x nC] matrix of estimated features (TCs or SMs)
   true         = [mobservations x nC] matrix of true features

   NOTE:        Columns of est and true features should correspond, that is,
                they should be in the same order.
   OUTPUTS:
   A          = [nC x 1] vector of accuracies (R^2 statistics)
                between each estimated and true features                   

  see also: simtb_match_EST2TRUE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 29-Mar-2011 15:45:29 by m2html © 2005