-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·45 lines (45 loc) · 4.14 KB
/
index.html
File metadata and controls
executable file
·45 lines (45 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="msApplication-ID" content="57039gregstoll.com.BaseballCalculator"/>
<meta name="msApplication-PackageFamilyName" content="57039gregstoll.com.BaseballCalculator_mrfc7nnpdd326"/>
<link rel="canonical" href="https://gregstoll.com/~gregstoll/baseball/" />
<meta name="viewport" content="width=device-width">
<!--#include virtual="/bootstraphead.html"-->
<title>Baseball statistic calculators</title>
</head>
<body>
<!--#include virtual="/navbar.html"-->
<div class="container">
<h1>Baseball statistic calculators</h1>
<ul>
<li><a href="stats.html">Win Expectancy Finder</a>, which calculates the
relative frequency of a team winning given their current situation
(inning, outs, runners, score difference). You can also use the
<a href="graphgame.html">Win Expectancy Grapher</a> to graph the win
expectancy over an entire game, and visually see the key turning points
of the game!</li>
<li><a href="runsperinning.html">Expected Runs in an Inning</a>, which
calculates the expected number of runs scored in an inning given the
current situation (outs, runners). It also shows the historical
distribution of runs, which is helpful if you only need one run.</li>
</ul>
<p>You might also enjoy these <a href="/baseballdivisionraces/">graphs of division races in MLB</a>.</p>
<p><a href="https://github.com/gregstoll/baseballstats"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a></p>
<p>
<a href="https://apps.apple.com/us/app/baseball-odds/id1614144874?itsct=apps_box_badge&itscg=30200"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&releaseDate=1647302400&h=84dddd1561861e719c8f4f0f27215528" alt="Download on the App Store" style="border-radius: 13px; width: 250px; height: 83px;"></a>
<a href='https://play.google.com/store/apps/details?id=com.gregstoll.BaseballStats&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' style="width: 240px; height: 93px;"/></a>
<a href="http://www.windowsphone.com/s?appid=ab476634-9a24-4f0c-bc7a-4f65a12c33dd"><img src="DownloadWPMed.png" alt="Download from the Windows Phone Store" title="Download from the Windows Phone Store"></a> <a href="https://www.microsoft.com/store/apps/9nblgggzkgt4"><img src="https://cmsresources.windowsphone.com/devcenter/en-us/legacy_v1/img/badgegenerator/English_wstore_black_258x67.png" alt="Download from Windows Store" /></a></p>
<p>
<a href="wpscreenshots/winProb.png"><img src="wpscreenshots/winProb_small.png" width="256" height="412" alt="probability of winning" title="probability of winning"></a>
<a href="wpscreenshots/winProb_share.png"><img src="wpscreenshots/winProb_share_small.png" width="256" height="412" alt="sharing probability of winning" title="sharing probability of winning"></a>
<a href="wpscreenshots/runsInning.png"><img src="wpscreenshots/runsInning_small.png" width="256" height="412" alt="number of runs in an inning" title="number of runs in an inning"></a>
<a href="wpscreenshots/runsInning_share.png"><img src="wpscreenshots/runsInning_share_small.png" width="256" height="412" alt="sharing number of runs in an inning" title="sharing number of runs in an inning"></a>
</p>
<h4 id="privacy">Privacy policy</h4>
<p>The Baseball Odds app itself does not collect any personally identifying information; however, it does display Google AdMob ads. You can read more information about what data they collect <a href="https://developers.google.com/admob/ios/data-disclosure">here</a>.</p>
<!--#include virtual="/endOfBody.html"-->
</div>
</body>
</html>