<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Accurate Floating Point Sums and Products</dc:title>
  <dc:title>R package PreciseSums version 0.7</dc:title>
  <dc:description>Most of the time floating point arithmetic does
  approximately the right thing.  When adding sums or having products
  of numbers that greatly differ in magnitude, the floating point
  arithmetic may be incorrect.  This package implements the Kahan
  (1965) sum &lt;doi:10.1145/363707.363723&gt;, Neumaier (1974) sum
  &lt;doi:10.1002/zamm.19740540106&gt;, pairwise-sum (adapted from 'NumPy',
  See Castaldo (2008) &lt;doi:10.1137/070679946&gt; for a discussion of
  accuracy), and arbitrary precision sum (adapted from the fsum in
  'Python' ; Shewchuk (1997)
  &lt;https://people.eecs.berkeley.edu/~jrs/papers/robustr.pdf&gt;).  In addition,
  products are changed to long double precision for accuracy, or
  changed into a log-sum for accuracy.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.2)</dc:relation>
  <dc:relation>Suggests: testthat</dc:relation>
  <dc:creator>Matthew Fidler &lt;matthew.fidler@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Matthew Fidler [aut, cre, cph],
  Raymond Hettinger [cph, aut],
  Jonathan Shewchuk [cph, aut],
  Julian Taylor [cph, aut],
  Nathaniel Smith [cph, aut],
  NumPy Team [cph],
  Python Team [cph]</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2024-09-17</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=PreciseSums</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.PreciseSums</dc:identifier>
</oai_dc:dc>
