Updated 6 months ago

@stdlib/stats-base-sstdevtk • Rank 4.0 • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

@stdlib/stats-base-dstdevyc • Rank 3.6 • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/stats-base-sstdevch • Rank 3.3 • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-stdevyc • Rank 3.3 • Science 57%

Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

@stdlib/stats-base-dstdevch • Rank 3.1 • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

@stdlib/stats-base-sstdevyc • Rank 3.1 • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

stats-array-nanstdevtk • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 6 months ago

stats-strided-dstdevch • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

stats-strided-dstdevtk • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

stats-strided-stdevyc • Science 57%

Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

stats-strided-sstdevch • Science 13%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 6 months ago

pops-core • Science 75%

PoPS Core: C++ library for the Pest or Pathogen Spread Model

Updated 6 months ago

stats-array-nanstdevyc • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 6 months ago

stats-strided-dstdevwd • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

stats-strided-sstdevtk • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

stats-strided-sstdevyc • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.