Hi I'm using Julia 0.4.3 and Gadfly 0.4.2. Gadfly is nice! Here is a plot: using Gadfly using DataFrames function dsinc(r, x,y) z = sqrt(x.^2 + y.^2) z = cos(z)./z ...
get_anomalies function is to identify the anomaly area in the multivariate time series given. INPUT: raw_data: dataframe::: is the multivariate time series raw data gt: dataframe::: is the ground ...