Batting average on balls in play

In baseball statistics, Batting average on balls in play (abbreviated BABIP) measures how many of a batter’s balls in play go for hits, or how many balls in play against a pitcher go for hits, excluding home runs.[1] BABIP is commonly used as a red flag in sabermetric analysis, as a consistently high or low BABIP is hard to maintain—much more so for pitchers than hitters. Therefore, BABIP can be used to spot flukey seasons by pitchers, as with other statistical measures; those pitchers whose BABIPs are extremely high can often be expected to improve in the following season, and those pitchers whose BABIPs are extremely low can often be expected to decline in the following season.

A normal BABIP is around .300, though the baseline regression varies depending on a number of factors including the quality of the team's defense (e.g., a team with an exceptionally bad defense might yield a BABIP as high as .315) and the pitching tendencies of the pitcher (for instance, whether he is a groundball or flyball pitcher).[2][3] While a pitcher's BABIP may go up and down in an individual season, there are distinct differences between pitchers' career averages.

Calculation

The equation for BABIP is:

where H is hits, HR is home runs, AB is at bats, K is strikeouts, and SF is sacrifice flies.

gollark: <@151391317740486657> Do you know what "unsupported" means? PotatOS is not designed to be used this way.
gollark: Specifically, 22 bytes for the private key and 21 for the public key on ccecc.py and 25 and 32 on the actual ingame one.
gollark: <@!206233133228490752> Sorry to bother you, but keypairs generated by `ccecc.py` and the ECC library in use in potatOS appear to have different-length private and public keys, which is a problem.EDIT: okay, apparently it's because I've been accidentally using a *different* ECC thing from SMT or something, and it has these parameters instead:```---- Elliptic Curve Arithmetic---- About the Curve Itself-- Field Size: 192 bits-- Field Modulus (p): 65533 * 2^176 + 3-- Equation: x^2 + y^2 = 1 + 108 * x^2 * y^2-- Parameters: Edwards Curve with c = 1, and d = 108-- Curve Order (n): 4 * 1569203598118192102418711808268118358122924911136798015831-- Cofactor (h): 4-- Generator Order (q): 1569203598118192102418711808268118358122924911136798015831---- About the Curve's Security-- Current best attack security: 94.822 bits (Pollard's Rho)-- Rho Security: log2(0.884 * sqrt(q)) = 94.822-- Transfer Security? Yes: p ~= q; k > 20-- Field Discriminant Security? Yes: t = 67602300638727286331433024168; s = 2^2; |D| = 5134296629560551493299993292204775496868940529592107064435 > 2^100-- Rigidity? A little, the parameters are somewhat small.-- XZ/YZ Ladder Security? No: Single coordinate ladders are insecure, so they can't be used.-- Small Subgroup Security? Yes: Secret keys are calculated modulo 4q.-- Invalid Curve Security? Yes: Any point to be multiplied is checked beforehand.-- Invalid Curve Twist Security? No: The curve is not protected against single coordinate ladder attacks, so don't use them.-- Completeness? Yes: The curve is an Edwards Curve with non-square d and square a, so the curve is complete.-- Indistinguishability? No: The curve does not support indistinguishability maps.```so I might just have to ship *two* versions to keep compatibility with old signatures.
gollark: > 2. precompilation to lua bytecode and compressionThis was considered, but the furthest I went was having some programs compressed on disk.
gollark: > 1. multiple layers of sandboxing (a "system" layer that implements a few things, a "features" layer that implements most of potatOS's inter-sandboxing API and some features, a "process manager" layer which has inter-process separation and ways for processes to communicate, and a "BIOS" layer that implements features like PotatoBIOS)Seems impractical, although it probably *could* fix a lot of problems

See also

References

  1. Fangraphs Library
  2. Baseball Prospectus
  3. "Archived copy". Archived from the original on 2011-07-10. Retrieved 2010-05-30.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.