fixed a missing initialization
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c2dd8a5f7
commit
d784ea2eb6
|
@ -42,6 +42,7 @@ public class SimpleEstimationProblem implements EstimationProblem {
|
|||
*/
|
||||
public SimpleEstimationProblem() {
|
||||
parameters = new ArrayList();
|
||||
measurements = new ArrayList();
|
||||
}
|
||||
|
||||
public EstimatedParameter[] getAllParameters() {
|
||||
|
|
Loading…
Reference in New Issue