
Hello everyone! Itβs Maddy, back with my newest blog post. Iβm reaching the final quarter of my PhD, so I wonβt always have time to write the longest posts, but Iβm working on keeping it a habit π Thanks for being here as I learn how to write!
This week I asked my instagram followers for some questions. Thanks to everyone that replied. I will answer those here >

instagram story asking for questions
These are the questions I received, in order, with my answers:
whatβs ur fav probability distribution
I havenβt thought much about this before, but my initial thought is NOT the normal/gaussian distribution (useful, but boring, common, and cursed)
Apparently I used to make a lot of videos about the poisson distribution (brand new sentence).
I once used the poisson distribution to calculate the probability of wnba expansion in 2023 (why did I do that? genuine question)
@wnbadata What are the chances of WNBA expansion in the next 5 years? Video is from the Washington Mystics. For entertainment purposes only; math ca... See more
I also have one where I calculate the probability of Breanna Stewart scoring a certain number of points or something:
My videos have come a long way in the last 3+ years but honestly Iβm still kinda into these old ones.
So in conclusion, Iβll go with poisson!
How do you get cbb data?
I tend to use the wehoop R package to get cbb data (same with wnba data)
I believe this package pulls the data from ESPNβs API. You can use it to get player and team box scores, as well as play-by-play!

wehoop R package logo
After you install the package in R, you can quickly download the data tables you need. Note that it defaults to downloading the current season, unless specified:
library(wehoop)
#load play-by-play
wbb_pbp <- wehoop::load_wbb_pbp()
#load team box scores (will produce two rows for each game)
wbb_team_box <- wehoop::load_wbb_team_box()
#load player box scores (players may have a row even if they didn't play in the game)
wbb_player_box <- wehoop::load_wbb_player_box()Sadly, it doesnβt go further back than like 2004, so wehoop doesnβt solve that common issue with NCAAW stats only going back so far in history π (usually stats are cited as βsince 2000β or something like that) But it does help me a ton in my analysis.
Outside of wehoop, Her Hoop Stats and Sports Reference are great for clicking around, exploring specific players/teams/games stats, and filtering data! I even got to work on helping Sports Reference expand their historical womenβs college basketball stats when I was an intern for them in 2024.
βPoliticsβ aka speaking your morals being in sports. Idk something about that.
This question is pretty broad, but I feel like being involved in womenβs sports is inherently political. The whole history of womenβs sports is people having to fight just to exist in the first place (including trans women now, who I think should absolutely be allowed to play). So anyway, ICE is stupid and so was the US menβs hockey team recently, and Iβm also not really sure what to think or believe about Project B and their ties (or notβties) to Saudi Arabia yet. I donβt have perfect phrasing for everything, but I do think it would be stupid to pretend that sports are apolitical.
Maybe thrift tips too lol
You gotta go on weekdays! I honestly just go to the thrift stores way too often, and the more you go, the higher chance youβll have to find something unique. I also look a lot at the toy section, thatβs where I tend to find wnba/wbb collectibles. I think being in Seattle, a city with a wnba team, certainly helps as well.
I usually post my wnba thrift finds on my instagram stories!

wbb thrift finds from the last few weeks: Lauren Jackson funko pop, Charlisse Leger-Walker wsu bobble head, Seattle Storm notebook with the old logo, LA Sparks rainbow logo T shirt
How do you talk about this page/project on your resume/cv?
I can just show you what my resume says! It isnβt perfect but it has worked ok for me so far. When Iβve applied to sports analytics positions, I put this section at the beginning right after education. I like to think my Instagram page could speak for itself, but the resume entry gives me a chance to highlight the more technical aspects of my content creation, and the storytelling and math communication sides as well.

βBasketball Data Researcher and Storyteller @wnbadataβ section of my resume.
What was your goal when you started your channel?
My initial goal really was to fill the gap that I noticed in WNBA-related content online. I was getting really into the WNBA and sports analytics in 2022, but it didnβt seem like there was a lot of content related to the intersection of the two (still true tbh). So after finding out that @wnbadata was available on TikTok, I felt like it was just something I had to do :)
I had also known for a while that I wanted to learn more about βdata scienceβ and βdata analysisβ, and I knew that I needed to get started on some real-world projects, but I just didnβt know how or what data to use. Creating wnbadata gave me the motivation to actually start doing some data projects and start building a portfolio.
In the last 3+ years I have definitely succeeded in learning more data science through my content creation, so it has for sure been worth it!
is lisa leslie the goat
idk about that but she was definitely the goat when the wnba did this weird animation in 2021 (volume up):
Whatβs your favorite individual defensive metric? Which metrics are misleading?
I donβt think Iβve met the perfect defensive metric yet, but I do support defensive box plus minus, at least on the college side. Anecdotally from watching Jayda Noble at UW, it seemed to capture and give her credit for her defensive impact on the court, even when her offense wasnβt really offensing. Iβm sure there are more defensive metrics out there that donβt rely on box scores in leagues with tracking data, but the WNBA wonβt give them to us!!
In a slight contradiction to what I just said, I sometimes feel like any metrics that try to sum up a player in one number can be a little misleading, or at least not perfect. All stats and numbers have context behind them, and stripping all the context from the performance for just one number is not how I like to think about analytics. We can definitely look at stuff like win shares if we need to, but we should also consider the greater context of the team and the situation the player is in. If a good player is on a bad team, that might reflect negatively on their individual summary metrics.
Iβd love to know if thereβs anything you have your eye on for the next wnba seasonβ stats/stories/etc
For the next wnba season, I mostly want to be more involved with what teams actually do and what stats/analytics they care about. I love focusing on the data storytelling for sure, but Iβm also curious to know what teams and coaches really care about and look at (please hire me)
Iβm crossing my fingers that the wnba will release more tracking-related stats soon too π€
@wnbadata back in 2021, the WNBA tested live tracking on the Commissionerβs Cup broadcast; wearables, speed, distance, even PS2βlooking 3D replays. ... See more
How do you feel about coach Tina?
I love Tina. I feel like UW could pick up the pace a little bit (literally) but at least the shot clock violations have slowed down the last couple years (i think).
random ladies on youtube hated this video I made to figure out Tinaβs height in 2024:
Thatβs all the questions Iβm answering for today! This was fun to put together. If you liked this format, Iβm happy to do more βmailbagsβ in future posts, so feel free to send me other questions about womenβs bball, stats, or creator life whenever they pop into your head.
If you have a question youβd like me to answer next time, you can drop it in my DMs! (im bad at checking tiktok so make it instagram)