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

Ben Nguyen updated STATISTICS-17:
---------------------------------
    Description: 
h2. +{color:#333333}COLOR LEGEND{color}+

{color:#8eb021}*COMPLETE (NA JUNIT)*{color}

{color:#14892c}*COMPLETE with JUNIT*{color}

{color:#f79232}*COMPLETE without JUNIT yet*{color}

{color:#d04437}*COMPLETE with JUNIT only*{color}

{color:#59afe1}*IN-PROGRESS (for coming 1-3 days)*{color}

*{color:#333333}TO-DO{color}*
h3. **NOTE: TO-DO list might grow as new features and unforeseen tasks emerge.*
h1.  
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:#8eb021}Regression interface{color}*
 * *{color:#8eb021}RegressionData{color} {color:#8eb021}interface{color}*
 ** {color:#8eb021}*RegressionRawData*{color}
 * {color:#8eb021}*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*
 * {color:#59afe1}*Regression interface*{color}
 * {color:#59afe1}*Abstract Regression*{color}
 * {color:#59afe1}*Abstract Estimators*{color}
 * {color:#59afe1}*Abstract Residuals*{color}

h3. *Porting Updating Regression components*
 * *MillerUpdatingMultipleLinearRegression*
 * *SimpleUpdatingMultipleLinearRegression*

h3. *Optimization*
 * *OLS*
 * *GLS*
 * *Logistic*
 * *Updating*

h3. *Documentation*
 * *complete Javadoc*
 * *update and create more usage tutorials*

  was:
h2. +{color:#333333}COLOR LEGEND{color}+

{color:#8eb021}*COMPLETE (NA JUNIT)*{color}

{color:#14892c}*COMPLETE with JUNIT*{color}

{color:#f79232}*COMPLETE without JUNIT yet*{color}

{color:#d04437}*COMPLETE with JUNIT only*{color}

{color:#59afe1}*IN-PROGRESS (for coming 2-3 days)*{color}

*{color:#333333}TO-DO{color}*
h3. **NOTE: TO-DO list might grow as new features and unforeseen tasks emerge.*
h1.  
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:#8eb021}Regression interface{color}*
 * *{color:#8eb021}RegressionData{color} {color:#8eb021}interface{color}*
 ** {color:#8eb021}*RegressionRawData*{color}
 * {color:#8eb021}*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*
 * {color:#59afe1}*Regression interface*{color}
 * {color:#59afe1}*Abstract Regression*{color}
 * {color:#59afe1}*Abstract Estimators*{color}
 * {color:#59afe1}*Abstract Residuals*{color}

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
>
> h2. +{color:#333333}COLOR LEGEND{color}+
> {color:#8eb021}*COMPLETE (NA JUNIT)*{color}
> {color:#14892c}*COMPLETE with JUNIT*{color}
> {color:#f79232}*COMPLETE without JUNIT yet*{color}
> {color:#d04437}*COMPLETE with JUNIT only*{color}
> {color:#59afe1}*IN-PROGRESS (for coming 1-3 days)*{color}
> *{color:#333333}TO-DO{color}*
> h3. **NOTE: TO-DO list might grow as new features and unforeseen tasks 
> emerge.*
> h1.  
> 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:#8eb021}Regression interface{color}*
>  * *{color:#8eb021}RegressionData{color} {color:#8eb021}interface{color}*
>  ** {color:#8eb021}*RegressionRawData*{color}
>  * {color:#8eb021}*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*
>  * {color:#59afe1}*Regression interface*{color}
>  * {color:#59afe1}*Abstract Regression*{color}
>  * {color:#59afe1}*Abstract Estimators*{color}
>  * {color:#59afe1}*Abstract Residuals*{color}
> 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)

Reply via email to