User profile: jonbonjovi

User info
User name:jonbonjovi
Old user name:michael9522
History
Joined:
Number of posts:18
Latest posts:

Calculate variance in C++?
I am using the valarray function to take the numbers in myarray, and subtract them from the mean to ...

Calculating Standard Deviation in C++
I have a csv file with three numbers, e.g. 45 65 76 I am using the below program to calcula...

Calculate Standard Deviation in C++?
Hi, I rewrote the code to do this and not use eof(). I am now trying to calculate standard deviatio...

Calculate Standard Deviation in C++?
I have a program that will calculate max, average, etc from a file of numbers. However, I cannot get...

Remove word from a text file using C++?
I have a C++ program that performs calculations on numbers in a text file. However, suppose we have ...