Skip to main content
Ctrl+K

SciPy

  • Installing
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • GitHub
  • Scientific Python Forum
  • Installing
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • GitHub
  • Scientific Python Forum

Section Navigation

User guide

  • Fourier Transforms (scipy.fft)
  • Integration (scipy.integrate)
  • Interpolation (scipy.interpolate)
  • File IO (scipy.io)
  • Linear Algebra (scipy.linalg)
  • Multidimensional Image Processing (scipy.ndimage)
  • Optimization (scipy.optimize)
  • Signal Processing (scipy.signal)
  • Sparse Arrays (scipy.sparse)
  • Spatial Data Structures and Algorithms (scipy.spatial)
  • Special Functions (scipy.special)
  • Statistics (scipy.stats)
  • Sparse eigenvalue problems with ARPACK
  • Compressed Sparse Graph Routines (scipy.sparse.csgraph)
  • Parallel execution support in SciPy
  • Thread Safety in SciPy
  • SciPy User Guide
  • Statistics (scipy.stats)

Statistics (scipy.stats)#

In this tutorial, we discuss many, but certainly not all, features of scipy.stats. The intention here is to provide a user with a working knowledge of this package. We refer to the reference manual for further details.

Note: This documentation is work in progress.

Contents

  • Probability distributions
    • Continuous Statistical Distributions
    • Discrete Statistical Distributions
    • Getting help
    • Common methods
    • Random number generation
    • Shifting and scaling
    • Shape parameters
    • Freezing a distribution
    • Broadcasting
    • Specific points for discrete distributions
    • Fitting distributions
    • Performance issues and cautionary remarks
    • Remaining issues
    • Building specific distributions
  • Random Variable Transition Guide
    • Background
    • Basics
    • New and Advanced Features
    • Conclusion
  • Universal Non-Uniform Random Number Sampling in SciPy
    • Introduction
    • Basic concepts of the Interface
    • Generators in scipy.stats.sampling
    • References
  • Kernel density estimation
    • Univariate estimation
    • Multivariate estimation