OT: definition of "significant figures"



Given a set of measurements x(i), I'd like to print their average to
the "correct" number of significant figures. eg
1.11, 1.12, 1.08 => "1.1", 1.11, 1.25, 1.35 => "1"
I've got some adhocery that more or less does it, but is there a
moderately standard, formal, definition?
.



Relevant Pages

  • Re: OT: definition of "significant figures"
    ... > Given a set of measurements x, I'd like to print their average to ... > the "correct" number of significant figures. ... > I've got some adhocery that more or less does it, ... for I in X'Range loop ...
    (comp.lang.ada)
  • Re: OT: definition of "significant figures"
    ... > the "correct" number of significant figures. ... > moderately standard, formal, definition? ... The base 10 logarithm of the standard-deviation of your measurements. ... Prev by Date: ...
    (comp.lang.ada)
  • Re: significant figures?
    ... measured to 3 or 4 significant figures? ... least significant place value of the measurements: ... When multiply and dividing, the final answer should be rounded off to the ... "Rick Rothstein" wrote: ...
    (microsoft.public.excel.misc)
  • Re: significant figures?
    ... Excel needs to count the number of significant figures in each number, ... least significant place value of the measurements: ... "Rick Rothstein" wrote: ...
    (microsoft.public.excel.misc)
  • Re: OT: definition of "significant figures"
    ... >> I've got some adhocery that more or less does it, ... >> moderately standard, formal, definition? ... > The base 10 logarithm of the standard-deviation of your measurements. ... depending on how they feel about the data distribution. ...
    (comp.lang.ada)