Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@crucialfelix crucialfelix released this 14 Sep 15:47
· 1 commit to master since this release

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