How To Use
This markdown file provides a guide on how to read / use the blog posts @ s4c.blot.im
Each post is a fun attempt to estimate the probability of an ESPN STREAK Prop Bet Question that is not easily estimated or observed
There are 5 main sections required to solve each question and they are outlined below
Section 1
PROP EVENT (with link): Prop Question?
Event Time (EST)
Option 1: with link to make selection
Option 2: with link to make selection
Section 2
Inputs to Solve
- outlines any missing data that needs to be researched
- contains links to data found on the web when appropriate
##### User Estimates #####
# creates variables that contain user estimates of the inputs needed to answer the prop bet question
# any variables that are calculated are printed as a statement
## Inputs Defined in the Problem
# creates variables needed in the solution but are defined in the prop bet question
Section 3
Method to Solve
- [1] Lists the steps used to solve the prop bet question
- [2] Prints variables or data that is calculated and used going forward in the solution (where possible)
- [3] Contains links to background information on any probability theory or methods used to obtain a solution
## [1]
# code to complete method to solve step 1 here
## [2]
# code to complete method to solve step 2 here
## [3]
# code to complete method to solve step 3 here
Section 4
Solution
print("Prints the estimated probability that answers the prop bet question in the form of a statement.")
Prints the estimated probability that answers the prop bet question in the form of a statement.
Section 5
Info
link to download the markdown file
email: krellabsinc@gmail.com
twitter: @KRELLabs
import sys
print(sys.version)
3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)]