[D] What's your favorite concept/rule/theorem in statistics and why?

This page summarizes the projects mentioned and recommended in the original post on /r/statistics

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Bigsimr.jl

    Simulate multivariate distributions with arbitrary marginals.

  • I wrote a Julia library that basically applies this idea, but extends it to multivariate distributions. We sample from a multivariate normal, transform the margins to uniform (via the normal cdf), and then transform to the desired distribution using the margins inverse cdf's (called the NORTA algorithm). The caveat is that this transformation is non-linear, so the correlation matrix used to generate the multivariate normal samples is generally not the same as the correlation after transformation. We account for this by numerically solving for the n*(n-1)/2 double integrals to determine what input correlation is necessary to get the desired output correlation. This paper describes the full problem and method for solving.

  • r-bigsimr

    Simulate arbitrary multivariate distributions

  • We have an R interface to the Julia library, but it still requires Julia to be installed. It uses JuliaCall, and honestly you don't even need to use our R wrapper.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • JuliaCall

    Embed Julia in R

  • We have an R interface to the Julia library, but it still requires Julia to be installed. It uses JuliaCall, and honestly you don't even need to use our R wrapper.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Stan in Nim?

    5 projects | /r/nim | 25 May 2022
  • Is c++ still the best performance companion language for R?

    4 projects | /r/Rlanguage | 1 May 2022
  • Generate Python extensions using Nim language

    5 projects | news.ycombinator.com | 15 Apr 2022
  • Python vs Matlab vs R

    4 projects | /r/GradSchool | 12 Feb 2022
  • Nim -- a modern "glue" language like Python

    9 projects | dev.to | 11 Oct 2021