All Projects β†’ OpenIntroStat β†’ Openintro Statistics

OpenIntroStat / Openintro Statistics

Licence: other
πŸ“š An open-source textbook written at the college level. OpenIntro also offers a second college-level intro stat textbook and also a high school variant.

Projects that are alternatives of or similar to Openintro Statistics

Data Science Live Book
An open source book to learn data science, data analysis and machine learning, suitable for all ages!
Stars: ✭ 193 (-31.8%)
Mutual labels:  data-science, statistics
Uncertainty Baselines
High-quality implementations of standard and SOTA methods on a variety of tasks.
Stars: ✭ 278 (-1.77%)
Mutual labels:  data-science, statistics
Imodels
Interpretable ML package πŸ” for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-31.45%)
Mutual labels:  data-science, statistics
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+4564.31%)
Mutual labels:  data-science, statistics
Facet
Human-explainable AI.
Stars: ✭ 269 (-4.95%)
Mutual labels:  data-science, statistics
Observations
Tools for loading standard data sets in machine learning
Stars: ✭ 190 (-32.86%)
Mutual labels:  data-science, statistics
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+884.1%)
Mutual labels:  data-science, statistics
Aulas
Aulas da Escola de InteligΓͺncia Artificial de SΓ£o Paulo
Stars: ✭ 166 (-41.34%)
Mutual labels:  data-science, statistics
Master Thesis
The (un)official repository for my master thesis
Stars: ✭ 37 (-86.93%)
Mutual labels:  latex, data-science
Datascience
Curated list of Python resources for data science.
Stars: ✭ 3,051 (+978.09%)
Mutual labels:  data-science, statistics
Collapse
Advanced and Fast Data Transformation in R
Stars: ✭ 184 (-34.98%)
Mutual labels:  data-science, statistics
Xlearn
High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
Stars: ✭ 2,968 (+948.76%)
Mutual labels:  data-science, statistics
Covid19 Severity Prediction
Extensive and accessible COVID-19 data + forecasting for counties and hospitals. πŸ“ˆ
Stars: ✭ 170 (-39.93%)
Mutual labels:  data-science, statistics
Uci Ml Api
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
Stars: ✭ 190 (-32.86%)
Mutual labels:  data-science, statistics
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-40.28%)
Mutual labels:  data-science, statistics
Datascienceprojects
The code repository for projects and tutorials in R and Python that covers a variety of topics in data visualization, statistics sports analytics and general application of probability theory.
Stars: ✭ 223 (-21.2%)
Mutual labels:  data-science, statistics
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+676.33%)
Mutual labels:  data-science, statistics
Zigzag
Python library for identifying the peaks and valleys of a time series.
Stars: ✭ 156 (-44.88%)
Mutual labels:  data-science, statistics
Data Science Free
Free Resources For Data Science created by Shubham Kumar
Stars: ✭ 232 (-18.02%)
Mutual labels:  data-science, statistics
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (-4.59%)
Mutual labels:  data-science, statistics

Project Organization

  • Each chapter's content is in one of the eight chapter folders that start with "ch_". Within each folder, there is a "figures" folder and a "TeX" folder. The TeX folder contains the text files that are used to typeset the chapters in the textbook.
  • In many cases, R code is supplied with figures to regenerate the figure. It will often be necessary to install the "openintro" R package that is available from GitHub (https://github.com/OpenIntroOrg) if you would like to regenerate a figure. Other packages may also occasionally be required.
  • Exercise figures may be found in [chapter folder] > figures > eoce > [exercise figure folders]. "EOCE" means end-of-chapter exercises.
  • The extraTeX folder contains files for the front and back matter of the textbook and also the style files. Note that use of any style files, like all other files here, is under the Creative Commons license cited in the LICENSE file.

Typesetting the Textbook

The textbook may be typeset using the main.tex file. This file pulls in all of the necessary TeX files and figures. For a final typesetting event, typeset in the following order

  • LaTeX 3 times.
  • MakeIndex once.
  • BibTeX once.
  • LaTeX once.
  • MakeIndex once.
  • LaTeX once.

This isn't important for casual browsing, but it is important for a "final" version. The repetitive typesetting is to account for when typesetting changes references slightly, since typesetting the first few times can move content from one page to the next, e.g. as a \ref{...} gets filled in.


Learning LaTeX

If you are not familiar with LaTeX but would like to learn how to use it, check out the slides from two LaTeX mini-courses at

https://github.com/OpenIntroOrg/mini-course-materials

PDFs:

Basics of LaTeX

Math and BibTeX

For a more authoritative review, the book "Guide to LaTeX" is an excellent resource.

Also, see the branches of this repo by Kwangchun Lee for Korean translations of these mini-course materials.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].