Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

3 of 3
Commonmark migration

1 language


R,(削除) 92 (削除ここまで) 91

f=function(x){n=length(x);s=sum;d=s(x^2);c(n/s(1/x),prod(x)^(1/n),mean(x),(d/n)^.5,d/s(x))}

Takes a vector of value and output a vector of means.

plannapus
  • 9k
  • 23
  • 48

AltStyle によって変換されたページ (->オリジナル) /