Home > distances > defaultDistanceParameters.m
Creates the default parameters for a given metric
function metricStruct = defaultDistanceParameters(metric)
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);