jethronap / jstat-examples

Examples of usage for the jstat library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jstat-examples

Examples of using jstat

Examples Map

Machine Learning

Statistics

  • Example 1: Vanilla Bootstrap for the mean
  • Example 2: Vanilla Hypothesis testing for the mean
  • Example 3: Goodness of fit of regression line
  • Example 4: Simulate the standard error for the mean
  • Example 5: Calculate descriptive statistics metrics
  • Example 6: Hypothesis tests on the mean of a normal distribution with known variance
  • Example 7: Type II error and the sample size
  • Example 8: Simulate the Central Limit Theorem
  • Example 9: Sampling distribution

Monte Carlo

  • Example 1: Monte Carlo Simulation for the Monty Hall Problem
  • Example 2: Calculate the area of a circle using Monte Carlo integration
  • Example 3: Markov chain Monte Carlo for pi calculation

Miscellaneous

  • Example 1: Basic operations with INDArray
  • Example 2: Load data from an Elasticsearch index

About

Examples of usage for the jstat library


Languages

Language:Java 96.2%Language:Jupyter Notebook 2.7%Language:Python 1.0%