migfc: A function to compute Mean information gain (MIG) and...

Description Usage Arguments Details Value Author(s) References Examples

View source: R/MIG_FC.R

Description

Calculates MIG and FC

Usage

1
migfc(x, L)

Arguments

x

A time series

L

word length parameter

Details

MIG and FC are based on a median partitioning of the time series Following Hauhs, M. and Lange, H., 2008. Classification of runoff in headwater catchments: A physical problem?. Geography Compass, 2(1), pp.235-254. ATTENTION: This function is still in development and needs further testing!

Value

A list containing MIG, FC and transition matrices.

Author(s)

Sebastian Sippel

References

Hauhs, M. and Lange, H., (2008) Geography Compass, 2(1), pp.235-254.

Examples

1
2
x = arima.sim(model=list(ar = 0.3), n = 10^4)
migfc(x, L=4)

statcomp documentation built on Oct. 30, 2019, 11:15 a.m.

Related to migfc in statcomp...