stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
stats-base-ztest-alternatives
This repository provides alternative methods for Z-tests in statistical analysis. It offers efficient implementations in JavaScript for use in both browser and Node.js environments. 🛠️📊
stats-base-ztest-one-sample-results-float64
Create a one-sample Z-test double-precision floating-point results object.
stats-base-ztest-one-sample-results-float32
Create a one-sample Z-test single-precision floating-point results object.
stats-base-ztest-two-sample-results-float32
Create a two-sample Z-test single-precision floating-point results object.
stats-base-ndarray-dztest
Compute a one-sample Z-test for a one-dimensional double-precision floating-point ndarray.
stats-base-ndarray-ztest
Compute a one-sample Z-test for a one-dimensional ndarray.
stats-strided-dztest2
Compute a two-sample Z-test for two double-precision floating-point strided arrays.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
stats-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
stats-base-ztest-alternative-str2enum
Return the enumeration constant associated with a Z-test alternative hypothesis string.
stats-base-ztest-alternative-enum2str
This repository provides an alternative implementation of the `enum2str` function for statistical analysis in JavaScript. It enhances your ability to convert enumeration values to strings, streamlining your data processing tasks. 🛠️📊
stats-base-ndarray-sztest
Compute a one-sample Z-test for a one-dimensional single-precision floating-point ndarray.
stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.