Database Handicapping Software- JCapper

JCapper Message Board

          JCapper 101
                      -- UDM for race type/pace index

Home Register
Log In
By UDM for race type/pace index
JustRalph
9/10/2013
1:39:45 AM
Anybody care to share how I might create a UDM in playlist mode that Identifies a race that is

"E E E" etc........

Jeff, is there a way to do it based just on pace index number?

How is the "E" different from " E E E" ?



Reply
jeff
9/10/2013
4:34:04 PM
Chart showing numeric value and text description for each unique ESPRaceShape:


ESPRaceShape -

Number Text Description
------ ----- -----------
1 EEE 3 or more E horses
2 EE 2 E horses
3 E 1 E horse, 0 EP horses
4 E-EP 1 E horse, 1 or more EP horses
5 EP-EP 0 E horses, 2 or more EP horses
6 EP 0 E horses, 1 EP horse, 0 P horses
7 EP-P 0 E horses, 1 EP horse, 1 or more P horses
8 P-P 0 E horses, 0 EP horses, 2 or more P horses
9 P 0 E horses, 0 EP horses, 1 P horse
10 P-S 0 E horses, 0 EP horses, 1 P horse, 1 or more S horses
11 S 0 E horses, 0 EP horses, 0 P horses, 1 or more S horses


Adding ESPRaceshape in a UDM is easy. (Just specify min and max numeric value.)




SQL Mode
In SQL Mode, adding the following line to the UDM Definition would make the UDM flag ESP Race Shape "EEE" only:

AND ESPRACESHAPE = 1

Adding the following two lines would make the UDM flag ESP Race Shape "EEE and EE" only:

AND ESPRACESHAPE >= 1
AND ESPRACESHAPE <= 2




PlayList File Mode
For a PlayList File Mode UDM, with the UDM you want to work with pulled up in the Modify UDM Screen of the UDM Wizard:

1. Open the Factors drop down and select ESPRaceShape.

2. Check the Test Box to activate that factor.

3. Key in values for min and max numeric value.

4. Hit the SAVE button.

That's it!

Hint: Use the numeric values from the ESPRaceShape chart posted above. (1= EEE, 2=EE, 3=E, etc.)

Link to Screenshot:
http://www.JCapper.com/Messageboard/Avatars/ESPRaceShape.jpg

Note: The above linked to screenshot illustrates adding a factor constraint for ESPRaceShape to a PlayList File UDM. Min val is 1 and max val is 2. (Causing the UDM to flag ESPRaceShapes 1 and 2 or EEE and EE only.)



-jp

.








Reply
jeff
9/10/2013
5:07:49 PM
You also asked about PaceIndex Ralph...

It's done the same way as ESPRaceShape.

Link to screenshot:
http://www.JCapper.com/Messageboard/Avatars/PaceIndex.jpg



-jp

.

Reply
JustRalph
9/11/2013
5:55:28 AM
Thanks Jeff........

I thought maybe a certain number under pace index kicked off one of the designations.....I see now how it is derived. ...your answer is perfect for me. Thanks very much!

Ralph



Reply
Reply

Copyright © 2018 JCapper Software              back to the JCapper Message Board              www.JCapper.com