sryza / spark-timeseries

A library for time series analysis on Apache Spark
Apache License 2.0
1.19k stars 422 forks source link

Investigate integration of Scalation primitives and expose them to RDDs #17

Open cjnolet opened 9 years ago

cjnolet commented 9 years ago

Scalation, or, Scalable Simulation, has a pretty robust set of primitives for modeling time series data. They are porting a few of the more complicated algorithms from R to Scala. In fact, they are currently migrating from Google Code to Github and are working on some new model algorithms like ARIMA and Seasoned ARIMA. Perhaps we could get some mileage out of using them.

sryza commented 9 years ago

Definitely happy not to reinvent the wheel. It seems like they don't currently publish Maven artifacts. Do you know if they have plans to do so?

cjnolet commented 9 years ago

I know I could certainly help them get their artifacts into Sonatype OSS. I'll reach out to them and see.