Questions tagged [measurement-theory]

Measurement theory, not to be confused with (measure-theory), is the study of functions that preserve certain desirable properties. Its theoretical basis is popular in psychology, and it is related to statistical analysis of data, especially in deciding how data represents reality.

Measurement theory, not to be confused with is the study of measurement.

Given some method for comparing objects (say by placing them next to each other to see which is the longer) one can ask what are the necessary and sufficient conditions for such a measurement procedure to give rise to a representation theorem.

Take some relation $\succeq$ and some objects $X,Y,Z\dots$. A function $f$ represents $\succeq$ when:

$$X \succeq Y \ \text{iff}\ f(X) \ge f(Y)$$

23 questions
6
votes
4 answers

How can I tell whether my machine rounds or truncates?

I have an electronic weighing-machine, which I believe to be internally very accurate. It will weigh up to $100$ kg, but not activate below $10$ kg. The digital display reports to one decimal place. The problem is that I don't know whether the…
John Bentin
  • 18,454
2
votes
0 answers

Doubt on rounding off $5$

I was reading a chemistry book and on the topic of how to round of measurements it said: "If the rightmost digit to be removed is $5$, then the preceding number is not changed if its even but is increased by $1$ if it is odd." But what is the reason…
user45838
  • 21
  • 1
1
vote
1 answer

Units of average-Is it units of $y$ or units of $y/x$

Imagine we have a collection of 10 heights of individuals in feet. We calculate the average value as: $$ \mu=\frac{1}{10}\sum_{i=1}^{10}h_{i} $$ where $h_{i}$ is the height of an individual $i.$ In this case, is the average $\mu$ in units of feet,…
1
vote
1 answer

Calculating number of seed bags need for planting for a given number of acres

Assuming that i have seed bag sizes of 1kg, 2 kg, and 5kg. And my clients typically have a land size between 0.25 and 5 acres and will plant 10kgs per acre. What formualar can i use to calculate for each client the number of 5kg, 2kg and 1kg seed…
0
votes
0 answers

Help needed to calculate distance of equal pixel distribution

I came across a layout with a mathematical problem. I have made all my shapes to have 3 pixel gap between them, the problem I'm facing is: 1)3 Green squares are 17x17px,but I'm left with 1px gap. (Where Red arrow is pointing). 2)Teal colour boxes…
0
votes
1 answer

What are better alternative to this equation %Error = (|Exact-Measured|/Exact)*100?

I am trying to find the %Accuracy, in which I used this equation: %Accuracy = 100-%Error. So far, I have faced two problems with this equation: When the Exact Value is Zero, the fraction can’t be used -> Solved by adding the same value to both…
Teco
  • 1
0
votes
2 answers

surface area of a prism with some missing lengths

Question: A prism has an equilateral triangular base with a perimeter of $12c$m. If the length of the prism is $24cm$, determine the total surface area of the prism. hint: What is the area of 1 triangle? I have draw a diagram and tried a few…