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.
- Timestamp:
-
Mar 23, 2012, 7:01:12 PM (13 years ago)
- Author:
-
josp
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
2 | 2 | |
3 | 3 | '''¿Cómo puedo cambiar la longitud de cadena en una estimación BSR?''' |
| 4 | |
| 5 | {{{ |
| 6 | Real est_exec::GetStrategy(?)::SetSetting( "mcmc.sampleLength", 200000 ); |
| 7 | }}} |