Stan  2.14.0
probability, sampling & optimization
Public Attributes | List of all members
stan::lang::distribution Struct Reference

Structure for a distribution with parameters. More...

#include <distribution.hpp>

Public Attributes

std::string family_
 The name of the distribution. More...
 
std::vector< expressionargs_
 The sequence of parameters for the distribution. More...
 

Detailed Description

Structure for a distribution with parameters.

Definition at line 15 of file distribution.hpp.

Member Data Documentation

§ args_

std::vector<expression> stan::lang::distribution::args_

The sequence of parameters for the distribution.

Definition at line 24 of file distribution.hpp.

§ family_

std::string stan::lang::distribution::family_

The name of the distribution.

Definition at line 19 of file distribution.hpp.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.