Skip to content

Commit

Permalink
Add citation to code docs
Browse files Browse the repository at this point in the history
  • Loading branch information
drroe committed Oct 18, 2024
1 parent 30bb8f2 commit 17c8ab8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Stats_Reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#include "Stats_Reduce.h"

/** Calculate overall average/stdev for array elements using the parallel
* form of the Online algorithm ( Chan, T.F.; Golub, G.H.; LeVeque, R.J.
* (1979), "Updating Formulae and a Pairwise Algorithm for Computing Sample
* Variances.", Technical Report STAN-CS-79-773, Department of Computer
* Science, Stanford University ).
*/
int Cpptraj::Stats_Reduce(Parallel::Comm const& trajComm_,
std::vector< Stats<double> >& histogram_,
unsigned long& maxbin_)
Expand Down

0 comments on commit 17c8ab8

Please sign in to comment.