Skip to content

DOC: Typo in Introductory Overview of PyMC? #6860

Closed
@brendan-m-murphy

Description

@brendan-m-murphy

Issue with current documentation:

This line towards the end of the "Model Specification" section in the overview tutorial is a bit confusing:

If we wanted to use the slice sampling algorithm to sigma instead of NUTS (which was assigned automatically), we could have specified this as the step argument for sample.

Is this suppose to say "to sample" instead of "to sigma"?

Or maybe, is the example meant to show slice sampling for sigma only and NUTS for the other parameters? The example just uses step = pm.Slice(), so nothing special is happening to sigma here.

Idea or request for content:

Could someone who knows what was intended to be said clarify this sentence?

Also, it could be nice to see an example where Slice is used on sigma and NUTS is used on the other parameters. But if the example is left as is, maybe remove the reference sigma in the quoted sentence.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions