Cumulative standard deviation: Difference between revisions

Content added Content deleted
(→‎{{header|AppleScript}}: Added a map-accumulation variant.)
Line 561: Line 561:
end tell
end tell
end foldl
end foldl



-- mapAccumL :: (acc -> x -> (acc, y)) -> acc -> [x] -> (acc, [y])
-- mapAccumL :: (acc -> x -> (acc, y)) -> acc -> [x] -> (acc, [y])