An opinionated interface for writing, running, and saving BackstopJS tests
a custom mapbox implementation to render a bivariate map of the US (msa and zip level)
Value-Suppressing Uncertainty Palettes. A technique for creating bivariate scales for depicting uncertainty, using D3.
nodejs module for calculating a simple regression line from bivariate data using the 'linear least squares' function
Group two-dimensional points into hexagonal bins.
This directory contains a sample site in its original state (`unchanged`), as well as with some css changes applied (`changed`).
Calculate pearson correlation rank
Phase 1 MVP CLI for Newton academic assistant
Group two-dimensional points into hexagonal bins.
Compute a sample Pearson product-moment correlation coefficient.
Compute a moving sample Pearson product-moment correlation coefficient incrementally.
Compute a sample Pearson product-moment correlation distance.
Compute a moving squared sample Pearson product-moment correlation coefficient incrementally.
Compute a moving sample absolute Pearson product-moment correlation coefficient incrementally.
Compute a squared sample Pearson product-moment correlation coefficient.
Compute a sample absolute Pearson product-moment correlation coefficient.
Compute a moving sample Pearson product-moment correlation distance incrementally.
Fixed-point financial math for Solana. Black-Scholes, Greeks, IV, NIG pricing, pool math — pure integer arithmetic, no_std, zero dependencies.
Owen's T Function and Bivariate Normal CDF computations
Pure-Rust Wavefront OBJ + MTL 3D mesh codec — implements oxideav-mesh3d's Decoder/Encoder traits
Secret-sharing primitives (Shamir, Blakley, ramp, VSS, CRT, visual, etc.) implemented directly from the original papers with no external dependencies.
A backend-agnostic crate implementing the CKKS FHE scheme
A rust implementation of relay belief propagation for qLDPC codes
Rust-wrapper for Dierckx' B-Splines Curve and Surface Fortran Library
Common definitions for bicycle architecture compiler crates
Covariant, contravariant, invariant and bivariant functors.
MAVIS Differential Astrometric Calibrator
Plot graphs in nushell using numerical lists.
Algorithms and structures on ecological graphs command line interface.
Polychoric and Tetrachoric extensions for Statsample::Bivariate.
Install gsl, statistics2 and provides a C extension to optimize the following methods * Vector#frecuencies * Vector#set_valid_data * Vector#check_type * Dataset#case_as_hash * Dataset#case_as_array * Bivariate::Tetrachoric
A suite for basic and advanced statistics on Ruby. Tested on CRuby 1.9.3, 2.0.0 and 2.1.1. See `.travis.yml` for more information. Include: - Descriptive statistics: frequencies, median, mean, standard error, skew, kurtosis (and many others). - Correlations: Pearson's r, Spearman's rank correlation (rho), point biserial, tau a, tau b and gamma. Tetrachoric and Polychoric correlation provides by statsample-bivariate-extension gem. - Intra-class correlation - Anova: generic and vector-based One-way ANOVA and Two-way ANOVA, with contrasts for One-way ANOVA. - Tests: F, T, Levene, U-Mannwhitney. - Regression: Simple, Multiple (OLS), Probit and Logit - Factorial Analysis: Extraction (PCA and Principal Axis), Rotation (Varimax, Equimax, Quartimax) and Parallel Analysis and Velicer's MAP test, for estimation of number of factors. - Reliability analysis for simple scale and a DSL to easily analyze multiple scales using factor analysis and correlations, if you want it. - Dominance Analysis, with multivariate dependent and bootstrap (Azen & Budescu) - Sample calculation related formulas - Structural Equation Modeling (SEM), using R libraries +sem+ and +OpenMx+ - Creates reports on text, html and rtf, using ReportBuilder gem - Graphics: Histogram, Boxplot and Scatterplot.