bertmiller / Temporal-Correlation-in-Java

A simple function to calculate the temporal correlation between two timeseries in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporal-Correlation-in-Java

A simple function to calculate the temporal correlation between two timeseries in Java. I could not find one online so I am posting my solution. Just parse two ArrayLists into the temporalCorrelation() function and it will output a % temporal correlation!

About

A simple function to calculate the temporal correlation between two timeseries in Java

License:MIT License


Languages

Language:Java 100.0%