Description Usage Arguments Value
A function to apply an RCS model to log data.
1 | um_rcs_group(time_sequency, count_log, knots = 3)
|
time_sequency |
A vector containing the list of day since the start of the recording. |
count_log |
A vector of number of visitor per day. |
knots |
The number of knots fitted to the knots. By default 3. A larger value may better fit log data with a long/complicated history, at the expense of being to overfitted to anomalous episode. |
The results of the SVM model. um_rcs_group(time_sequency, count_log, knots=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.