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

Ben Nguyen updated STATISTICS-17:
---------------------------------
    Description: 
*{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*{color}

*TO-DO*

 

*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}

*OLS Regression component*
 * OLSRegression
 ** User interface class for below classes
 * OLSEstimators
 ** estimateRegressionParameters
 ** estimateRegressionParametersVariance
 ** estimateRegressionParametersStandardErrors
 * OLSResiduals
 ** estimateResiduals
 ** estimateErrorVariance
 ** estimateRegressionStandardError
 ** estimateRegressandVariance

*GLS Regression component*
 * GLSRegression
 ** User interface class for below classes
 * GLSEstimators
 ** estimateRegressionParameters
 ** estimateRegressionParametersVariance
 ** estimateRegressionParametersStandardErrors
 * GLSResiduals
 ** estimateResiduals
 ** estimateErrorVariance
 ** estimateRegressionStandardError
 ** estimateRegressandVariance

*Logistic Regression component*
 * LogisticRegression
 ** User interface class for below classes
 * LogisticEstimators
 ** estimateRegressionParameters
 ** estimateRegressionParametersVariance
 ** estimateRegressionParametersStandardErrors
 * LogisticResiduals
 ** estimateResiduals
 ** estimateErrorVariance
 ** estimateRegressionStandardError
 ** estimateRegressandVariance

*Parent Regression classes*
 * Regression interface
 * Abstract Regression
 * Abstract Estimators
 * Abstract Residuals

*Porting Updating Regression components*
 * MillerUpdatingMultipleLinearRegression
 * SimpleUpdatingMultipleLinearRegression

*Optimization*
 * OLS
 * GLS
 * Logistic
 * Updating

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

  was:
COMPLETE

IN-PROGRESS

TO-DO

 

Data loading and storage
 * RegressionDataLoader

OLS Regression componenets
 * OLSRegression
 * OLSEstimators
 * OLSResiduals

GLS Regression componenet
 * GLSRegression
 * GLSEstimators
 * GLSResiduals

Logistic Regression componenet
 * LogisticRegression
 * LogisticEstimators
 * LogisticResiduals

Abstract Regression classes
 * Abstract Regression
 * Abstract Estimators
 * Abstract Residuals

 


> 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
>
> *{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*{color}
> *TO-DO*
>  
> *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}
> *OLS Regression component*
>  * OLSRegression
>  ** User interface class for below classes
>  * OLSEstimators
>  ** estimateRegressionParameters
>  ** estimateRegressionParametersVariance
>  ** estimateRegressionParametersStandardErrors
>  * OLSResiduals
>  ** estimateResiduals
>  ** estimateErrorVariance
>  ** estimateRegressionStandardError
>  ** estimateRegressandVariance
> *GLS Regression component*
>  * GLSRegression
>  ** User interface class for below classes
>  * GLSEstimators
>  ** estimateRegressionParameters
>  ** estimateRegressionParametersVariance
>  ** estimateRegressionParametersStandardErrors
>  * GLSResiduals
>  ** estimateResiduals
>  ** estimateErrorVariance
>  ** estimateRegressionStandardError
>  ** estimateRegressandVariance
> *Logistic Regression component*
>  * LogisticRegression
>  ** User interface class for below classes
>  * LogisticEstimators
>  ** estimateRegressionParameters
>  ** estimateRegressionParametersVariance
>  ** estimateRegressionParametersStandardErrors
>  * LogisticResiduals
>  ** estimateResiduals
>  ** estimateErrorVariance
>  ** estimateRegressionStandardError
>  ** estimateRegressandVariance
> *Parent Regression classes*
>  * Regression interface
>  * Abstract Regression
>  * Abstract Estimators
>  * Abstract Residuals
> *Porting Updating Regression components*
>  * MillerUpdatingMultipleLinearRegression
>  * SimpleUpdatingMultipleLinearRegression
> *Optimization*
>  * OLS
>  * GLS
>  * Logistic
>  * Updating
> *Documentation*
>  * complete Javadoc
>  * update and create more usage tutorials



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to