Averages/Arithmetic mean: Difference between revisions

Content added Content deleted
(Renamed variables)
(→‎{{header|Chef}}: Replaced with a version that accepts any number of inputs.)
Line 219: Line 219:


=={{header|Chef}}==
=={{header|Chef}}==

{{in progress|lang=Chef|day=02|month=12|year=2009}}
{{untested}}
<lang Chef>Mean.
<lang Chef>Mean.


Chef has no way to detect EOF, so rather than interpreting
Only reads single values.
some arbitrary number as meaning "end of input", this program
expects the first input to be the sample size. Pass in the samples
themselves as the other inputs. For example, if you wanted to
compute the mean of 10, 100, 47, you could pass in 3, 10, 100, and
47. To test the "zero-length vector" case, you need to pass in 0.


Ingredients.
Ingredients.
0 g Sample Size
1 cup Vodka
0 g Counter
2 tablespoons Kummel® Caraway Liqueur
0 g Current Sample
3 teaspoons Lime Juice


Method.
Method.
Take Vodka from refridgerator.
Take Sample Size from refrigerator.
Put Vodka into 1st mixing bowl.
Put Sample Size into mixing bowl.
Fold Counter into mixing bowl.
Take Lime Juice from refridgerator.
Add Lime Juice into 1st mixing bowl.
Put Current Sample into mixing bowl.
Loop Counter.
Divide Kummel® Caraway Liqueur into 1st mixing bowl.
Take Current Sample from refrigerator.
Pour contents of 1st mixing bowl into 1st baking dish.
Add Current Sample into mixing bowl.
Endloop Counter until looped.
If Sample Size.
Divide Sample Size into mixing bowl.
Put Counter into 2nd mixing bowl.
Fold Sample Size into 2nd mixing bowl.
Endloop until ifed.
Pour contents of mixing bowl into baking dish.


Serves 1.</lang>
Serves 1.</lang>