Skip to content

Instantly share code, notes, and snippets.

@billwestfall
Created June 20, 2019 23:20
Show Gist options
  • Save billwestfall/7f93b48b190fafe715e74224098a82a4 to your computer and use it in GitHub Desktop.
Save billwestfall/7f93b48b190fafe715e74224098a82a4 to your computer and use it in GitHub Desktop.
loop to find anomalies in range and print them out
Do[a=RandomReal[{1, 100}, {6}]; Print[a]; b=FindAnomalies[a]; Print[b]; Pause[3], 4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment