You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
19$\begingroup$ Because RMSE and MAE are two different measures of error, a numerical comparison between them (which is involved in asserting that MAE is "lower" than RMSE) does not seem meaningful. That line must have been fit according to some criterion: that criterion, whatever it is, must be the relevant measure of error. $\endgroup$whuber– whuber ♦2013-01-22 18:33:48 +00:00Commented Jan 22, 2013 at 18:33
-
$\begingroup$ the line was fitted using least squares - but the pic is just an example to show the difference in measured error. My real issue is in using an optimiser to solve for four function parameters to some measure of minimised error, MAE or RMSE. $\endgroup$user1665220– user16652202013-01-22 18:47:11 +00:00Commented Jan 22, 2013 at 18:47
-
$\begingroup$ Thank you for the clarification. But what error are you interested in, precisely? The error in the fit or the errors in the parameter estimates? $\endgroup$whuber– whuber ♦2013-01-22 18:48:53 +00:00Commented Jan 22, 2013 at 18:48
-
1$\begingroup$ The error in the fit. I have some lab samples that give y, which I want to predict using a function. I optimise the function for 4 exponents by minimising the error for the fit between the observed and predicted data. $\endgroup$user1665220– user16652202013-01-22 18:57:12 +00:00Commented Jan 22, 2013 at 18:57
-
$\begingroup$ In RMSE we consider the root of number of items (n). That is root of MSE divided by root of n. Root of MSE is ok, but rather than dividing by n it is divided by root of n to receive RMSE. I am feeling that it would be a policy. Reality would be (Root of MSE)/n. In that way MAE is better. $\endgroup$user21700– user217002013-03-08 00:11:18 +00:00Commented Mar 8, 2013 at 0:11
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="/api/flow.js?q=https%3A%2F%2Fexample.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you