Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gambit-logit(1) [debian man page]

GAMBIT-LOGIT(1) 						   User Commands						   GAMBIT-LOGIT(1)

NAME
gambit-logit - Compute a branch of the logit equilibrium correspondence SYNOPSIS
gambit-logit [OPTIONS] DESCRIPTION
Compute a branch of the logit equilibrium correspondence Accepts game on standard input. OPTIONS
-d DECIMALS show equilibria as floating point with DECIMALS digits -s STEP initial stepsize (default is .03) -a ACCEL maximum acceleration (default is 1.1) -m MAXLAMBDA stop when reaching MAXLAMBDA (default is 1000000) -l LAMBDA compute QRE at `lambda` accurately -L FILE compute maximum likelihood estimates; read strategy frequencies from FILE -h print this help message -q quiet mode (suppresses banner) -e print only the terminal equilibrium (default is to print the entire branch) Gambit version 0.2010.09.01, Copyright (C) 1994-2010, The Gambit Project This is free software, distributed under the GNU GPL SEE ALSO
The full documentation for Compute is maintained as a Texinfo manual. If the info and Compute programs are properly installed at your site, the command info Compute should give you access to the complete manual. gambit-logit: 0.2010.09.01 January 2011 GAMBIT-LOGIT(1)

Check Out this Related Man Page

RECINF(1)							   User Commands							 RECINF(1)

NAME
recinf - print information about a recfile SYNOPSIS
recinf [OPTION]... [FILE]... DESCRIPTION
Print information about the types of records stored in the input. -t, --type=RECORD_TYPE print information on the records having the specified type. -d, --descriptor include the full record descriptors. -n, --names-only output just the names of the record files found in the input. --help print a help message and exit. --version show version and exit. Special options: -S, --print-sexps print the data in sexps instead of rec format. AUTHOR
Written by Jose E. Marchesi. REPORTING BUGS
Report bugs to: bug-recutils@gnu.org GNU recutils home page: <http://www.gnu.org/software/recutils/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2010, 2011, 2012 Jose E. Marchesi. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for recinf is maintained as a Texinfo manual. If the info and recinf programs are properly installed at your site, the command info recinf should give you access to the complete manual. recinf 1.4.93 January 2012 RECINF(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to find max value in a tabular data?

FILE_NAME VER TYPE DELETED_DATE CREATED_DATE SIZE LOCATION hello 1 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ hello 2 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ hello 3 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ hello 4 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/ ... (4 Replies)
Discussion started by: classic
4 Replies

2. Shell Programming and Scripting

Shell scripting questions

I have a file like this. Pls help me to solve this. 08-24-2010 10:22:34,xxxxxxxxMessage : 111 08-24-2010 10:24:38,xxxxxxxbMessage : 000 08-24-2010 11:28:11,xxxxxxxcMessage : 111 08-24-2010 11:32:35,xxxxxxxdMessage : 111 08-24-2010 11:32:35,xxxxxxxeMessage : 111 (I should look for Message... (1 Reply)
Discussion started by: mnjx
1 Replies

3. Shell Programming and Scripting

Rename in C Shell

i want to rename this files. #ANTB.BHZ.KO #ANTB.BHE.KO #ANTB.BHN.KO they have to be like this #2010-10031749_ANTB.BHZ #2010-10031749_ANTB.BHE #2010-10031749_ANTB.BHN plz help me:( #ANTB.BHZ.KO #2010-10031749_ANTB.BHZ (7 Replies)
Discussion started by: yemenja
7 Replies

4. Shell Programming and Scripting

Delete and retain some characters

Ive been trying to google and tried sed and awk. BUt still getting no exact formula. I would like to know how to parse this at: From: Compute Machin Appliance 3.2.9.10000 123456 To: Compute Machin Appliance 3.2.9.123456 (5 Replies)
Discussion started by: kenshinhimura
5 Replies

5. UNIX for Dummies Questions & Answers

Capture Multiple Lines Into Variable As Of Standard Output

Hello All, I have the below script and output. cat test.sh #!/bin/bash -x logit() { echo " - ${*}" > ${LOG_FILE} } LOG_FILE=/home/infrmtca/bin/findtest.log VAR=`find . -type f -name "*sql"` logit $VAR Output: cat /home/infrmtca/bin/findtest.log -... (9 Replies)
Discussion started by: Ariean
9 Replies