Learn R Programming

feasts (version 0.3.0)

n_crossing_points: Number of crossing points

Description

Computes the number of times a time series crosses the median.

Usage

n_crossing_points(x)

Value

A numeric value.

Arguments

x

a univariate time series

Author

Earo Wang and Rob J Hyndman