<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Math_Complex/download/0.8.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Matrix/download/0.8.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Vector/download/0.6.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Stats/download/0.9.0beta3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Stats/download/0.9.0beta2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Stats/download/0.9.0beta1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Stats/download/0.8.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Matrix/download/0.8.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Math_Stats/download/0.8.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Science_Chemistry/download/1.1.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for jmcastagnetto</title>
<description>The latest releases for the PEAR developer jmcastagnetto (Jesus M. Castagnetto)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Math_Complex/download/0.8.5/">
 <title>Math_Complex 0.8.5</title>
 <link>http://pear.php.net/package/Math_Complex/download/0.8.5/</link>
 <content:encoded>Fixed bug in Math_ComplexOp::createFromPolar() (reported by Nicolas&lt;br /&gt;
Vollmar, nvollmar@ee.ethz.ch).&lt;br /&gt;
Made changes to the use of get_class(), it will now work equally well in PHP 4&lt;br /&gt;
and PHP 5. In PHP 4 that function returns all lowercase, in PHP 5 is&lt;br /&gt;
properly capitalized, using strtolower() to make it homogenous.&lt;br /&gt;
Added UML diagram for package and unit tests that use PHPUnit 1.0
 </content:encoded>
 <dc:date>2004-04-13T16:43:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Matrix/download/0.8.5/">
 <title>Math_Matrix 0.8.5</title>
 <link>http://pear.php.net/package/Math_Matrix/download/0.8.5/</link>
 <content:encoded>Fixed some bugs in matrix multiplication reported by John Pye&lt;br /&gt;
(john@curioussymbols.com) and Marcel Brunner (marcel@palmer.li).&lt;br /&gt;
Fixed some minor documentation incosistencies.&lt;br /&gt;
&lt;br /&gt;
Modified the setData() method to accept a Math_Matrix object or&lt;br /&gt;
an array of arrays of numbers.&lt;br /&gt;
Added the setZeroThreshold() and getZeroThreshold() to set and get the&lt;br /&gt;
value used as upper bound to minimize round-off errors.&lt;br /&gt;
Added also two static methods to generate famous matrices:&lt;br /&gt;
Math_Matrix::makeHilbert() for a square Hilber matrix, and &lt;br /&gt;
Math_Matrix::makeHankel() for m by n Hankel matrix.&lt;br /&gt;
Reorganized the directories to comply to the current directory organization&lt;br /&gt;
proposal.&lt;br /&gt;
It is recommended to uninstall the older version of Math_Matrix (and&lt;br /&gt;
Math_Vector) before installing this new release to avoid lingering files&lt;br /&gt;
(there is also a new release of Math_Vector):&lt;br /&gt;
$ pear uninstall Math_Matrix Math_Vector&lt;br /&gt;
$ pear install Math_Vector&lt;br /&gt;
$ pear install Math_Matrix&lt;br /&gt;
Included explicitely the optional dependency on the PHPUnit package version&lt;br /&gt;
0.6.2 or older, as current versions of that package need PHP5.
 </content:encoded>
 <dc:date>2003-11-01T19:15:29-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Vector/download/0.6.2/">
 <title>Math_Vector 0.6.2</title>
 <link>http://pear.php.net/package/Math_Vector/download/0.6.2/</link>
 <content:encoded>Made the data in the constructor optional. Added setData() and&lt;br /&gt;
getData() methods to handle vector initialization.&lt;br /&gt;
Reorganized the directories for tests and documentation. It is &lt;br /&gt;
recommended to uninstall Math_Vector before installing this release&lt;br /&gt;
to avoid lingering files:&lt;br /&gt;
$ pear uninstall Math_Vector&lt;br /&gt;
$ pear install Math_Vector&lt;br /&gt;
Included explicit optional dependency on PHPUnit 0.6.2 or older. Newer&lt;br /&gt;
versions of PHPUnit require PHP5.
 </content:encoded>
 <dc:date>2003-11-01T19:12:48-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Stats/download/0.9.0beta3/">
 <title>Math_Stats 0.9.0beta3</title>
 <link>http://pear.php.net/package/Math_Stats/download/0.9.0beta3/</link>
 <content:encoded>Modified the productN() method to try and avoid numeric overflow, and in case&lt;br /&gt;
there is overflow to return an array of values to be multiplied, instead of&lt;br /&gt;
a single resulting value. &lt;br /&gt;
&lt;br /&gt;
Changed also the geometricMean() method to work with the new productN() and&lt;br /&gt;
product() methods. Unit tests have been unaffected by the change.
 </content:encoded>
 <dc:date>2003-06-12T11:46:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Stats/download/0.9.0beta2/">
 <title>Math_Stats 0.9.0beta2</title>
 <link>http://pear.php.net/package/Math_Stats/download/0.9.0beta2/</link>
 <content:encoded>This is a bug fix release. Fixes (finally) an old bug in calculation of the&lt;br /&gt;
median. Users of any previous version are recommended to upgrade.&lt;br /&gt;
&lt;br /&gt;
When I fixed a previous bug in the calculation of the median, I forgot to apply&lt;br /&gt;
the full fix, so it was calculating an erroneous value for data sets with an &lt;br /&gt;
odd number of entries.&lt;br /&gt;
&lt;br /&gt;
Thanks to Diego Puga for pointing this out. It is good to get bug reports&lt;br /&gt;
when one is getting old and forgetful. ;-)
 </content:encoded>
 <dc:date>2003-06-04T22:22:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Stats/download/0.9.0beta1/">
 <title>Math_Stats 0.9.0beta1</title>
 <link>http://pear.php.net/package/Math_Stats/download/0.9.0beta1/</link>
 <content:encoded>This is a beta release that containes new not thoroughly tested methods and&lt;br /&gt;
algorithms.&lt;br /&gt;
&lt;br /&gt;
Many changes in the existing methods, and a number of new ones:&lt;br /&gt;
&lt;br /&gt;
- Added better error handling.&lt;br /&gt;
- Refactored existing methods to delegate calculations better&lt;br /&gt;
- Added value caching for invariant statistical parameters&lt;br /&gt;
- Added optional parameters to some existing methods to enhance their&lt;br /&gt;
  processing or output. Preserve the original behaviour as default so&lt;br /&gt;
  as not breack backwards compatibility&lt;br /&gt;
- Added new methods:&lt;br /&gt;
  - center()&lt;br /&gt;
  - studentize()&lt;br /&gt;
  - range()&lt;br /&gt;
  - geometricMean()&lt;br /&gt;
  - harmonicMean()&lt;br /&gt;
  - product()&lt;br /&gt;
  - productN()&lt;br /&gt;
  - percentile()&lt;br /&gt;
  - quartiles()&lt;br /&gt;
  - interquartileMean()&lt;br /&gt;
  - interquartileRange()&lt;br /&gt;
  - quartileDeviation()&lt;br /&gt;
  - quartileVariationCoefficient()&lt;br /&gt;
  - quartileSkewnessCoefficient()&lt;br /&gt;
- Added a unit test class based on PEAR::PHPUnit
 </content:encoded>
 <dc:date>2003-06-03T02:03:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Stats/download/0.8.5/">
 <title>Math_Stats 0.8.5</title>
 <link>http://pear.php.net/package/Math_Stats/download/0.8.5/</link>
 <content:encoded>Added methods sampleCentralMoment() and sampleRawMoment() to&lt;br /&gt;
calculate the corresponding nth moments of the data set.&lt;br /&gt;
Explicit casting of parameters passed to pow() to &lt;br /&gt;
circumvent the warnings/errors given by some versions&lt;br /&gt;
of the PHP interpreter. Thanks to Stephen Evans for&lt;br /&gt;
pointing this problem out.
 </content:encoded>
 <dc:date>2003-05-27T23:35:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Matrix/download/0.8.0/">
 <title>Math_Matrix 0.8.0</title>
 <link>http://pear.php.net/package/Math_Matrix/download/0.8.0/</link>
 <content:encoded>Initial released under PEAR. Reestructured the package so the main class&lt;br /&gt;
contains both instance and class methods to make things simpler.
 </content:encoded>
 <dc:date>2003-05-16T22:36:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Math_Stats/download/0.8.4/">
 <title>Math_Stats 0.8.4</title>
 <link>http://pear.php.net/package/Math_Stats/download/0.8.4/</link>
 <content:encoded>Fixed problem in element selection for the calculation&lt;br /&gt;
of the median. Thanks to Jeff Hoover for finding this bug.
 </content:encoded>
 <dc:date>2003-05-16T22:17:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Science_Chemistry/download/1.1.0/">
 <title>Science_Chemistry 1.1.0</title>
 <link>http://pear.php.net/package/Science_Chemistry/download/1.1.0/</link>
 <content:encoded>Modified the parsing algorithm for atom records in a residue&lt;br /&gt;
Added toXYZ() methods, and made toString() aliases of those&lt;br /&gt;
Added one more example for converting PDB to XYZ
 </content:encoded>
 <dc:date>2003-05-13T01:24:00-05:00</dc:date>
</item>

</rdf:RDF>