mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

韓国製のブタンガスカセット(公称8.0オンス)を4本買ってきました。平均339.1g、標準偏差1.1g。そこそこ個体差あるんだねえ。

$ cat <<_END | awk '{s+=$1;s2+=$1*$1}END{av=s/NR;si=sqrt(s2/NR-av*av);print(av,si)}'
339.9
339.0
340.2
337.3
_END
339.1 1.12916

標準偏差は自乗の平均と平均の自乗の平方根だよ。