Root Mean Squared Error
Introduction
The Root Mean Square Error (RMSE) or Root Mean Square Deviation (RMSD) is a frequently used measure of the differences between values predicted by a model or an estimator and the values actually observed. RMSE is a good measure of accuracy. These individual differences are also called residuals, and the RMSE serves to aggregate them into a single measure of predictive power.
Formula
Supposed we have the values predicted by an estimator and the values actually observed as follows:
Then, the formula is:
References & Resources
- Wikipedia - http://en.wikipedia.org/wiki/Root-mean-square_deviation
Latest Post
- Dependency injection
- Directives and Pipes
- Data binding
- HTTP Get vs. Post
- Node.js is everywhere
- MongoDB root user
- Combine JavaScript and CSS
- Inline Small JavaScript and CSS
- Minify JavaScript and CSS
- Defer Parsing of JavaScript
- Prefer Async Script Loading
- Components, Bootstrap and DOM
- What is HEAD in git?
- Show the changes in Git.
- What is AngularJS 2?
- Confidence Interval for a Population Mean
- Accuracy vs. Precision
- Sampling Distribution
- Working with the Normal Distribution
- Standardized score - Z score
- Percentile
- Evaluating the Normal Distribution
- What is Nodejs? Advantages and disadvantage?
- How do I debug Nodejs applications?
- Sync directory search using fs.readdirSync