New features:
Calculate common statistics for each field (mean, standard deviation etc.) and for each pair combinations (correlation etc.) and offer them as sound modulation sources. This can be used to generate a different sound when playing inside each scatterplot by applying the correlation as a sound synthesis parameter.
Available statistics are from Vega's datalib
Pairwise statistics:
- cor : Compute the sample product-moment correlation of two arrays of numbers
- corRank : Compute the Spearman rank correlation of two arrays of values.
- corDist : Compute the distance correlation of two arrays of numbers.
- covariance : Compute the covariance between two arrays of numbers.
- cohensd : Compute Cohen's d effect size between two arrays of numbers.
- linearRegression : Fit a univariate linear regression model
Field statistics:
- median
- mean
- stdDev
- modeskew : Compute the Pearson mode skewness of an array of numbers.
Double-click to zoom in/out on a single scatterplot.
Number box for setting the speed of the loop.
Fixed layout issues with different screen sizes.
Fixed various interaction and UI bugs