[
https://issues.apache.org/jira/browse/STATISTICS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Nguyen updated STATISTICS-17:
---------------------------------
Description:
h3. *{color:#14892c}{color:#333333}+COLOR LEGEND+
{color}
{color}*
*{color:#14892c}COMPLETE with UNIT TESTING{color}*
*{color:#f79232}COMPLETE without UNIT TESTING yet{color}*
*{color:#d04437}COMPLETE UNIT TESTING only{color}*
*{color:#59afe1}IN-PROGRESS (for the week){color}*
+*TO-DO*+
**
**NOTE: TO-DO list might grow as new features and unforeseen tasks emerge.*
h1. *PROGRESS TRACKING*
h3. *Data loading and storage*
* *{color:#14892c}RegressionDataLoader{color}*
** *{color:#14892c}double X and Y separate arrays importing{color}*
** *{color:#14892c}double X and Y as single array importing{color}*
** *{color:#14892c}updating X and Y independently{color}*
** *{color:#14892c}validateSampleData{color}*
** *{color:#14892c}setting of column of 1's (hasIntercept){color}*
* *{color:#14892c}Regression interface{color}*
* *{color:#14892c}RegressionData interface{color}*
** *{color:#14892c}RegressionRawData{color}*
* *{color:#14892c}StatisticsMatrix{color}*
h3. *OLS Regression component*
* *OLSRegression*
** *{color:#59afe1}User interface class for below classes{color}*
* *OLSEstimators*
** *{color:#14892c}estimateRegressionParameters{color}*
** *{color:#14892c}estimateRegressionParametersVariance{color}*
** *{color:#d04437}estimateRegressionParametersStandardErrors{color}*
* *OLSResiduals*
** {color:#59afe1}*estimateResiduals*{color}
** {color:#59afe1}*estimateErrorVariance*{color}
** {color:#59afe1}*estimateRegressionStandardError*{color}
** {color:#59afe1}*estimateRegressandVariance*{color}
h3. *GLS Regression component*
* *GLSRegression*
** *User interface class for below classes*
* *GLSEstimators*
** *estimateRegressionParameters*
** *estimateRegressionParametersVariance*
** *estimateRegressionParametersStandardErrors*
* *GLSResiduals*
** *estimateResiduals*
** *estimateErrorVariance*
** *estimateRegressionStandardError*
** *estimateRegressandVariance*
h3. *Logistic Regression component*
* *LogisticRegression*
** *User interface class for below classes*
* *LogisticEstimators*
** *estimateRegressionParameters*
** *estimateRegressionParametersVariance*
** *estimateRegressionParametersStandardErrors*
* *LogisticResiduals*
** *estimateResiduals*
** *estimateErrorVariance*
** *estimateRegressionStandardError*
** *estimateRegressandVariance*
h3. *Parent Regression classes*
* *Regression interface*
* *Abstract Regression*
* *Abstract Estimators*
* *Abstract Residuals*
h3. *Porting Updating Regression components*
* *MillerUpdatingMultipleLinearRegression*
* *SimpleUpdatingMultipleLinearRegression*
h3. *Optimization*
* *OLS*
* *GLS*
* *Logistic*
* *Updating*
h3. *Documentation*
* *complete Javadoc*
* *update and create more usage tutorials*
was:
*{color:#14892c}COMPLETE with UNIT TESTING{color}*
*{color:#f79232}COMPLETE without UNIT TESTING yet{color}*
*{color:#d04437}COMPLETE UNIT TESTING only{color}*
*{color:#59afe1}IN-PROGRESS (for the week){color}*
*TO-DO*
**
**NOTE: TO-DO list might grow as new features and unforeseen tasks emerge.*
h1. *PROGRESS TRACKING*
h3. *Data loading and storage*
* *{color:#14892c}RegressionDataLoader{color}*
** *{color:#14892c}double X and Y separate arrays importing{color}*
** *{color:#14892c}double X and Y as single array importing{color}*
** *{color:#14892c}updating X and Y independently{color}*
** *{color:#14892c}validateSampleData{color}*
** *{color:#14892c}setting of column of 1's (hasIntercept){color}*
* *{color:#14892c}Regression interface{color}*
* *{color:#14892c}RegressionData interface{color}*
** *{color:#14892c}RegressionRawData{color}*
* *{color:#14892c}StatisticsMatrix{color}*
h3. *OLS Regression component*
* *OLSRegression*
** *{color:#59afe1}User interface class for below classes{color}*
* *OLSEstimators*
** *{color:#14892c}estimateRegressionParameters{color}*
** *{color:#14892c}estimateRegressionParametersVariance{color}*
** *{color:#d04437}estimateRegressionParametersStandardErrors{color}*
* *OLSResiduals*
** {color:#59afe1}*estimateResiduals*{color}
** {color:#59afe1}*estimateErrorVariance*{color}
** {color:#59afe1}*estimateRegressionStandardError*{color}
** {color:#59afe1}*estimateRegressandVariance*{color}
h3. *GLS Regression component*
* *GLSRegression*
** *User interface class for below classes*
* *GLSEstimators*
** *estimateRegressionParameters*
** *estimateRegressionParametersVariance*
** *estimateRegressionParametersStandardErrors*
* *GLSResiduals*
** *estimateResiduals*
** *estimateErrorVariance*
** *estimateRegressionStandardError*
** *estimateRegressandVariance*
h3. *Logistic Regression component*
* *LogisticRegression*
** *User interface class for below classes*
* *LogisticEstimators*
** *estimateRegressionParameters*
** *estimateRegressionParametersVariance*
** *estimateRegressionParametersStandardErrors*
* *LogisticResiduals*
** *estimateResiduals*
** *estimateErrorVariance*
** *estimateRegressionStandardError*
** *estimateRegressandVariance*
h3. *Parent Regression classes*
* *Regression interface*
* *Abstract Regression*
* *Abstract Estimators*
* *Abstract Residuals*
h3. *Porting Updating Regression components*
* *MillerUpdatingMultipleLinearRegression*
* *SimpleUpdatingMultipleLinearRegression*
h3. *Optimization*
* *OLS*
* *GLS*
* *Logistic*
* *Updating*
h3. *Documentation*
* *complete Javadoc*
* *update and create more usage tutorials*
> PROGRESS TRACKER
> ----------------
>
> Key: STATISTICS-17
> URL: https://issues.apache.org/jira/browse/STATISTICS-17
> Project: Apache Commons Statistics
> Issue Type: Sub-task
> Reporter: Ben Nguyen
> Priority: Blocker
>
> h3. *{color:#14892c}{color:#333333}+COLOR LEGEND+
> {color}
> {color}*
>
> *{color:#14892c}COMPLETE with UNIT TESTING{color}*
> *{color:#f79232}COMPLETE without UNIT TESTING yet{color}*
> *{color:#d04437}COMPLETE UNIT TESTING only{color}*
> *{color:#59afe1}IN-PROGRESS (for the week){color}*
> +*TO-DO*+
>
>
> **
> **NOTE: TO-DO list might grow as new features and unforeseen tasks emerge.*
> h1. *PROGRESS TRACKING*
> h3. *Data loading and storage*
> * *{color:#14892c}RegressionDataLoader{color}*
> ** *{color:#14892c}double X and Y separate arrays importing{color}*
> ** *{color:#14892c}double X and Y as single array importing{color}*
> ** *{color:#14892c}updating X and Y independently{color}*
> ** *{color:#14892c}validateSampleData{color}*
> ** *{color:#14892c}setting of column of 1's (hasIntercept){color}*
> * *{color:#14892c}Regression interface{color}*
> * *{color:#14892c}RegressionData interface{color}*
> ** *{color:#14892c}RegressionRawData{color}*
> * *{color:#14892c}StatisticsMatrix{color}*
> h3. *OLS Regression component*
> * *OLSRegression*
> ** *{color:#59afe1}User interface class for below classes{color}*
> * *OLSEstimators*
> ** *{color:#14892c}estimateRegressionParameters{color}*
> ** *{color:#14892c}estimateRegressionParametersVariance{color}*
> ** *{color:#d04437}estimateRegressionParametersStandardErrors{color}*
> * *OLSResiduals*
> ** {color:#59afe1}*estimateResiduals*{color}
> ** {color:#59afe1}*estimateErrorVariance*{color}
> ** {color:#59afe1}*estimateRegressionStandardError*{color}
> ** {color:#59afe1}*estimateRegressandVariance*{color}
> h3. *GLS Regression component*
> * *GLSRegression*
> ** *User interface class for below classes*
> * *GLSEstimators*
> ** *estimateRegressionParameters*
> ** *estimateRegressionParametersVariance*
> ** *estimateRegressionParametersStandardErrors*
> * *GLSResiduals*
> ** *estimateResiduals*
> ** *estimateErrorVariance*
> ** *estimateRegressionStandardError*
> ** *estimateRegressandVariance*
> h3. *Logistic Regression component*
> * *LogisticRegression*
> ** *User interface class for below classes*
> * *LogisticEstimators*
> ** *estimateRegressionParameters*
> ** *estimateRegressionParametersVariance*
> ** *estimateRegressionParametersStandardErrors*
> * *LogisticResiduals*
> ** *estimateResiduals*
> ** *estimateErrorVariance*
> ** *estimateRegressionStandardError*
> ** *estimateRegressandVariance*
> h3. *Parent Regression classes*
> * *Regression interface*
> * *Abstract Regression*
> * *Abstract Estimators*
> * *Abstract Residuals*
> h3. *Porting Updating Regression components*
> * *MillerUpdatingMultipleLinearRegression*
> * *SimpleUpdatingMultipleLinearRegression*
> h3. *Optimization*
> * *OLS*
> * *GLS*
> * *Logistic*
> * *Updating*
> h3. *Documentation*
> * *complete Javadoc*
> * *update and create more usage tutorials*
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)