ykang/gratis

can it generate multivariate time series wit mixture continues and categorical data ?

Closed this issue · 5 comments

great code thanks

only can it generate multivariate time series wit mixture continues and categorical data
meaning
several time series with continues data
and
several time series with categorical data

but there is some dependency between these time series ?

At the moment. gratis only generates univariate time series. Generating multivariate yet mixed with discrete and continuous time series requires some external inputs. You may need to utilize some version of autoregressive copulas for such task.

great
can you share link to such a repo on github pls?

Try the BiCopSim function from the VineCopula package.

https://github.com/feng-li
thanks
but
https://github.com/tnagler/VineCopula
BiCopSim: Simulates from a bivariate copula.

BiCopSim is for simulation, not classification

@feng-li
thanks
but
https://github.com/tnagler/VineCopula
BiCopSim: Simulates from a bivariate copula.

BiCopSim is for simulation, not classification