You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2005/12/27 23:39:31 UTC

[Jakarta-commons Wiki] Update of "MathFaq" by PhilSteitz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by PhilSteitz:
http://wiki.apache.org/jakarta-commons/MathFaq

------------------------------------------------------------------------------
  
  A space for Commons-Math frequently asked questions.
  
+ === 0. How can I get involved in commons-math? ===
+ Follow the directions under "contributing" in the [[http://jakarta.apache.org/commons/math/developers.html Commons Math Developers Guide]]. Feedback and contributions from all interested parties are welcome. Extensive Java or mathematical knowledge is not required to participate (though some knowledge of one or the other is certainly helpful ;-)
+ 
  === 1. Are instances of org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImpl thread-safe? ===
- No, they are not.  By design, we chose not to introduce thread semantics into the classes. This allows the library to be used in environments were thread management by the application is to be avoided.
+ No, they are not.  By design, we chose not to introduce thread semantics into the classes. This allows the library to be used in environments were thread management by the application is to be avoided.  The same is true of many other classes in commons-math, including the solvers in the analysis package.
  
  === 2. Can code derived from "Numerical Recipes" routines be included in commons-math? ===
  Algorithms implemented in "Numerical Recipes" are [http://www.numerical-recipes.com/infotop.html#distinfo licensed under terms] that are incompatible with the Apache license.  As such, commons-math can not contain any code derived from these routines.  The precedent we have established is to not allow any code developed using NR as a source and instead find alternate citations for the algorithms detailed in NR.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org