Earo Wang

Results 39 comments of Earo Wang

The `modelr::formulas()` API looks very useful. https://modelr.tidyverse.org/reference/formulas.html

a matrix can be passed to `xreg` and `newxreg` now ``` s htseg2x

As stated in the `gts` help file, the argument `characters` only supports 2-way interactions of grouping variables and it assumes to create all the possible combinations. There are 4 groups...

The package aims at identifying the anomalies from a collection of time series, and thereby it needs more than two time series to compute the cognostics for the comparison purpose.

@mabesa Have you implemented your own S3 class to represent data in 10-day intervals? If not, you perhaps need to implement the class and a few supporting methods first. You...

The main issue I’m concerning is the mable object once modeling the slided tsibble, model can’t be lazily evaluated.

I talked to Hadley about this. He thinks it's a potentially good approach, more like a lazily evaluated grouped data frame. He also mentioned the tidymodels bootstrapping approach https://davisvaughan.github.io/strapgod/articles/dplyr-support.html

oh, i think slide_by should stay in tsibble, no conflicts with slurrr. On Thu, 15 Aug 2019 at 16:31, mitchelloharawild wrote: > While I think this functionality is useful, I...

I've never used the `PCICt` object. Can you please provide a data frame example that contains a column of `PCICt` and describe what interval you expect to see from the...