Homemade: Control Charts - MATLAB Cody - MATLAB Central

Problem 2039. Homemade: Control Charts

Difficulty:Rate

This problem is a simple version of control charts in statistics. Intput consists from 30 or more observations.

  • Upper limit = mean(input) + 3 * std(input)
  • Lower limit = mean(input) - 3 * std(input)

If all of the observations are between upper limit and lower limit then return true.

Solution Stats

51.69% Correct | 48.31% Incorrect
Last Solution submitted on Mar 28, 2025

Problem Comments

Solution Comments

Show comments
Registration Now Open for MathWorks AUTOMOTIVE CONFERENCE 2025
...
Hello Community, We're excited to announce that registration is now open for the...

Problem Recent Solvers41

Suggested Problems

More from this Author92

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page