Skip to content

pymc_elicito#

A framework for expert prior elicitation in Python.

Learn prior distributions for parameters in a Bayesian model based on expert information.

Functions:

Name Description
hello_world

Print hello world

hello_world #

hello_world() -> str

Print hello world

Returns:

Type Description
str

hello world

Source code in src/pymc_elicito/__init__.py
def hello_world() -> str:
    """
    Print hello world

    Returns
    -------
    :
        hello world
    """
    return "hello world"