Avinash Ravichandran
 
 

Home > distances > defaultDistanceParameters.m

defaultDistanceParameters


PURPOSE

Creates the default parameters for a given metric

SYNOPSIS

function metricStruct = defaultDistanceParameters(metric)

 

DESCRIPTION

 Creates the default parameters for a given metric
 
 The default paramters a calculated for a given metric. This is useful
 when using the distance computation between linear dynamical systems as
 most of the times the paramters are the same.
 
 INPUTS 
   metric       - Metric for which the default paramters need to be
                  calculated. For the metric and their meaning, refer the
                  distance computation toolbox.
 
 OUTPUTS 
   metricStruct  - Structure containing the metric parameters
   .isARMA      
   .metricParams
   .mean_included
 
 EXAMPLE 
 m = defaultDistanceParameters(2);

 

CROSS-REFERENCE INFORMATION

This function calls:

This function is called by: