stan-dev / cmdstanpy

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.
BSD 3-Clause "New" or "Revised" License
151 stars 69 forks source link

Add method `variational` #63

Closed mitzimorris closed 5 years ago

mitzimorris commented 5 years ago

Summary:

Add methods to run the CmdStan variational method and to retrieve estimates from the resulting Stan csv files.

Description:

To add this functionality we need to:

Additional Information:

See issue #58

Current Version:

mitzimorris commented 5 years ago

added via PR #120