Check-in Lasker-2.2.3 tar ball from samba.org
[capablanca.git] / lasker-2.2.3 / data / help / pstat
1 \r
2 pstat\r
3 \r
4 The command pstat ("player statistics") displays the record one user has in \r
5 chess games against another user.  Statistics 'pstat' will not include \r
6 results prior to FICS version 1.22.0   pstat will only include statistics\r
7 from your last 2500 games on the server.  In general, this command can be \r
8 used wit the following formats:\r
9 \r
10   (a) pstat /o User1 -- gives your record against User1\r
11 \r
12   (b) pstat User1 /o User2 -- gives the record for User1 against User2\r
13 \r
14   For example, the command 'pstat knighttour /o afw' might display the \r
15   following statistics:\r
16 \r
17           knighttour's game statistics:\r
18 \r
19           Results vs. afw:\r
20           Rated(W-L-D): 10-10-5    Unrated(W-L-D): 8-8-2\r
21 \r
22   The counts are always with respect to the FIRST player -- it is the first\r
23 player's record against the second player, in this case knighttour's record\r
24 against afw.  The counts are summed across ALL types of chess matches.\r
25 \r
26    (c) For the time being Old statistics can be accessed using the command: \r
27        oldpstat (which is what pstat used to be).  The oldpstat command can\r
28        be used in the same format as in examples (a), (b) and (c); without\r
29        the flag /o. \r
30 \r
31    For example, the command 'oldpstat toddmf Obliviax" might display the \r
32    following statistics:\r
33 \r
34            Record for toddmf vs. Obliviax:\r
35 \r
36                             wins     losses     draws\r
37                 rated        407        345        68\r
38               unrated         14          6         4\r
39 \r
40 \r
41 Other Notes:\r
42 Pstat shows result summaries starting from your latest games and looks \r
43 backwards. \r
44 \r
45 It is now possible to use the 'next' command in conunction with a helpfile and\r
46 at the same time use the command 'next stats'.\r
47 \r
48 -------------------------------------------------------------------------------\r
49 \r
50 The parameters for pstat in the following usage format:\r
51 \r
52  pstat [user] [type of results to show] [how to sort]\r
53 \r
54  [user] is the name of the player whose statistics to be viewed\r
55  if a name is missing in this command, it will show your data.\r
56 \r
57  [type of results to show] and [how to sort] is based on four sort parameters:\r
58  (opponent, eco code, etime and category/board)\r
59 \r
60 To specify results to show (ie. only those results/summaries will be shown) \r
61 use /o /e /t /b (opponent, eco, (e)time and board/category respectively) \r
62 followed by the parameter.(a) eco code is the Encylopedia of chess openings \r
63 code which describes which opening took place. It is a letter A-E followed by\r
64 a two digit number.  \r
65 \r
66 \r
67 1. Sort by ECO: /e\r
68 \r
69 To see what eco code corresponds to a named opening position - see help eco.\r
70 \r
71    (a) pstat /o User1 /e <code>\r
72 \r
73    For Example:\r
74 \r
75          pstat /o DChessmaster /e B09\r
76 \r
77          Your game statistics:\r
78 \r
79          Results vs. DChessmaster ECO B09:\r
80          Rated(W-L-D): 2-30-1    Unrated(W-L-D): 0-0-0\r
81 \r
82 \r
83    (b) pstat User 1 /o User2 /e <code>\r
84 \r
85    For Example:\r
86 \r
87          pstat Bremen /o DChessmaster /e B09\r
88 \r
89          Bremen's game statistics:\r
90 \r
91          Results vs. DChessmaster(C) ECO B09:\r
92          Rated(W-L-D): 5-5-1    Unrated(W-L-D): 0-0-0\r
93  \r
94 2. Sort by time: /t\r
95 \r
96 etime is the maximum time 40 moves will take per player. \r
97 The formula is:  etime = time + 2/3 increment\r
98 \r
99    For example: a 5 0 game is etime 5\r
100                 a 2 12 game is etime 10\r
101                 a 5 8 game is etime 6.7\r
102 \r
103 Please see help clocks for more details.\r
104 This sort command is somewhat difficult, please read carefully.\r
105 \r
106 Results are grouped together in ranges of time and it's not possible to \r
107 specify a decimal number etime. So to request results for 5 8 (etime 6.7) \r
108 6.7 should be rounded down to 6.\r
109 \r
110 In the example above where etime is 6.7; you would have to use etime of 6\r
111 \r
112    (a) pstat /t <etime>\r
113 \r
114    For Example:\r
115 \r
116          pstat /t 5\r
117 \r
118          Your game statistics:\r
119 \r
120          Results vs. DHessmaster(C) ECO B09:\r
121          Rated(W-L-D): 5-5-1    Unrated(W-L-D): 0-0-0\r
122 \r
123  Show me the summary of my games that have etime 5 (covers 5<etime<=6).\r
124 \r
125    (b) pstat User2 /t <etime>\r
126 \r
127    For Example:\r
128 \r
129          pstat volcano /t 6\r
130 \r
131          volcano's game statistics:\r
132 \r
133          Results etime 6<=etime<7:\r
134          Rated(W-L-D): 14-2-8    Unrated(W-L-D): 0-0-0\r
135 \r
136 \r
137 \r
138 \r
139 3. Sort by category and board: /b\r
140 \r
141 Category and board are just like the match command (eg. bughouse, suicide, \r
142 wild 5), though the short cut for wild (w/#) does not work and chess is not \r
143 recognized. To get normal chess only use blitz, standard, lightning and \r
144 untimed as the category. Specify blitz and specifying etime as a non blitz \r
145 time control will give undefined results.\r
146 \r
147 \r
148 To group results together /s followed by one or more o,e,t,b is used. \r
149 It doesn't make sense to specific a type to show and also have it grouped \r
150 together under that type so pstat /o Fred /so is illegal.\r
151 \r
152  Examples:\r
153 \r
154  pstat /o Fred /se\r
155 \r
156  Show my results against Fred by eco code\r
157 \r
158  pstat /e C21 /sob\r
159 \r
160  Show my results in C21 by opponent and board/category\r
161 \r
162 \r
163  The following group ranges for etime are used:\r
164 \r
165     0\r
166     0 < etime < 1\r
167     1 <= etime < 2\r
168     2 <= etime < 3\r
169     3 <= etime < 4\r
170     4 <= etime < 5\r
171     5 <= etime < 6\r
172     6 <= etime < 7\r
173     7 <= etime < 8\r
174     8 <= etime < 9\r
175     9 <= etime < 10\r
176    10 <= etime < 11\r
177    11 <= etime < 12\r
178    12 <= etime < 13\r
179    13 <= etime < 14\r
180    14 <= etime < 15\r
181    15 <= etime < 20\r
182    20 <= etime < 25\r
183    25 <= etime < 30\r
184    30 <= etime < 35\r
185    35 <= etime < 40\r
186    40 <= etime < 45\r
187    45 <= etime < 50\r
188    50 <= etime < 55\r
189    55 <= etime < 60\r
190    60 <= etime < 75\r
191    75 <= etime < 90\r
192    90 <= etime < 105\r
193   105 <= etime < 120\r
194   120 <= etime < 150\r
195   150 <= etime < 180\r
196   180 <= etime\r
197 \r
198  \r
199 See also:  assess   eco   finger   match  \r
200  \r
201 [Last modified: Dec. 11, 2001 -- MAd]