this post was submitted on 20 Sep 2025
1 points (100.0% liked)

Science Memes

16854 readers
42 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] onslaught545@lemmy.zip 0 points 5 days ago (1 children)

But I have eyes and the curve they picked as best fit is really poorly fitting. It's such a poor fit that is almost in a dead zone of the random points.

[–] DonPiano@feddit.org 0 points 4 days ago (2 children)

I dunno, the point cloud looks to me like some kinda symmetric upward curve. I'd've guessed maybe more like R^2=.2 or something in that range, though.

But also: This is noisy, it's cool to see anything.

[–] SaveTheTuaHawk@lemmy.ca 0 points 4 days ago

It's a line fitted to a shotgun blast. R2 = 0.11, LOL.

[–] sus@programming.dev 0 points 4 days ago (1 children)

wtf is up with that confidence interval(?) though

[–] DonPiano@feddit.org 0 points 4 days ago (1 children)

It's a 95% CI, presumably for the expected value of the conditional (on age) population mean. It looks correct, given the sample size and variance, what issue do you see with it?

[–] DonPiano@feddit.org 0 points 4 days ago

To expand a little: you get a 95% ci by taking the expected value +-SE*1.96 . The SE you get for a normal distribution by taking the sample SD and dividing that by the sqrt of the sample size. So if you take a standard normal distribution, the SE for a sample size of 9 would be 1/3 and for a sample size of 100 it would be 1/10, etc. This is much tighter than the population distribution, but that's because youre estimating just the population mean, not anything else.

Capturing structured variance in the data then should increase the precision of your estimate of the expected value, because you're removing variance from the error term and add it into the other parts of your model (cf. the term analysis of variance).