close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of howto/11


Ignore:
Timestamp:
Mar 23, 2012, 9:32:59 PM (13 years ago)
Author:
josp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/11

    v2 v3  
    1616{{{
    1717#!java
     18NameBlock model = estimation::GetModel(?);
    1819Set EvalSet( initMCMC, Real( Real p ) {
    19   NameBlock param = estimation::GetParameter( Name( p ) );
     20  NameBlock param = model::GetParameter( Name( p ) );
    2021  Real param::SetInitialValue( p )
    2122} );