GitHub topics: deviation
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 2 months ago - Pushed at: about 2 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: 200 KB - Last synced at: about 2 months ago - Pushed at: about 2 months 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: 13 days ago - Pushed at: about 2 months 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 2 months ago - Pushed at: about 2 months 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 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 336 KB - Last synced at: about 2 months ago - Pushed at: about 2 months 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: 210 KB - Last synced at: about 2 months ago - Pushed at: about 2 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: 181 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 239 KB - Last synced at: about 2 months ago - Pushed at: about 2 months 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 2 months ago - Pushed at: about 2 months 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: 7 days ago - Pushed at: about 2 months 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: 4 days ago - Pushed at: about 2 months 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: about 21 hours ago - Pushed at: about 2 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: 2 days ago - Pushed at: about 2 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: 6 days ago - Pushed at: about 2 months 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: 2 days ago - Pushed at: about 2 months 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: 10 days ago - Pushed at: about 2 months 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: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-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: 1.46 MB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-sstdevwd
Calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 1.25 MB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 765 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 1.29 MB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 866 KB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: 378 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - 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: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: 379 KB - Last synced at: about 2 months ago - Pushed at: about 2 months 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: 211 KB - Last synced at: about 2 months ago - Pushed at: about 2 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: 255 KB - Last synced at: about 2 months ago - Pushed at: about 2 months 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: 271 KB - Last synced at: about 2 months ago - Pushed at: about 2 months 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: 15 days ago - Pushed at: about 2 months 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 2 months ago - Pushed at: about 2 months 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: 13 days ago - Pushed at: about 2 months 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: 6 days ago - Pushed at: about 2 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: 6 days ago - Pushed at: about 2 months 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: 15 days ago - Pushed at: about 2 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 days ago - Pushed at: about 2 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: 6 days ago - Pushed at: about 2 months 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: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdevyc
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 611 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Language: JavaScript - Size: 827 KB - Last synced at: about 3 hours ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanstdevwd
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 1.28 MB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: 600 KB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
Language: JavaScript - Size: 820 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanstdevtk
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Language: JavaScript - Size: 553 KB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Language: JavaScript - Size: 840 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 2 - 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: 384 KB - Last synced at: about 2 months ago - Pushed at: about 2 months 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: 528 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanstdevpn
Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.
Language: JavaScript - Size: 624 KB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Language: JavaScript - Size: 1.45 MB - Last synced at: 15 days ago - Pushed at: about 2 months 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: 588 KB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Language: JavaScript - Size: 992 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-laplace-stdev
Laplace distribution standard deviation.
Language: Python - Size: 406 KB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-kumaraswamy-stdev
Kumaraswamy's double bounded distribution standard deviation.
Language: JavaScript - Size: 983 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-geometric-stdev
Geometric distribution standard deviation.
Language: Python - Size: 479 KB - Last synced at: about 9 hours ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-levy-stdev
Lévy distribution standard deviation.
Language: Python - Size: 423 KB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-triangular-stdev
Triangular distribution standard deviation.
Language: Python - Size: 508 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-uniform-variance
Uniform distribution variance.
Language: Python - Size: 1.11 MB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-planck-stdev
Planck distribution standard deviation.
Language: Python - Size: 347 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-gamma-stdev
Gamma distribution standard deviation.
Language: Python - Size: 434 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 1 - 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: 6 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: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-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: 1.39 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-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: 1.4 MB - Last synced at: about 15 hours ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Language: JavaScript - Size: 732 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-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: 905 KB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-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: 1.38 MB - Last synced at: about 14 hours ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-normal-stdev
Normal distribution standard deviation.
Language: Python - Size: 362 KB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-weibull-stdev
Weibull distribution standard deviation.
Language: JavaScript - Size: 1.12 MB - Last synced at: 11 days ago - Pushed at: 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-base-dists-geometric-variance
Geometric distribution variance.
Language: Python - Size: 350 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-hypergeometric-stdev
Hypergeometric distribution standard deviation.
Language: Python - Size: 444 KB - Last synced at: 12 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-f-stdev
F distribution standard deviation.
Language: Python - Size: 468 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-rmse
Compute the root mean squared error (RMSE) incrementally.
Language: JavaScript - Size: 407 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-planck-variance
Planck distribution variance.
Language: JavaScript - Size: 281 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-poisson-variance
Poisson distribution variance.
Language: Python - Size: 444 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-gumbel-stdev
Gumbel distribution standard deviation.
Language: Python - Size: 458 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

rgleason/Deviation_pi Fork of RooieDirk/Deviation_pi
Compass Deviation Tool
Language: C++ - Size: 32.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 2

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: 5 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

xvi-xv-xii-ix-xxii-ix-xiv/bearingpro
A Rust library for solving common maritime navigation tasks
Language: Rust - Size: 22.5 KB - Last synced at: about 7 hours ago - Pushed at: 7 months ago - Stars: 3 - 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.18 MB - Last synced at: 2 days 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: 12 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

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

stdlib-js/stats-incr-maape
Compute the mean arctangent absolute percentage error (MAAPE) incrementally.
Language: JavaScript - Size: 443 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

whizsid/kddbscan-rs
A rust library inspired by kDDBSCAN clustering algorithm
Language: Rust - Size: 39.1 KB - Last synced at: 4 days ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 2

stdlib-js/stats-incr-mse
Compute the mean squared error (MSE) incrementally.
Language: JavaScript - Size: 401 KB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-cv
Compute the coefficient of variation (CV) incrementally.
Language: JavaScript - Size: 851 KB - Last synced at: about 19 hours 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: 11 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-rayleigh-stdev
Rayleigh distribution standard deviation.
Language: JavaScript - Size: 395 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-ewstdev
Compute an exponentially weighted standard deviation incrementally.
Language: JavaScript - Size: 805 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

sourceduty/Windows_Deviance
🪟 Software concept for measuring changes made by users to the defaults of Microsoft Windows.
Size: 15.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

circulosmeos/circle
statistics ASCII circle for analysing byte entropy in files
Language: C - Size: 169 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 23 - Forks: 4

JulienKluge/AllanDeviations.jl
Julia package for providing frequency-stability test functions. Implemented so far in overlapping as well as consecutive form for phase or frequency datasets are: allan deviation, modified allan deviation, hadamard deviation and time deviation.
Language: Julia - Size: 392 KB - Last synced at: about 1 hour ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 2

pub-calculator-io/standard-deviation
Free WordPress Plugin: Given a discrete data set, the calculator calculates the mean, variance, and standard deviation of a sample or a population and shows all the intermediate steps of calculations. www.calculator.io/standard-deviation/
Language: JavaScript - Size: 6.53 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 8 - Forks: 0

pub-calculator-io/standard-deviation-calculator
Free WordPress Plugin: Given a discrete data set, the calculator calculates the mean, variance, and standard deviation of a sample or a population and shows all the intermediate steps of calculations. www.calculator.io/standard-deviation-calculator/
Language: JavaScript - Size: 5.99 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

msn0/stats-mad
Calculate Median Absolute Deviation (MAD)
Language: JavaScript - Size: 3.91 KB - Last synced at: 23 days ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 0

AfaanBilal/Statistical-Analysis
Statistical Analysis is a C# .NET Windows desktop app to easily do statistical calculations.
Language: C# - Size: 2.08 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

karaposu/emg_car_control
Embedded Emg Control mechanism for robotic applications
Language: C - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

DeepthiTabithaBennet/C_Arrays
A collection of simple C Programs involving Arrays.
Language: C - Size: 32.2 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

guillaumelauzier/standard_deviation
Standard deviation is a measure of the dispersion or spread of a set of data. It tells you how much the values in a data set deviate from the mean, or average, value.
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

K-Konstantinidis/City-Temperatures
This is a C project. The user inserts the temperature of 5 cities, and the program shows the national average temperature, the average temp. of every city and the max deviation from the national avg temp.
Language: C - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0
