The Wayback Machine - https://web.archive.org/web/20210727195024/https://github.com/topics/statistical-tests
Skip to content
#

statistical-tests

Here are 123 public repositories matching this topic...

estebanz01
estebanz01 commented Dec 31, 2018

The idea is to implement the KS test where we pass a sample and a distribution object, to validate if it belongs or not.

Something like this:

distribution = Distribution::StandardNormal.new
samples = distribution.random(elements: 1_000, seed: 100)
# This should return null hypothesis as true,
# so we assume that the sample belongs to the specified distribution.
StatisticalTest::KS

Meta.Numerics is library for advanced numerical computing on the .NET platform. It offers an object-oriented API for statistical analysis, advanced functions, Fourier transforms, numerical integration and optimization, and matrix algebra.
  • Updated Sep 7, 2020
  • C#

Popular Econometrics content with code; Simple Linear Regression, Multiple Linear Regression, OLS, Event Study including Time Series Analysis, Fixed Effects and Random Effects Regressions for Panel Data, Heckman_2_Step for selection bias, Hausman Wu test for Endogeneity in Python, R, and STATA.
  • Updated Apr 22, 2021
  • Stata

Improve this page

Add a description, image, and links to the statistical-tests topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the statistical-tests topic, visit your repo's landing page and select "manage topics."

Learn more