Stan  2.10.0
probability, sampling & optimization
arg_variational_meanfield.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_VARIATIONAL_MEANFIELD_HPP
2 #define STAN_SERVICES_ARGUMENTS_VARIATIONAL_MEANFIELD_HPP
3 
5 
6 namespace stan {
7 
8  namespace services {
9 
11  public:
13  _name = "meanfield";
14  _description = "mean-field approximation";
15  }
16  };
17  } // services
18 } // stan
19 
20 #endif
21 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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