hg: lambda/lambda/jdk: ... ge
Doug Lea
dl at cs.oswego.edu
Wed Mar 20 12:40:08 PDT 2013
- Previous message: hg: lambda/lambda/jdk: Eliminate Collector.Of{Int,Long,Double}; make {Int,Long,Double}Statistics top-level classes; add .statistics() methods to {Int,Long,DOuble}Stream; add Collectors.to{ILD}Statistics(mapper); add Collectors.reduce(mapper, reducer); eliminate Collectors.mapper forms; more efficient implementation of {ILD}Stream.average
- Next message: hg: lambda/lambda/jdk: Eliminate Collector.Of{Int,Long,Double}; make {Int,Long,Double}Statistics top-level classes; add .statistics() methods to {Int,Long,DOuble}Stream; add Collectors.to{ILD}Statistics(mapper); add Collectors.reduce(mapper, reducer); eliminate Collectors.mapper forms; more efficient implementation of {ILD}Stream.average
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On 03/20/13 15:25, Brian Goetz wrote:
> I am on the fence about sum of squares. In most of the times I've needed to
> gather more than one summary statistic about a population, I eventually wanted
> sample variance too. Of course, there's a slippery slope -- geometric mean,
> median, mode, t-statistics. But I think we can make a compelling enough
> argument for stopping either right before sum(sq) or right after.
>
The only complaint I ever got about parallelArray version was not
computing sum-of-squares. So there's at least one vote out there for it.
-Doug
- Previous message: hg: lambda/lambda/jdk: Eliminate Collector.Of{Int,Long,Double}; make {Int,Long,Double}Statistics top-level classes; add .statistics() methods to {Int,Long,DOuble}Stream; add Collectors.to{ILD}Statistics(mapper); add Collectors.reduce(mapper, reducer); eliminate Collectors.mapper forms; more efficient implementation of {ILD}Stream.average
- Next message: hg: lambda/lambda/jdk: Eliminate Collector.Of{Int,Long,Double}; make {Int,Long,Double}Statistics top-level classes; add .statistics() methods to {Int,Long,DOuble}Stream; add Collectors.to{ILD}Statistics(mapper); add Collectors.reduce(mapper, reducer); eliminate Collectors.mapper forms; more efficient implementation of {ILD}Stream.average
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the lambda-libs-spec-experts
mailing list