diff --git a/STATUS.html b/STATUS.html deleted file mode 100644 index 9f27bcac5..000000000 --- a/STATUS.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - -Status File for Jakarta Commons "math" Component - - - - -
-

The Jakarta Commons math Component

-$Id: STATUS.html,v 1.6 2004/02/28 17:47:37 psteitz Exp $
-[Introduction] -[Dependencies] -[Release Info] -[Committers] -[Action Items] -

-
- - - -

1. INTRODUCTION

- -

The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang. The guiding principles for commons-math are: - -

    -
  1. Real-world application use cases determine priority
  2. -
  3. Emphasis on small, easily integrated components rather than large libraries with complex dependencies
  4. -
  5. All algorithms are fully documented and follow generally accepted best practices
  6. -
  7. In situations where multiple standard algorithms exist, use the Strategy pattern to support multiple implementations
  8. -
  9. Limited dependencies. No external dependencies beyond Commons components and the JDK
  10. -
- - - -

2. DEPENDENCIES

- -

The math component is dependent upon the following external -components for development and use:

- - - - -

3. RELEASE INFO

- -

Math is really still at the prototyping stage.

- - -

4. COMMITTERS

- -

The following individuals are the primary developers and maintainers of this -component. Developers who plan to use math in their own -projects are encouraged to collaborate on the future development of this -component to ensure that it continues to meet a variety of needs.

- - - - -

5. ACTION ITEMS

- -

The following action items need to be completed prior to a Version 1.0 -release of this component:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Action ItemVolunteer
Get basic web site operationalEveryone
Document NaN and all error semantics for Univariate and FreqEveryone
Document and implement rolling mean extension of UnivariateEveryone
Research numerical optimization of all Univariate, RealMatrix operationsEveryone
Complete RealMatrixImpl implementationEveryone
Prioritize remaining items in proposal and finalize scope for 1.0Everyone
- - -