Trying to find name of operation

From: John Wheeler (jwheeler1_at_gmail.com)
Date: 11/03/04


Date: 3 Nov 2004 14:14:52 -0800

Hello,

Here is probably a stupid question

What is it called when you

1. take an arbitrary set of floating point numbers
2. calculates their sum.
3. assigns a percentage to each one

for example:
{ 2.4, 3.6, 4.0 } = 10
2.4 = 24%
3.6 = 36%
4.0 = 40%

is this called weighing?

TIA,
JOHN



Relevant Pages

  • Re: Trying to find name of operation
    ... > Here is probably a stupid question ... take an arbitrary set of floating point numbers ... The first operation would just be a sum? ...
    (sci.math)
  • Re: Trying to find name of operation
    ... John Wheeler wrote: ... > Here is probably a stupid question ... take an arbitrary set of floating point numbers ...
    (sci.math)
  • Re: Trying to find name of operation
    ... > Here is probably a stupid question ... take an arbitrary set of floating point numbers ... scale, and 4.0 is 100% of the scale. ...
    (sci.math)
  • Re: Numerical Accuracy
    ... My concern was that the situation seemed to be a floating ... Otherwise portability should not enter into it. ... >> probabilities where you would assert that they always sum to certainty ... In general the scalar is not an integer, ...
    (comp.programming)
  • Re: Bug
    ... Probably a floating point number problem. ... My query is searching for all records whose sum of the percentage is not ... tblCEMActivityAllocation GROUP BY tblCEMActivityAllocation.ActivityID, ... string and compare it's result to a string value of "1", ...
    (microsoft.public.access.queries)