[jira] [Updated] (MATH-1353) "EmpiricalDistribution" has various shortcomings

2021-07-20 Thread Gilles Sadowski (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gilles Sadowski updated MATH-1353:
--
Fix Version/s: (was: 4.X)

> "EmpiricalDistribution" has various shortcomings
> 
>
> Key: MATH-1353
> URL: https://issues.apache.org/jira/browse/MATH-1353
> Project: Commons Math
>  Issue Type: Improvement
>Reporter: Gilles Sadowski
>Priority: Minor
>  Labels: refactoring
>
> (/) Class uses file IO (CM should not be concerned with data persistence)
> (/) Class uses the "java.net" API (ditto)
> (/) I'd think that the core functionality could be provided without 
> supporting data loading (from a file or a URL).
> (x) Data input would be via any of
>  * Collection
>  * Iterable
>  * Stream (Java 8)
> (/) A redesign goal should be to make the class immutable.
> (/) E.g. data source must be set in the constructor (rather than via a "load" 
> method); there would thus be a one-to-one correspondence between data source 
> and distribution instance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MATH-1353) "EmpiricalDistribution" has various shortcomings

2021-07-20 Thread Gilles Sadowski (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gilles Sadowski updated MATH-1353:
--
Description: 
(/) Class uses file IO (CM should not be concerned with data persistence)
(/) Class uses the "java.net" API (ditto)

(/) I'd think that the core functionality could be provided without supporting 
data loading (from a file or a URL).

(x) Data input would be via any of
 * Collection
 * Iterable
 * Stream (Java 8)

(/) A redesign goal should be to make the class immutable.
(/) E.g. data source must be set in the constructor (rather than via a "load" 
method); there would thus be a one-to-one correspondence between data source 
and distribution instance.

  was:
* Class uses file IO (CM should not be concerned with data persistence)
* Class uses the "java.net" API (ditto)

I'd think that the core functionality could be provided without supporting data 
loading (from a file or a URL).

Data input would be via any of
* Collection
* Iterable
* Stream (Java 8)

A redesign goal should be to make the class immutable.
E.g. data source must be set in the constructor (rather than via a "load" 
method); there would thus be a one-to-one correspondence between data source 
and distribution instance.



> "EmpiricalDistribution" has various shortcomings
> 
>
> Key: MATH-1353
> URL: https://issues.apache.org/jira/browse/MATH-1353
> Project: Commons Math
>  Issue Type: Improvement
>Reporter: Gilles Sadowski
>Priority: Minor
>  Labels: refactoring
> Fix For: 4.X
>
>
> (/) Class uses file IO (CM should not be concerned with data persistence)
> (/) Class uses the "java.net" API (ditto)
> (/) I'd think that the core functionality could be provided without 
> supporting data loading (from a file or a URL).
> (x) Data input would be via any of
>  * Collection
>  * Iterable
>  * Stream (Java 8)
> (/) A redesign goal should be to make the class immutable.
> (/) E.g. data source must be set in the constructor (rather than via a "load" 
> method); there would thus be a one-to-one correspondence between data source 
> and distribution instance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MATH-1353) "EmpiricalDistribution" has various shortcomings

2021-06-04 Thread Gilles Sadowski (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gilles Sadowski updated MATH-1353:
--
Fix Version/s: (was: 4.0)
   4.X

> "EmpiricalDistribution" has various shortcomings
> 
>
> Key: MATH-1353
> URL: https://issues.apache.org/jira/browse/MATH-1353
> Project: Commons Math
>  Issue Type: Improvement
>Reporter: Gilles Sadowski
>Priority: Minor
>  Labels: refactoring
> Fix For: 4.X
>
>
> * Class uses file IO (CM should not be concerned with data persistence)
> * Class uses the "java.net" API (ditto)
> I'd think that the core functionality could be provided without supporting 
> data loading (from a file or a URL).
> Data input would be via any of
> * Collection
> * Iterable
> * Stream (Java 8)
> A redesign goal should be to make the class immutable.
> E.g. data source must be set in the constructor (rather than via a "load" 
> method); there would thus be a one-to-one correspondence between data source 
> and distribution instance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MATH-1353) "EmpiricalDistribution" has various shortcomings

2017-04-22 Thread Gilles (JIRA)

 [ 
https://issues.apache.org/jira/browse/MATH-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gilles updated MATH-1353:
-
Fix Version/s: (was: 4.X)
   4.0

> "EmpiricalDistribution" has various shortcomings
> 
>
> Key: MATH-1353
> URL: https://issues.apache.org/jira/browse/MATH-1353
> Project: Commons Math
>  Issue Type: Improvement
>Reporter: Gilles
>Priority: Minor
>  Labels: refactoring
> Fix For: 4.0
>
>
> * Class uses file IO (CM should not be concerned with data persistence)
> * Class uses the "java.net" API (ditto)
> I'd think that the core functionality could be provided without supporting 
> data loading (from a file or a URL).
> Data input would be via any of
> * Collection
> * Iterable
> * Stream (Java 8)
> A redesign goal should be to make the class immutable.
> E.g. data source must be set in the constructor (rather than via a "load" 
> method); there would thus be a one-to-one correspondence between data source 
> and distribution instance.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (MATH-1353) "EmpiricalDistribution" has various shortcomings

2017-04-18 Thread Rob Tompkins (JIRA)

 [ 
https://issues.apache.org/jira/browse/MATH-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Tompkins updated MATH-1353:
---
Fix Version/s: (was: 4.0)
   4.X

> "EmpiricalDistribution" has various shortcomings
> 
>
> Key: MATH-1353
> URL: https://issues.apache.org/jira/browse/MATH-1353
> Project: Commons Math
>  Issue Type: Improvement
>Reporter: Gilles
>Priority: Minor
>  Labels: refactoring
> Fix For: 4.X
>
>
> * Class uses file IO (CM should not be concerned with data persistence)
> * Class uses the "java.net" API (ditto)
> I'd think that the core functionality could be provided without supporting 
> data loading (from a file or a URL).
> Data input would be via any of
> * Collection
> * Iterable
> * Stream (Java 8)
> A redesign goal should be to make the class immutable.
> E.g. data source must be set in the constructor (rather than via a "load" 
> method); there would thus be a one-to-one correspondence between data source 
> and distribution instance.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)