About Anaconda Help Download Anaconda

CmdStanPy is a lightweight interface to Stan for Python users which provides the necessary objects and functions to compile a Stan program and fit the model to data using CmdStan.

Installers

  • linux-64 v1.1.0
  • linux-aarch64 v1.1.0
  • linux-s390x v1.1.0
  • osx-64 v1.1.0
  • osx-arm64 v1.1.0
  • win-64 v1.1.0
  • linux-ppc64le v1.1.0

conda install

To install this package run one of the following:
conda install anaconda::cmdstanpy

Description

CmdStanPy is a lightweight pure-Python interface to CmdStan which provides access to the Stan compiler and all inference algorithms. It supports both development and production workflows. Because model development and testing may require many iterations, the defaults favor development mode and therefore output files are stored on a temporary filesystem. Non-default options allow all aspects of a run to be specified so that scripts can be used to distributed analysis jobs across nodes and machines.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy