obspy.signal.trigger.aic_simple
- aic_simple(a)[source]
Simple Akaike Information Criterion [Maeda1985].
It’s computed directly from input data
and defined aswhich variance denoted as
.The true output is one data sample less. To make it convenient with other metrics in this module, where the output length is preserved, the last element is appended to the output:
aic[-2] == aic[-1]
.- Parameters:
a (
numpy.ndarray
orlist
) – Input time series- Return type:
- Returns:
aic - Akaike Information Criterion array