Projects in Awesome Lists tagged with standard-deviation
A curated list of projects in awesome lists tagged with standard-deviation .
https://github.com/jeroenterheerdt/HADailySensor
Sensor for Home Assistant that gets reset at midnight
aggregation average home-assistant home-automation homeassistant max maximum mean median min minimum sensor standard-deviation statistics stdev sum var variance
Last synced: 07 Apr 2025
https://github.com/jeroenterheerdt/hadailysensor
Sensor for Home Assistant that gets reset at midnight
aggregation average home-assistant home-automation homeassistant max maximum mean median min minimum sensor standard-deviation statistics stdev sum var variance
Last synced: 05 Apr 2025
https://github.com/axiomhq/variance
Go implementation of variance's method for one-pass variance computation with D. H. D. West improved methods which features merging of several multiple sets of statistics and adding weighted values.
go golang standard-deviation variance welford welford-online-algorithm
Last synced: 14 Jul 2025
https://github.com/hoangsonww/standard-deviation-calculator
📊 This repository contains a Standard Deviation Calculator implemented in C++. It provides an efficient algorithm for calculating the statistical standard deviation of a dataset, making it a valuable tool for students, researchers, and analysts seeking a reliable method for data analysis.
algorithms cplusplus cpp data data-analysis data-analytics data-science standard-deviation standard-deviation-calculator standard-deviations
Last synced: 22 Sep 2025
https://github.com/alexandrehiroyuki/datatome
Data analysis and filtering using time series for embedded devices (IoT). All in a single C++ library, Data Tome. Focus on the developer's experience and performance. It is the successor to the MovingAveragePlus library.
algorithms analysis arduino arduino-library cpp cumulative-mean data-processing data-structures exponential-moving-average filters median moving-average moving-median pio platformio platformio-library standard-deviation variance
Last synced: 24 Oct 2025
https://github.com/sgreben/tcp-time
measures TCP connection durations to a given target, prints JSON
cli connection csv histogram json mean ping quantile standard-deviation tcp tcp-ping time
Last synced: 08 Oct 2025
https://github.com/maxcountryman/st
Fast and simple statistics on the command line.
maximal median minimal standard-deviation statistics sum
Last synced: 23 Apr 2025
https://github.com/idrinth-api-bench/chartjs-plugin-stdev-filler
A small plugin to provide sensible standard deviation displays.
chartjs chartjs-plugin standard-deviation stdev
Last synced: 13 Aug 2025
https://github.com/stdlib-js/stats-base-stdev
Calculate the standard deviation of a strided array.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 28 May 2026
https://github.com/stdlib-js/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
dispersion iterable iterate iterator javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 03 Mar 2026
https://github.com/stdlib-js/stats-incr-variance
Compute an unbiased sample variance incrementally.
accumulator central-tendency dispersion incremental javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 30 Apr 2025
https://github.com/stdlib-js/stats-base-nanstdevtk
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 05 Oct 2025
https://github.com/stdlib-js/stats-incr-covariance
Compute an unbiased sample covariance incrementally.
accumulator corr correlation covariance dispersion incremental javascript math mathematics node node-js nodejs sample-covariance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 12 Apr 2025
https://github.com/stdlib-js/stats-base-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 21 Jun 2025
https://github.com/stdlib-js/stats-base-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 24 Jun 2025
https://github.com/stdlib-js/stats-incr-pcorrmat
Compute a sample Pearson product-moment correlation matrix incrementally.
anticorrelation correlated correlation covariance dispersion javascript math mathematics matrix node node-js nodejs sample-covariance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 07 May 2025
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 12 Jun 2025
https://github.com/stdlib-js/stats-base-variance
Calculate the variance of a strided array.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 27 Feb 2026
https://github.com/stdlib-js/stats-base-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 21 Aug 2025
https://github.com/stdlib-js/stats-base-snanvariance
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 11 Aug 2025
https://github.com/imsatyasaiteja/network_science
Research project that focuses on observing the Resilience of Delhi Road Networks to Traffic Disruptions
barabasi-albert betweenness-centrality degree-distribution hubs network-disruption-analysis network-science power-law random-networks robustness-analysis scale-free-networks standard-deviation
Last synced: 08 Oct 2025
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 19 Feb 2026
https://github.com/ahotko/mathextended
C# Math Library with Functions, not included in standard Library. Compatible with NET.Core and NET.Framework
continued-fractions csharp csharp-code csharp-library easing easing-functions easings fractions histogram interpolation matrix netcore random ranmar standard-deviation statistics
Last synced: 30 Mar 2025
https://github.com/diversen/math-standard-deviation
Small javascript / nodejs module to calculate the standard deviation
Last synced: 02 Apr 2025
https://github.com/kaelzhang/s-deviation
Utility to calculate standard deviation.
fintech math math-library standard-deviation
Last synced: 19 Sep 2025
https://github.com/stdlib-js/stats-base-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 04 Apr 2026
https://github.com/stdlib-js/stats-base-nanstdevch
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 07 Sep 2025
https://github.com/stdlib-js/stats-base-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 08 Mar 2026
https://github.com/whossname/stream_stats
Concurrent calculation of count, mean and standard deviation
elixir standard-deviation statistics stream-processing
Last synced: 02 Jul 2026
https://github.com/stdlib-js/stats-base-variancewd
Calculate the variance of a strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 11 Apr 2025
https://github.com/stdlib-js/stats-base-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array unbiased var variance welford
Last synced: 16 Mar 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 18 Feb 2026
https://github.com/stdlib-js/stats-base-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 12 Jan 2026
https://github.com/stdlib-js/stats-base-stdevyc
Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
cramer deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided unbiased var variance youngs
Last synced: 26 Jun 2025
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 13 Feb 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 03 May 2026
https://github.com/stdlib-js/stats-base-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 01 Mar 2026
https://github.com/stdlib-js/stats-base-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
cramer deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array unbiased var variance youngs
Last synced: 09 Apr 2025
https://github.com/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.
cramer deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array unbiased var variance youngs
Last synced: 17 Feb 2026
https://github.com/stdlib-js/stats-base-nanstdev
Calculate the standard deviation of a strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 24 Aug 2025
https://github.com/stdlib-js/stats-base-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 16 Feb 2026
https://github.com/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.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 05 Jul 2025
https://github.com/stdlib-js/stats-incr-meanstdev
Compute an arithmetic mean and corrected sample standard deviation incrementally.
arithmetic-mean average avg central-tendency dispersion javascript math mathematics mean node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 06 Sep 2025
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 08 Oct 2025
https://github.com/stdlib-js/stats-base-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 14 Mar 2026
https://github.com/stdlib-js/stats-base-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 24 Oct 2025
https://github.com/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.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 29 Jan 2026
https://github.com/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.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 25 Feb 2026
https://github.com/stdlib-js/stats-base-dsemyc
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 13 Feb 2026
https://github.com/stdlib-js/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 28 Feb 2026
https://github.com/stdlib-js/stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 27 Apr 2026
https://github.com/markmusic27/data-statistics-calculator
💣 This method (made in JavaScript / Python) can find the mean, median, mode, range, and standard deviation.
data-analysis standard-deviation statistics statistics-calculator
Last synced: 20 Jun 2026
https://github.com/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.
cramer deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array unbiased var variance youngs
Last synced: 15 May 2026
https://github.com/stdlib-js/stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 17 May 2026
https://github.com/stdlib-js/stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Apr 2026
https://github.com/shwetajanwekar/capstone-project_1
Capstone project_1 include python code for best fit regression model, SQL feature store and tableau dashboard
accuracy create engine lasso-regression-model linear-regression mysql-database pandas ridge-regression seaborn skewness sklearn-library spacy sqlalchemy standard-deviation transformation variense xtrain ytrain
Last synced: 24 Feb 2026
https://github.com/fauzancodes/variance-and-standard-deviation-calculator
Variance & Standard Deviation Calculator
standard-deviation statistics variance
Last synced: 05 Jan 2026
https://github.com/patilsukanya/p02.-normal-distribution-of-stocks
Used libraries and functions as follows:
cdf detetuneindex matplotlib-pyplot mean norm numpy pct probability python seaborn standard-deviation stats
Last synced: 01 May 2026
https://github.com/alxgmpr/tmrs
CLI utility to measure time performance of commands with things like averages and standard deviation built in.
cli mean measurement performance-testing rust standard-deviation
Last synced: 15 Mar 2025
https://github.com/stdlib-js/stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 16 May 2026
https://github.com/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.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 01 May 2026
https://github.com/stdlib-js/stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib unbiased var variance
Last synced: 16 May 2026
https://github.com/stdlib-js/stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 29 Apr 2026
https://github.com/shwetapardhi/assignment-1-q12--basic-statistics-level-1
Q12) Below are the scores obtained by a student in tests 34,36,36,38,38,39,39,40,40,41,41,41,41,42,42,45,49,56 Find mean, median, variance, standard deviation. What can we say about the student marks?
boxplot matplotlib-pyplot mean median nump pandas python seaborn standard-deviation variance
Last synced: 01 May 2026
https://github.com/shwetapardhi/assignment-1-q21_a-basic-statistics-level-1
Q 21) Check whether the data follows normal distribution a) Check whether the MPG of Cars follows Normal Distribution Dataset: Cars.csv
distplot matplotlib-pyplot mean median pandas python seaborn standard-deviation
Last synced: 04 May 2026
https://github.com/shwetapardhi/assignment-2-set-2-q5-basic-statistic-level-2
Consider a company that has two different divisions. The annual profits from the two divisions are independent and have distributions Profit1 ~ N(5, 3^2) and Profit2 ~ N(7, 4^2) respectively. Both the profits are in $ Million. Answer the following questions about the total profit of the company in Rupees. Assume that $1 = Rs. 45 A. Specify a Rupee
cdf mean percentile probability python range scipy standard-deviation stats variense
Last synced: 03 May 2026
https://github.com/stdlib-js/stats-strided-svariancewd
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance welford
Last synced: 16 May 2026
https://github.com/stdlib-js/stats-strided-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 02 May 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 28 Apr 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 30 Apr 2026
https://github.com/stdlib-js/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 01 May 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 29 Apr 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 27 Apr 2026
https://github.com/stdlib-js/stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib unbiased var variance
Last synced: 18 May 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 29 Apr 2026
https://github.com/lajuman/standard-deviation
average calculator mean python standard-deviation statistics variance
Last synced: 08 Jun 2026
https://github.com/s1dewalker/alpha-beta-explorer
Analyzing market betas to assess asset sensitivity, systematic risk, and fcator analysis.
alpha beta financial-markets financial-research portfolio-analysis pyhton rolling standard-deviation tableau tableau-report trends
Last synced: 30 Mar 2025
https://github.com/rodrigo5182/stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
deviation javascript mathematics nodejs sample-variance standard-deviation statistics stats stdlib strided-array unbiased var variance welford
Last synced: 02 Apr 2025
https://github.com/lkethridge/sda_project
A Statistical Data Analysis project from TripleTen
binomial-distribution continuous-variables data-aggregation data-manipulation data-preparation distribution frequency-histogram hypothesis-tests law-of-large-numbers normal-approximation normal-distribution one-tail-test paired-samples probability-theory random-sampling skewed-data standard-deviation statistical-data-analysis summary-statistics two-tail-test
Last synced: 04 Jul 2025
https://github.com/spacebakery/variance-in-weather-project
Statistics for Data Analysis | Variance and Standard Deviation
data-analysis python standard-deviation statistics variance
Last synced: 05 Jul 2025
https://github.com/stdlib-js/stats-strided-dsemyc
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 03 May 2026
https://github.com/stdlib-js/stats-strided-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
array estimate estimation javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed welford
Last synced: 03 May 2026
https://github.com/Soumya117/MonteCarloVisualBasic
Monte Carlo Simulation in visual basic.
excel excel-macros macros microsoft monte-carlo montecarlo-simulation random-generation standard-deviation vb vb-macro visual-basic
Last synced: 11 Mar 2025
https://github.com/stdlib-js/stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 15 May 2026
https://github.com/stdlib-js/stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 03 May 2026
https://github.com/cuda-chen/ms2rms
Calculate standard deviation given a time interval of each trace.
libmseed miniseed seismology standard-deviation
Last synced: 26 Mar 2025
https://github.com/farhad-here/height-distribution-analysis
Statistical comparison of height distributions in two groups using mean, standard deviation, and boxplots.
coefficient-of-variation data-analysis interquartile-ranges matplotlib mean numpy python scipy standard-deviation variance
Last synced: 13 Apr 2026
https://github.com/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.
array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 03 May 2026
https://github.com/galihap76/standard-deviation-python
Implementasi sederhana standard deviation pada python.
machine-learning python standard-deviation
Last synced: 08 Oct 2025
https://github.com/stdlib-js/stats-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
accumulator central-tendency corrected dispersion incremental javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib var variance
Last synced: 18 May 2026
https://github.com/swalx/programming-statistics
Probability Theory & Statistics from a Programming Perspective with Calculations
binomial-distribution combination distribution mean normal-distribution permutation poisson-distribution population probability probability-distribution programming python sample standard-deviation variance
Last synced: 10 Oct 2025
https://github.com/stdlib-js/stats-strided-dsemch
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
array estimate estimation float64 javascript math mathematics mean node node-js nodejs standard-deviation standard-error standard-error-of-the-mean statistics stats stdlib strided strided-array typed
Last synced: 05 May 2026
https://github.com/stdlib-js/stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
deviation dispersion javascript math mathematics node node-js nodejs sample-standard-deviation spread standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance
Last synced: 05 May 2026
https://github.com/lmizner/codecademy_foodwheel
Testing Matplotlib data visualization skills with these challenge projects
bar-chart group-by histogram jupyter-notebook matplotlib-pyplot mean pandas pie-chart python standard-deviation
Last synced: 06 May 2026