项目作者: fbittmann

项目描述 :
Code examples from the book
高级语言: Python
项目地址: git://github.com/fbittmann/Bootstrapping.git
创建时间: 2019-04-15T12:34:02Z
项目社区:https://github.com/fbittmann/Bootstrapping

开源协议:

下载


Bootstrapping - An Integrated Approach with Python and Stata

drawing

Felix Bittmann (2021)

This repository contains all examples and additional code from the book. Feel free to clone, edit and comment the code.
The code presented here is neither the fastest nor the most elegant, but tries to highlight how the underlying algorithms work.
If you find bugs, please feel free to comment and improve the snippets here.

If you have never used Python, install it from here: https://www.python.org/

For editing and running code, I recommend Geany (https://geany.org/) as it is lightweight, easy to use and
runs on Linux, Windows and Mac. If you are interested in the statistical functions of Python, you probably
want to try something more advanced like Anaconda (https://www.anaconda.com/), which provides
additional packages and programming environments for statistical analyses in Python.

Stata is a commercial statistical software package, but very popular and, in my opinion, the best for the
daily research routine (https://www.stata.com/). If you are looking for a short introduction to Stata, check
out my other book: Stata - A Really Short Introduction