Module: CmdStan
- Extended by:
- Install
- Defined in:
- lib/cmdstan.rb,
lib/cmdstan/mle.rb,
lib/cmdstan/mcmc.rb,
lib/cmdstan/model.rb,
lib/cmdstan/utils.rb,
lib/cmdstan/install.rb,
lib/cmdstan/version.rb
Defined Under Namespace
Modules: Install, Utils Classes: Error, MCMC, MLE, Model
Constant Summary collapse
- VERSION =
"0.4.0"
Class Attribute Summary collapse
-
.path ⇒ Object
Returns the value of attribute path.
Method Summary
Methods included from Install
cmdstan_installed?, cmdstan_version, install_cmdstan
Class Attribute Details
.path ⇒ Object
Returns the value of attribute path.
24 25 26 |
# File 'lib/cmdstan.rb', line 24 def path @path end |