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.2.2"

Class Attribute Summary collapse

Method Summary

Methods included from Install

cmdstan_installed?, cmdstan_version, install_cmdstan

Class Attribute Details

.pathObject

Returns the value of attribute path.



24
25
26
# File 'lib/cmdstan.rb', line 24

def path
  @path
end