What is Errors: Definition and 346 Discussions

An error (from the Latin error, meaning "wandering") is an action which is inaccurate or incorrect. In some usages, an error is synonymous with a mistake.
In statistics, "error" refers to the difference between the value which has been computed and the correct value. An error could result in failure or in a deviation from the intended performance or behavior.

View More On Wikipedia.org
  1. F

    I Normality of errors and residuals in ordinary linear regression

    Hello, In reviewing the classical linear regression assumptions, one of the assumptions is that the residuals have a normal distribution...I also read that this assumption is not very critical and the residual don't really have to be Gaussian. That said, the figure below show ##Y## values and...
  2. A

    Bias, errors, etc. within ChatGPT & other AI chatbots

    I thought maybe we should have a thread about these software as there are probably interesting artifacts about them and they are just interesting in general So here is an interesting fact I just found out while messing randomly with chat GPT. I asked it a simple question - "5 best jokes about...
  3. G

    Please help explain the reason for the errors displayed for my Java code

    //program showing an advantage of using arrays public class Arr3 { public static void main(String []args) { System.out.println("There are 31 days in the month of Jan"); System.out.println("There are 27 days in the month of Feb"); System.out.println("There...
  4. M

    C/C++ Errors trying to compile a simple code

    When trying to compile the following c++ code I get the errors I've screenshot // p12 #include <iostream> #include <vector> #include <string> #include <map> class Solution { private: std::vector<int> num = {1,4,5,9,10,40,50,90,100,400,500,900,1000}; std::vector<std::string> sym =...
  5. xDocMath

    Comp Sci Rounding errors in computer arithmetic

    For the first part, I have used a= 2, b = eps/2, c = eps/2 which I believe works and I have tested it in MATLAB however haven't had any luck reproducing the second part in MATLAB with any numbers. Any hints? Thanks
  6. M

    I Error propagation and symmetric errors

    Hello! I am a bit confused about how to interpret symmetric error when doing error propagation. For example, if I have ##E = \frac{mv^2}{2}##, and I do error propagation I get ##\frac{dE}{E} = 2\frac{dv}{v}##. Which implies that if I have v being normally distributed, and hence having a...
  7. V

    I Michelson-Morley: Errors in Calculations?

    I would like to know the opinions on the paper that I saw about Michelson-Morley experiment. Michelson-Morley experiment was done in 1887 and had an impact on the future direction of physics. It is taught in schools as an experiment that proves the non-existence of the aether and proves the...
  8. V

    Least count error Vs Least count

    I know that least count is the smallest measurement that is possible with a measuring device. But I fail to understand the exact meaning of least count error. According to my textbook, the following is the definition of least count error. "Least count error is the error associated with the...
  9. A

    I Propagation of Errors, Ohm's Law

    Hello, I need help with making sure I am using instrumentation error analysis correctly through an experiment in which I verify Ohm’s Law for a simple circuit. I do have a few questions below. I calculated and measured the error two different ways and did not get the same error by both methods...
  10. R

    Comp Sci Unfamiliar Compilation Errors In a Linked List Class (C++)

    Hi all. I'm working on my final project for a class. The assignment is to have a linked list of personal records, and then do some things with it. Right now I'm working on the linked list class "List.h". I've implemented a Person class "Person.h" as a composition of 3 subclasses "Address.h"...
  11. Wannabe Physicist

    Computing Errors when Data Sets are Given

    This is for the lab report I have to submit. ##n## is the refractive index. ##L## is the length of a gas chamber and ##m## is the number of fringes passed as the pressure in the gas chamber changes by ##\Delta p##. We are already given the error in ##L##. I performed the experiment and obtained...
  12. anorlunda

    Could stopwatch errors change race results, and physics experiments?

    Ay ay ay. Here's yet another worry to give you headaches.
  13. C

    Chemistry Assumptions made when doing calorimetry / errors that occur

    I just know that one assumption is that the specific heat capacity of water (as the surrounding) stays the same (or the change in its heat capacity is negligible). Please Help me with the rest.
  14. A

    Help with Matlab Problem: Commenting Code & Finding Errors

    Hi! I really need help with the following Matlab problem. What does this code do? I need to comment what the important lines of this code do. Also the code contains several errors which i need to find. Here is the program: clear all; close all; clc; Maxi=50; tab=[1 :Maxi] ; tab(1)=0; while...
  15. M

    I How to propagate errors through a regression & non-linear model?

    Hi, I was working on a predictive linear regression model and was hoping to obtain some bounds to represent the uncertainty present in the model. Question: I suppose this boils down into two separate components: 1. What is a good measure of uncertainty from a linear regression model? MSE, or...
  16. PeterDonis

    Errors in Ballentine (QM Textbook)?

    This thread is to get more specifics and start discussion regarding two recent claims in other QM forum threads, in a separate thread to avoid clutter in other discussions: @atyy, can you give specific quotes and references (chapter/page) in Ballentine that these quotes are talking about?
  17. S

    Bernoulli-induced errors in altimeters

    When an aircraft flies through things like updrafts, downdrafts, horizontal gusts and so on, does the velocity change produce Bernoulli effects that push the displayed altitude up or down wrt the correct altitude? If so, how much of a practical problem is it? (By velocity change I mean the air...
  18. Chaitanya_90

    Fortran Help with these Fortran Compiler Errors please

    What is the reason for error while compilation
  19. aspodkfpo

    Fractional Errors: When to Use Raw vs. Fractional Values?

    Why do fractional errors have a different error value from subbing in the raw values? e.g. 10 +- 1 divided by 10 +- 1 fractional error yields 20% 11/9 - 9/11 yields 40/99 In cases like these do we use the original values and attempt to find the maximum error distance or use fractional errors?
  20. Eclair_de_XII

    Python Hexadecimal errors when hitting back-space while using inquirer module

    I'm using this user-defined module for an amateur coding project, and I am using 'Text' from the 'inquirer' module. When I am either inputting things, or whenever I am validating things, I always get some sort of error. These errors mainly result whenever I hit the back-space key on my...
  21. Sokolov

    Mathematica Errors when solving an equation

    I'm new with Mathematica and I'm not sure why when I enter this equation an error happens. Could anyone please help me with it?
  22. suezxc6

    Need Help with Fortran compiler errors

    Summary:: so I am trying to compile this program and i keep on getting "Unterminated character constant beginning at (1)" and "invalid character in name" at the months section. what do i have to change to fix it? thanks program Lab6 implicit none character*9 month integer monthNum, pos...
  23. K

    I Plot Linear Fit w/ Error Bounds: y=ax+b

    Hello! I made a linear fit, ##y=ax+b##, to some data points and I get the best parameters with their (1 sigma) errors: ##a\pm\delta a## and ##b\pm\delta b##. I want to plot this fit on top of my data points in such a way as to reflect the error on the parameters. The "main" fit is simply...
  24. S

    LaTeX Solving LaTex errors in the gummi editor

    In the default installation of the gummi editor in Fedora, I find it difficult to locate LaTex errors. If I'm typing along and make a error in LaTex then the preview screen suddenly becomes a window saying no preview can be shown. I don't find the information in the "build tab" helpful. The...
  25. S

    Most common computer interface errors

    What's the most common error in using computer interfaces? The most common computer interface error that I make is clicking on the wrong "x" and unintentionally closing a window. I blame this on the fact that window managers use the same style of decoration for all windows, so all the "x"'s...
  26. r-swald

    Troubleshooting Force Calculation Errors

    I attempted this a few times but keep getting the same wrong answer... Converted the values: q1 = 6.6E-6 q2 = 1.42E-6 q3 = -2.04E-6 d1 = .03m d2 = .02m Calculation for force on 1 F1 = - F12 + F13 = - (9E9*6.6E-6*1.42E-6 / .03^2) + (9E9*6.6E-6*2.04E-6 / .02^2) (I used negative for F12 to...
  27. hackedagainanda

    B How to avoid arithmetic and sign errors

    I find most of the errors I make are related to arithmetic or using the wrong sign. (Note: This applies to mainly algebra and trigonometry for me.) I've tried writing slower and neater, and have been structuring my operations linearly on the paper step by step. Do any of you have some tried...
  28. Muhammad Usman

    Do soft errors still occur in today's machines?

    Hi, I was reading about the soft errors. I read that the soft errors are the one that basically caused by alpha particles and even some time thermal issues (Too much heat in the machines). Although I search lot of mitigation techniques but I am curious that are these errors still exist and are...
  29. A

    Other Compilation of severe errors in famous textbooks

    For the sake of helping student to avoid confusions, I wonder if we can make a compilation of known errors made in standard and commonly used textbooks. Not talking about some random typos, but more when like the entire treatment of a subject is fundamentally flawed.
  30. M

    I Chi-squared fit with errors on both x and y

    Hello I have some data points which have errors on both x and y coordinates. I want to fit a straight line to them but I am not sure how to take the error on x into account. Normally, when I have just the error on y, I want to minimize $$\sum\frac{(y_{pred}(x)-y_{measured}(x))^2}{\sigma_y^2}$$...
  31. M

    I Confused about systematic errors

    Hello! I am a bit confused about the systematic errors in experiments. For example, say that a mass scale was not calibrated and indicates 1g bigger all the time and I want to publish a paper in which to quote some measurements made with that scale. Let's assume that the value obtained, without...
  32. K

    I Weighting data based on the errors

    Hello! I have some data (counts) with a Poisson error associated to it and I want to make a fit to the data. I am trying to weight the data inversely proportional to the errors, such that the data points with high errors are less important for the fit. However, using the the error on its own...
  33. DaveC426913

    Diagnosing intermittent "can't find IP" errors

    This started a couple of days ago. It is very sporadic, but comes and goes in waves. I'll open a page such as facebook, physicsforums or any of a bunch of sites I visit regularly. I get this: This site can’t be reached www.facebook.com’s server IP address could not be found. Try...
  34. K

    I Take errors into account for a data fit

    Hello! I have some data in which the dependent variable ##y## has, for each data point, an error bar associated with it ##\delta y##. The errors are almost identical for each datapoint, so doing a weighted fit in terms of the errors would not change the results significantly. How can I take the...
  35. T

    Propagation of errors: two different results for same question

    If I write ##f=\frac{uv}{u+v}## and then take differentials on both sides, I get ##\frac{df}{f}=\frac{du}{u}+\frac{dv}{v}+\frac{du+dv}{u+v}##, I get the fractional error as 0.03. (I have replaced the negative signs that come as a result of quotient rule with positive signs, since we are asked to...
  36. C

    ARMA/GARCH estimation with standard errors

    I want to estimate the parameters and standard errors of the following ARMA/GARCH model: ##y_t=a+b y_{t−6}+cy_{t−8}+dϵ_{t−1}+ϵ_t## ##σ^2_t=ω+αϵ^2_{t−1}+βσ^2_{t−1}##The code I use is: def main(): x0 = (0.01,0.01,0.01,0.01,0.01, 0.01, 0.01) b = minimize(garch_loglike, x0, R_bel, bounds...
  37. Roger Dodger

    I Subtractive Errors in the Lab

    When subtracting measurements that each have a certain level of uncertainty, we can end up with huge levels of error if the two measurements are roughly equal in value. However, this problem doesn't appear when adding numbers. Question: Is there a name for this type of error? Does anyone...
  38. L

    How to take into consideration errors in the Mann-Whitney test?

    I have 2 independent samples (groups), each group contains 10 experimental values of variable T and their standard deviations (errors). I need to do intergroup statistical analysis, i.e. to elucidate whether there is significant difference between 2 groups in terms of variable T. I chose...
  39. DrClaude

    LaTeX Proper Use of LaTeX: Common Typographical Errors

    I am writing a document for my students about the proper use of ##\LaTeX##. There are some things that always scorch my eyes, like improper italics [##sin(x)##] or incorrect typography of units [##128kg##]. I wonder those of you who are sticklers for typography have other pet peeves of the...
  40. TachyonLord

    Sources of errors in a spectrometer experiment

    [Note from mentor: this lacks the homework template because it was originally posted in a non-homework forum.] I know this seems like a very dumb question but every other error I think of has been covered in precautions and the only errors I can think of are dumb ones. Help ! I had to plot the...
  41. Peter Alexander

    Differential Nonlinearity: What happens when DNL = -1LSB

    Homework Statement Question is simple: what happens when ##DNL = -1 LSB## where DNL signifies differential nonlinearity and LSB stands for Least Significant Bit. It is also required to try and sketch such condition. Homework Equations Equation for differential nonlinearity: $$DNL(i) =...
  42. R

    MHB What is the probability that she selects none of those containing errors

    A IRS auditor randomly selects 3 tax returns from 45 returns of which 15 contain errors. What is the probability that she selects none of those containing errors? Round to four decimal places.
  43. C

    I Effect of errors due to branching and acceptances

    Say I have say 10 measurements of an experimental observable e.g differential cross section with respect to rapidity , one measurement in each bin and corresponding statistical and systematic uncertainties given in % per bin. Now, suppose I want the value of this dsigma/dy after correcting for...
  44. L

    Fortran Modifying a library not to stop at runtime errors

    Hello everyone, I'm trying to solve a BVP that seems to be very sensitive, for which I have to provide a starting guess and hope the program can fix it to find a solution. The program has been tested many times and it is very solid, the only problem should be that I can't find the right guess...
  45. D

    LaTeX Installed MikTex and Texmaker but got errors

    I am trying to switch to LaTeX after struggling with MS Word to the point of despair. Unfortunately, things aren't off to a great start. I want to build a resume and I found a template but when I try to compile it I get the following error even with another very simple "first LaTeX program" I...
  46. S

    Finding errors in a section of microprocessor assembly code

    Hi guys, apparently I've got both a linear and a subroutine programming error in the code below from lines 20-35? Could someone point me in the right direction. I think one might be the 'CALL wait' instruction, which should be 'CALL delay'? Not really sure as new to this, any help would be much...
  47. T

    I Zorn's Lemma: Need help finding errors in proof

    Proposition(Zorn's Lemma): Let ##X\neq\emptyset## be of partial order with the property that ##\forall Y\subseteq X## such that ##Y## is of total-order then ##Y## has an upperbound, then ##X## contains a maximal element. Proof: Case 1: ##B\neq\emptyset## such that ##B##=##\{####b\in X##: ##b##...
  48. AdrianMachin

    Ambiguity in finding errors using natural logarithm method

    Homework Statement [/B] I was reviewing this stuff and although I excelled at it once, I seem to forget some of it. For example, please consider this: Homework Equations R_C=\frac {R_1R_2} {R_1+R_2} + R_3 Here's the correct formula for its error: \Delta R_C=\frac {R_1R_2} {R_1+R_2} \left[...
  49. C

    Laser safety / measuring errors question

    Homework Statement a) If you were using a hands –on activity to verify your predictions and use measurements to determine the wavelength of the laser being used, describe any safety precautions you would have to take and sources of error that you might encounter. Be sure to explain how you...
  50. kvothe18

    I Linear fitting in physics experiments with errors

    Hello! I have a question that maybe has to do more with Mathematics, but if you do experimental physics you find it quite often. Let's assume that we want to measure two quantities x and y that we know that they relate to each other linearly. So we have a set of data points xi and yi...
Back
Top