GitHub topics: sample-variance
stdlib-js/stats-base-variancewd
Calculate the variance of a strided array using Welford's algorithm.
Language: JavaScript - Size: 424 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 1 - 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: 439 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

rodrigo5182/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 68.4 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

JulimDaContencao/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: 71.3 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
Language: JavaScript - Size: 919 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-stdev
Compute the corrected sample standard deviation over all iterated values.
Language: JavaScript - Size: 1.02 MB - Last synced at: about 21 hours ago - Pushed at: 8 days ago - Stars: 1 - 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: 263 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - 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: 697 KB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 2 - 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: 541 KB - Last synced at: 12 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-variance
Compute an unbiased sample variance incrementally.
Language: JavaScript - Size: 884 KB - Last synced at: 12 days ago - Pushed at: 22 days ago - Stars: 2 - 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: 744 KB - Last synced at: 8 days ago - Pushed at: 28 days ago - Stars: 1 - 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: 900 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 240 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: 376 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-meanvar
Compute an arithmetic mean and unbiased sample variance incrementally.
Language: JavaScript - Size: 771 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 183 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - 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: 703 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
Language: JavaScript - Size: 213 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-stdev
Compute a corrected sample standard deviation incrementally.
Language: JavaScript - Size: 871 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

Yasko63/stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 68.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jabionu/stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 71.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - 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.04 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - 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: 181 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - 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: 566 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 288 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
Language: JavaScript - Size: 568 KB - Last synced at: about 10 hours ago - Pushed at: about 1 month ago - Stars: 1 - 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: 198 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-svariance
Calculate the variance of a single-precision floating-point strided array.
Language: JavaScript - Size: 1.33 MB - Last synced at: 3 days ago - Pushed at: about 1 month 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: 624 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-variancetk
Calculate the variance of a strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 509 KB - Last synced at: 5 days ago - Pushed at: about 1 month 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: 563 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 183 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 441 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: 569 KB - Last synced at: 29 days ago - Pushed at: about 1 month 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: about 1 month ago - Stars: 2 - 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: 17 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 30 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 199 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: 200 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - 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: 660 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
Language: JavaScript - Size: 137 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-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: 240 KB - Last synced at: about 1 month ago - Pushed at: about 1 month 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: 181 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Language: JavaScript - Size: 218 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-variance
Calculate the variance of a strided array.
Language: JavaScript - Size: 556 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: about 17 hours ago - Pushed at: about 1 month ago - Stars: 1 - 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: 9 days ago - Pushed at: about 1 month 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: 30 days ago - Pushed at: about 1 month 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 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: 30 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dmeanvar
Calculate the mean and variance of a double-precision floating-point strided array.
Language: JavaScript - Size: 1.33 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: 30 days ago - Pushed at: about 1 month 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: 704 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 255 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - 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: 590 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 243 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanvariance
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 1.35 MB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanvariance
Calculate the variance of a strided array ignoring NaN values.
Language: JavaScript - Size: 609 KB - Last synced at: 3 days ago - Pushed at: about 1 month 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: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 12 days ago - Pushed at: about 1 month 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: 29 days ago - Pushed at: about 1 month 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: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: 28 days ago - Pushed at: about 1 month ago - Stars: 1 - 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: 528 KB - Last synced at: 5 days ago - Pushed at: about 1 month 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: 7 days ago - Pushed at: about 2 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 days ago - Pushed at: about 2 months ago - Stars: 2 - 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: 30 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-meanstdev
Compute an arithmetic mean and corrected sample standard deviation incrementally.
Language: JavaScript - Size: 781 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-vmr
Compute a variance-to-mean ratio (VMR) incrementally.
Language: JavaScript - Size: 869 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - 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: 2 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mvmr
Compute a moving variance-to-mean ratio (VMR) incrementally.
Language: JavaScript - Size: 901 KB - Last synced at: about 14 hours ago - Pushed at: 4 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: 9 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mmeanstdev
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
Language: JavaScript - Size: 922 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mvariance
Compute a moving unbiased sample variance incrementally.
Language: JavaScript - Size: 925 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

p-espenshade/1D-SV
Sample variance calculator for cosmological observations
Language: Python - Size: 63.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

robertovacante/unbiasedness
Unbiasedness of the Sample Variance through a Monte-Carlo simulation.
Language: Stata - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

JRigh/Properties-of-Estimators
Properties of estimators using the Univariate Normal model
Language: R - Size: 488 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
