random_ets | R Documentation |
It generates an event time series with length ts_length with num_events events considering a uniform probability distribution.
random_ets(ts_length, num_events, return_marked_times = FALSE)
ts_length |
Time series Length |
num_events |
The number of events |
return_marked_times |
Return the time indices (marked points) where the events occur. |
An event (binary, 1: event, 0 otherwise) time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.