Created
April 10, 2020 08:02
-
-
Save Alakhator/d47c118d68f99c0ad60be9f98213a643 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sort(error.begin(),error.end(),custom_sort);//custom sort based on absolute error difference | |
cout<<"Final Values are: "<<"B0="<<b0<<" "<<"B1="<<b1<<" "<<"B2="<<b2<<" error="<<error[0]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment