Wilke:Using HyPhy: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:




- Global variables in HYPHY must be defined before the model definition.
Some notes on [http://www.datam0nk3y.org/hyphy/doku.php HyPhy].
 
* Global variables in HYPHY must be defined before the model definition.
 
* How do you assign the range of the parameters in HyPhy?
 
myParameter :> lowerBound; /* default is 0 */
 
myParameter :< upperBound; /* default is 10^26 */

Revision as of 23:03, 21 January 2010

Notice: The Wilke Lab page has moved to http://wilkelab.org.
The page you are looking at is kept for archival purposes and will not be further updated.
THE WILKE LAB

Home        Contact        People        Research        Publications        Materials


Some notes on HyPhy.

  • Global variables in HYPHY must be defined before the model definition.
  • How do you assign the range of the parameters in HyPhy?

myParameter :> lowerBound; /* default is 0 */

myParameter :< upperBound; /* default is 10^26 */