Difference between revisions of "SIBR:Humorous Lesser Statistics"

From Blaseball Wiki

(<math>ify RaND)
m (add yuuko source link)
Line 52: Line 52:
  
 
== Yuuko ==
 
== Yuuko ==
'''Yuuko''' estimates how effective a Blaseball player would be at managing wild Salmon stocks using the [http://www.cbr.washington.edu/analysis/archive/harvest/crispharvest Columbia River Salmon Passage (CRiSP) Harvest Model]. Yuuko uses several Player Attributes (including Buoyancy, Pressurization, Indulgence, Watchfulness, and Anticapitalism) to shape distributions from which to generate population variables to use in a simulation. In then repeats this process 50 times, and provides a summary of the Blaseball player's overall performance.
+
'''Yuuko''' estimates how effective a Blaseball player would be at managing wild Salmon stocks using the [http://www.cbr.washington.edu/analysis/archive/harvest/crispharvest Columbia River Salmon Passage (CRiSP) Harvest Model]. Yuuko uses several Player Attributes (including Buoyancy, Pressurization, Indulgence, Watchfulness, and Anticapitalism) to shape distributions from which to generate population variables to use in a simulation. It then repeats this process 50 times, and provides a summary of the Blaseball player's overall performance.
  
 
The name is a reference to the character Yuuko from the japanese comedy manga and anime series Nichijou.
 
The name is a reference to the character Yuuko from the japanese comedy manga and anime series Nichijou.
 +
 +
The specific process, written in Python, can be found on [https://github.com/alisww/yuuko/blob/6df9eec75607dc0e0e5b67e3594c08f619faa0bc/yuuko/clockwork/salmon.py github.com/alisww/yuuko].

Revision as of 04:49, 3 February 2022

Under Construction
This page or section is being initially created, or is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.

Humorous Lesser Statistics are statistics created by Blaseball fans for primarily humorous purposes. In general, they are not expected to inform Blaseball strategy or provide any meaningful insight into Blaseball’s mechanics or history. They are, however, funny.

CRiSP

Cold Runners in Scoring Position is a count of the number of times a runner was Frozen due to Snow weather while in (or later ending up in) scoring position on second or third base. Frozen players cannot bat for the remainder of the game, so this implies the player was Frozen while on base. This statistic is a contrived backronym in reference to the Columbia River Salmon Passage (CRiSP) Harvest Model, heavily researched by SIBR between the Discipline and Expansion Eras, and later referenced in Blaseball itself during the Expansion Era.

Intangibles

Intangibles are fan created player ratings which collect together Player Attributes not included in the fan created Linearly Derived Player Ratings.

GRIT

Gross Registered Intangible Throwing, or Rotation Intangibles, is the sum of Pitching Player Attributes not included in ERPR.

HUStL

Hitter’s Uncounted Supplement to Lineup, or Lineup Intangibles, is the sum of Batting, Baserunning, and Defense Player Attributes not included in wOBABR, BsRR, or DRiPDR, with Tragicness inverted because high Tragicness is thought to be detrimental.

ViMV(iG)

Vibe influence Measuring Variable (in Game), or Vibe Factor, expresses the range in which a player’s Vibes will range as a single number.

Other player ratings, such as GRiT or HUStL, can be multiplied by ViMV(iG) to create a “Vibe Adjusted” variant of that rating, to assess if Vibes are real (maybe?????). ViMV(iG) itself can be adjusted to assume a different level of Vibe Realness by replacing both 2’s in the above formula with a different number. Lower numbers express a greater confidence in Vibe's Realness, while higher numbers express doubt in the Reality of Vibes.

Unquantifiability

Unquantifiability is the sum of the average GRiT, HUStL, and ViMV(iG) for an entire team’s active Roster.

RaND

RaND is a linear weighting of 3 Player Attributes identified as important to player performance by random number generation.

X Per X

X Per X statistics tktktktktktk

Wins per win

Wins per win measures the number of Wins (physical objects awarded to Teams under certain circumstances) per win (games in which a team scored more Runs than their opponent. aka Non-Losses). It was created to measure the impact of Sun2 and Black Hole Weather on league standings.

Yuuko

Yuuko estimates how effective a Blaseball player would be at managing wild Salmon stocks using the Columbia River Salmon Passage (CRiSP) Harvest Model. Yuuko uses several Player Attributes (including Buoyancy, Pressurization, Indulgence, Watchfulness, and Anticapitalism) to shape distributions from which to generate population variables to use in a simulation. It then repeats this process 50 times, and provides a summary of the Blaseball player's overall performance.

The name is a reference to the character Yuuko from the japanese comedy manga and anime series Nichijou.

The specific process, written in Python, can be found on github.com/alisww/yuuko.