Anyone know of an alternative to this Stochastic Process Book in Python instead of R?

This page summarizes the projects mentioned and recommended in the original post on /r/math

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • Besides, being efficient in Python simply means using lazy iterators when reading large chunks of data, and shelling out to Python libraries written in C, like Numpy or Pandas, when you need to do heavy duty calculations or data manipulation. Python by itself is not a fast language.

  • NumPy

    The fundamental package for scientific computing with Python.

  • Besides, being efficient in Python simply means using lazy iterators when reading large chunks of data, and shelling out to Python libraries written in C, like Numpy or Pandas, when you need to do heavy duty calculations or data manipulation. Python by itself is not a fast language.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • julia

    The Julia Programming Language

  • If you simply want a fast JIT-compiled language with dynamic typing, try Julia version >= 1.6.1 instead.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts