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

statistical-analysis

Here are 902 public repositories matching this topic...

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#
snunez1
snunez1 commented Sep 23, 2021

There are multiple ways to calculate a five number quantile summary. The current version of fivenum returns min, 1st quartile, median, 3rd quartile, max of the elements of the sequence. Different software generally have the same results for "min", "median", and "max", but there are different ways to get "first quartile" and "third quartile".

In particular, Tukey's hinge method includes medi

Improve this page

Add a description, image, and links to the statistical-analysis 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-analysis topic, visit your repo's landing page and select "manage topics."

Learn more