examples.stats.example1.example.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jstat Show documentation
Show all versions of jstat Show documentation
Java Library for Statistical Analysis.
The newest version!
# Example 1: Simple Bootstrap For The Mean
## Contents
* [Overview](#overview)
* [Linear Regression](#linear_regression)
* [How Good Is The Fit?](#how_good_is_the_fit)
* [```R^2``` Coefficient](#r2_coefficient)
* [Include files](#include_files)
* [Program structure](#prg_struct)
* [The main function](#m_func)
* [Results](#results)
* [Source Code](#source_code)
## Overview