Topic: "sample-variance"
stdlib-js/stats-incr-mvariance
Compute a moving unbiased sample variance incrementally.
Language: JavaScript - Size: 952 KB - Last synced at: 6 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0
stdlib-js/stats-incr-meanvar
Compute an arithmetic mean and unbiased sample variance incrementally.
Language: JavaScript - Size: 795 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanvariancetk
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 584 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanvariancech
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 597 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanvariance
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 738 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 920 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanvariancewd
Calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 729 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 793 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-variance
Calculate the variance of a strided array.
Language: JavaScript - Size: 601 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-variancetk
Calculate the variance of a strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 706 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dmeanvar
Calculate the mean and variance of a double-precision floating-point strided array.
Language: JavaScript - Size: 884 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-svariance
Calculate the variance of a single-precision floating-point strided array.
Language: JavaScript - Size: 1.67 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 642 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
Language: JavaScript - Size: 488 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 834 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
Language: JavaScript - Size: 1.03 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-incr-mvmr
Compute a moving variance-to-mean ratio (VMR) incrementally.
Language: JavaScript - Size: 907 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-incr-variance
Compute an unbiased sample variance incrementally.
Language: JavaScript - Size: 884 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-incr-stdev
Compute a corrected sample standard deviation incrementally.
Language: JavaScript - Size: 871 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 564 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 1.24 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 1.33 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 529 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 542 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 522 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 493 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 515 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 1.44 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 565 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-incr-vmr
Compute a variance-to-mean ratio (VMR) incrementally.
Language: JavaScript - Size: 869 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0
stdlib-js/stats-incr-mstdev
Compute a moving corrected sample standard deviation incrementally.
Language: JavaScript - Size: 947 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0
stdlib-js/stats-base-snanvariancepn
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 665 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-snanvarianceyc
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 578 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-snanvariancewd
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 595 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 826 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-nanvariance
Calculate the variance of a strided array ignoring NaN values.
Language: JavaScript - Size: 514 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 765 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-variancewd
Calculate the variance of a strided array using Welford's algorithm.
Language: JavaScript - Size: 670 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-iter-stdev
Compute the corrected sample standard deviation over all iterated values.
Language: JavaScript - Size: 1.03 MB - Last synced at: 12 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
Language: JavaScript - Size: 565 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 761 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-incr-meanstdev
Compute an arithmetic mean and corrected sample standard deviation incrementally.
Language: JavaScript - Size: 786 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-svariancewd
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 721 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
Language: JavaScript - Size: 1.34 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
Language: JavaScript - Size: 949 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-incr-mmeanstdev
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
Language: JavaScript - Size: 931 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 600 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 609 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 522 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dsvariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 1.23 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 524 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dvariance
Calculate the variance of a double-precision floating-point strided array.
Language: JavaScript - Size: 1.35 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 633 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 1.27 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0
stdlib-js/stats-base-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
Language: JavaScript - Size: 485 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0
robertovacante/unbiasedness
Unbiasedness of the Sample Variance through a Monte-Carlo simulation.
Language: Stata - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
susfgdou/stats-array-variancepn
Calculate the variance of an array using the stats-array-variancepn library. Ideal for numerical and scientific computation in JavaScript. 🚀📊
Language: JavaScript - Size: 56.6 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0
jyarrinp/stats-strided-wasm-dnanvariancewd
📊 Compute the variance of strided arrays in WebAssembly for efficient numerical analysis and enhance performance in JavaScript environments.
Language: Groovy - Size: 1.37 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
ayugacor/stats-array-variancetk
Language: JavaScript - Size: 56.6 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
Language: JavaScript - Size: 316 KB - Last synced at: 6 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-nanvariancetk
Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 608 KB - Last synced at: 6 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-wasm-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 1.08 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
rodrigo5182/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 69.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 239 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-nanvariance
Calculate the variance of a strided array ignoring NaN values.
Language: JavaScript - Size: 237 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 298 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-svariancewd
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 312 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-nanvariancewd
Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.
Language: JavaScript - Size: 544 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-variancetk
Calculate the variance of an array using a one-pass textbook algorithm.
Language: JavaScript - Size: 493 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 346 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 372 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-nanvariancepn
Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.
Language: JavaScript - Size: 615 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
Language: JavaScript - Size: 545 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
Language: JavaScript - Size: 218 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
rzgrata/stats-mean
stats-mean implements fast, robust mean (average) routines for JavaScript and Node.js, supporting arrays, typed arrays, and streaming data. 🐙
Language: JavaScript - Size: 56.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 379 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-variance
Calculate the variance of an array.
Language: JavaScript - Size: 782 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 650 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 392 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
Language: JavaScript - Size: 378 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
Language: JavaScript - Size: 725 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 302 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-nanvariance
Calculate the variance of an array ignoring `NaN` values.
Language: JavaScript - Size: 549 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 346 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 391 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-variance
Calculate the variance of a strided array.
Language: JavaScript - Size: 365 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-variancewd
Calculate the variance of a strided array using Welford's algorithm.
Language: JavaScript - Size: 365 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
Language: JavaScript - Size: 370 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 226 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 629 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 227 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-nanvarianceyc
Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 459 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-nanvariancech
Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 473 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-variancetk
Calculate the variance of a strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 340 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-varianceyc
Calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 1.12 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
Language: JavaScript - Size: 250 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 555 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 491 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 227 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
stdlib-js/stats-strided-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 229 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0