MatlabStan
MatlabStan copied to clipboard
Adds full access to all cmdStan command line options.
An additional private memmber variable "inOpts" is added to the StanModel object, this allows for a hierarchical struct as input which is merged with default command line options.
E.g.: opts.optimize.iter = 5000; sf.optimizing('data',zData,'inOpts',opts);