Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
How to assign the range of the parameters (Read 1435 times)
bigpig
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 2
How to assign the range of the parameters
Jan 12th, 2010 at 6:36pm
 
I defined a transition matrix with one parameter (X) that varies from negative to positive. However, the output optimized the X by HyPhy is always positive. So, can I assign the range of the parameters in my model?

Thank you for you help?
Back to top
 
 
IP Logged
 
Sergei
YaBB Administrator
*****
Offline


Datamonkeys are forever...

Posts: 1658
UCSD
Gender: male
Re: How to assign the range of the parameters
Reply #1 - Jan 12th, 2010 at 6:38pm
 
Hi bigpig,

Try something along the lines of (if you are working with the code directly):

Code:
myParameter :> lowerBound; /* default is 0 */
myParameter :< upperBound; /* default is 10^26 */

 



If you are using the GUI, you can modify parameter ranges in the parameter table view (e.g. see Multimedia File Viewing and Clickable Links are available for Registered Members only!!  You need to Login Login)

Cheers,
Sergei
Back to top
 

Associate Professor
Division of Infectious Diseases
Division of Biomedical Informatics
School of Medicine
University of California San Diego
WWW WWW  
IP Logged
 
bigpig
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 2
Re: How to assign the range of the parameters
Reply #2 - Jan 13th, 2010 at 8:52am
 
Thank you, Sergei. Let me try.

Back to top
 
 
IP Logged