GitHub topics: deviation
stdlib-js/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 441 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanstdevyc
Calculate the standard deviation 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: 661 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 654 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanstdevtk
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 657 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 604 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 584 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanstdev
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 873 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdev
Calculate the standard deviation of a strided array ignoring NaN values.
Language: JavaScript - Size: 638 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-nanmstdev
Compute a moving corrected sample standard deviation incrementally, ignoring NaN values.
Language: JavaScript - Size: 227 KB - Last synced at: 1 day ago - Pushed at: 1 day 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: 809 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 716 KB - Last synced at: 1 day ago - Pushed at: 1 day 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: 1.43 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dmeanstdev
Calculate the mean and standard deviation of a double-precision floating-point strided array.
Language: JavaScript - Size: 1.28 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

Teye-24/stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 69.3 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

valto33/stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 71.3 KB - Last synced at: 3 days ago - Pushed at: 3 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: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Nadeem6026/stats-strided-dnanstdevyc
Calculate the standard deviation 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: 69.3 KB - Last synced at: 3 days ago - Pushed at: 3 days 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: 68.4 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

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

asifpage786/stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 69.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-erlang-stdev
Erlang distribution standard deviation.
Language: Python - Size: 476 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - 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: 461 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-arcsine-variance
Arcsine distribution variance.
Language: Python - Size: 1.14 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-stdev
Calculate the standard deviation of a strided array.
Language: JavaScript - Size: 601 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 1

stdlib-js/stats-base-dists-pareto-type1-stdev
Pareto (Type I) distribution standard deviation.
Language: Python - Size: 984 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-exponential-stdev
Exponential distribution standard deviation.
Language: Python - Size: 372 KB - Last synced at: 5 days ago - Pushed at: 5 days 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: 665 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-ewvariance
Compute an exponentially weighted variance incrementally.
Language: JavaScript - Size: 844 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - 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: 233 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-laplace-stdev
Laplace distribution standard deviation.
Language: Python - Size: 413 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - 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: 243 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-incr-mpe
Compute the mean percentage error (MPE) incrementally.
Language: JavaScript - Size: 421 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-poisson-stdev
Poisson distribution standard deviation.
Language: Python - Size: 461 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-degenerate-variance
Degenerate distribution variance.
Language: Python - Size: 353 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-cosine-stdev
Raised cosine distribution standard deviation.
Language: Python - Size: 380 KB - Last synced at: 6 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanstdevpn
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 1.59 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-frechet-stdev
Fréchet distribution standard deviation.
Language: Python - Size: 1010 KB - Last synced at: 12 days ago - Pushed at: 12 days 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: 594 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mrmse
Compute a moving root mean squared error (RMSE) incrementally.
Language: JavaScript - Size: 983 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-chisquare-stdev
Chi-squared distribution standard deviation.
Language: Python - Size: 380 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - 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: 346 KB - Last synced at: 12 days ago - Pushed at: 12 days 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: 273 KB - Last synced at: 1 day ago - Pushed at: 12 days ago - Stars: 0 - 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: 532 KB - Last synced at: 1 day ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-t-stdev
Student's t distribution standard deviation.
Language: Python - Size: 504 KB - Last synced at: 12 days ago - Pushed at: 12 days 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: 562 KB - Last synced at: 1 day ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-degenerate-stdev
Degenerate distribution standard deviation.
Language: Python - Size: 345 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
Language: JavaScript - Size: 569 KB - Last synced at: 4 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-variancewd
Calculate the variance of a strided array using Welford's algorithm.
Language: JavaScript - Size: 428 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mcv
Compute a moving coefficient of variation (CV) incrementally.
Language: JavaScript - Size: 978 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - 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.43 MB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-chisquare-variance
Chi-squared distribution variance.
Language: Python - Size: 438 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 3 - 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: 751 KB - Last synced at: about 10 hours ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 669 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 556 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanvariance
Calculate the variance of a strided array ignoring NaN values.
Language: JavaScript - Size: 613 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-gamma-stdev
Gamma distribution standard deviation.
Language: Python - Size: 442 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-stdevwd
Calculate the standard deviation of a strided array using Welford's algorithm.
Language: JavaScript - Size: 606 KB - Last synced at: about 9 hours ago - Pushed at: 19 days ago - Stars: 3 - Forks: 0

stdlib-js/stats-base-dists-chi-variance
Chi distribution variance.
Language: Python - Size: 1.02 MB - Last synced at: 11 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanstdevwd
Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 613 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 2 - 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: 197 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-chi-stdev
Chi distribution standard deviation.
Language: Python - Size: 1.2 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-mrss
Compute a moving residual sum of squares (RSS) incrementally.
Language: JavaScript - Size: 965 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.
Language: JavaScript - Size: 1.52 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-negative-binomial-stdev
Negative binomial distribution standard deviation.
Language: Python - Size: 424 KB - Last synced at: 4 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
Language: JavaScript - Size: 877 KB - Last synced at: 27 days ago - Pushed at: 27 days 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: 30 days ago - Pushed at: 30 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-lognormal-stdev
Lognormal distribution standard deviation.
Language: Python - Size: 780 KB - Last synced at: about 13 hours ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdevch
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 593 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-bradford-stdev
Bradford distribution standard deviation.
Language: JavaScript - Size: 247 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - 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: 745 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dstdev
Calculate the standard deviation of a double-precision floating-point strided array.
Language: JavaScript - Size: 769 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-binomial-variance
Binomial distribution variance.
Language: Python - Size: 384 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-binomial-stdev
Binomial distribution standard deviation.
Language: Python - Size: 408 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-betaprime-stdev
Beta prime distribution standard deviation.
Language: Python - Size: 400 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-betaprime-variance
Beta prime distribution variance.
Language: Python - Size: 516 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-beta-variance
Beta distribution variance.
Language: Python - Size: 546 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-beta-stdev
Beta distribution standard deviation.
Language: Python - Size: 406 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-uniform-stdev
Uniform distribution standard deviation.
Language: Python - Size: 488 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-bernoulli-variance
Bernoulli distribution variance.
Language: Python - Size: 466 KB - Last synced at: 24 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-snanstdevch
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Language: JavaScript - Size: 835 KB - Last synced at: 24 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-invgamma-stdev
Inverse gamma distribution standard deviation.
Language: Python - Size: 458 KB - Last synced at: 24 days ago - Pushed at: about 2 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: 900 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-rss
Compute the residual sum of squares (RSS) incrementally.
Language: JavaScript - Size: 423 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-me
Compute the mean error (ME) incrementally.
Language: JavaScript - Size: 420 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mcovariance
Compute a moving unbiased sample covariance incrementally.
Language: JavaScript - Size: 977 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 1 - 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: 2 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 477 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 473 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-logistic-stdev
Logistic distribution standard deviation.
Language: Python - Size: 391 KB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 332 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - 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: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 552 KB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mae
Compute the mean absolute error (MAE) incrementally.
Language: JavaScript - Size: 410 KB - Last synced at: 20 days ago - Pushed at: 2 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: 703 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

codexshub/stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 69.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - 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: 2 months ago - Pushed at: 2 months 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: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-discrete-uniform-variance
Discrete uniform distribution variance.
Language: Python - Size: 956 KB - Last synced at: 27 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-discrete-uniform-stdev
Discrete uniform distribution standard deviation.
Language: Python - Size: 856 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0
