yamamoto: Yamamoto

Description Usage Arguments Details Value References

View source: R/yamamoto.R

Description

Compute Yamamoto Test for climate jumps in a serie.

Usage

1
  yamamoto(serie, alpha = 0.1, n_period = 10)

Arguments

serie

numeric vector where the breakpoint is looked for

n_period

an integer specifying the length of the window to use, can not bet odd

alpha

numeric, p value to use

Details

yamamoto compute the Yamamoto Test.

Value

yamamoto returns a list with the breakpoints indexes and the amount

breaks

vector of indexes where the breakpoint is found

n

Amount of breakpoints

References

Yamamoto, R., Iwashima, T., Kazadi, S. N., & Hoshiai, M. (1985). Climatic jump: a hypothesis in climate diagnosis. Journal of the Meteorological Society of Japan. Ser. II, 63(6), 1157-1160.


santiagoh719/BreakPoints documentation built on March 17, 2021, 11:54 a.m.