[
https://issues.apache.org/jira/browse/MATH-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles Sadowski updated MATH-1228:
----------------------------------
Fix Version/s: (was: 4.0)
4.X
> First Moment is not public
> --------------------------
>
> Key: MATH-1228
> URL: https://issues.apache.org/jira/browse/MATH-1228
> Project: Commons Math
> Issue Type: Bug
> Affects Versions: 3.5
> Reporter: Fabian Lange
> Priority: Major
> Fix For: 4.X
>
>
> Hi there,
> is there a specific reason FirstMoment is not public?
> I want to calculate a mean over a List<Double>, for that I want to loop over
> that list and invoke Mean.increment(listValue), however this is slower than
> it could be. Every increment call makes a check to incMoment.
> I could avoid that if I use a FirstMoment directly, but I cannot create an
> instance, because it is protected.
> Also this effectively means that the public constructor Mean(FirstMoment) is
> not usable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)