stan-dev / stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
2.56k stars 369 forks source link

Refactor Manual #354

Closed betanalpha closed 7 years ago

betanalpha commented 10 years ago

We really need to refactor the manual so that we have separate sections describing our samplers/optimizers and their configurations. I'm thinking a chapter after "Introduction" called something like "Algorithms" with details on HMC, adaptation, optimization, and potential pitfalls in practice, which would leave the configuration doc in the "Commands" chapter much cleaner.

I assign myself since I know the most about the samplers.

bob-carpenter commented 10 years ago

I heartily concur. Thanks for taking it on.

You'll see some material on samplers scattered throughout.

I kept planning to reorganize the material as soon as we got more than one sampler in place.

On 11/2/13, 7:21 PM, Michael Betancourt wrote:

We really need to refactor the manual so that we have separate sections describing our samplers/optimizers and their configurations. I'm thinking a chapter after "Introduction" called something like "Algorithms" with details on HMC, adaptation, optimization, and potential pitfalls in practice, which would leave the configuration doc in the "Commands" chapter much cleaner.

I assign myself since I know the most about the samplers.

— Reply to this email directly or view it on GitHub https://github.com/stan-dev/stan/issues/354.

betanalpha commented 10 years ago

Roadmap

Bayesian Inference in Practice

Stan in Practice

The Stan Reference Guide

The Stan Interfaces

The Stan Development Process

bob-carpenter commented 7 years ago

absorbed into #2103