Stan  2.10.0
probability, sampling & optimization
arg_output_file.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_OUTPUT_FILE_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_OUTPUT_FILE_HPP
3 
5 
6 namespace stan {
7  namespace services {
8 
10  public:
12  _name = "file";
13  _description = "Output file";
14  _validity = "Path to existing file";
15  _default = "output.csv";
16  _default_value = "output.csv";
17  _constrained = false;
18  _good_value = "good";
20  }
21  };
22 
23  } // services
24 } // stan
25 
26 #endif
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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