Skip to content

Commit

Permalink
Update reference to complexity calculation (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulvgard authored and dominichamon committed Dec 10, 2018
1 parent 5cb8f8a commit 1f3cba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/complexity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ std::string GetBigOString(BigO complexity) {
// - time : Vector containing the times for the benchmark tests.
// - fitting_curve : lambda expression (e.g. [](int64_t n) {return n; };).

// For a deeper explanation on the algorithm logic, look the README file at
// http://github.com/ismaelJimenez/Minimal-Cpp-Least-Squared-Fit
// For a deeper explanation on the algorithm logic, please refer to
// https://en.wikipedia.org/wiki/Least_squares#Least_squares,_regression_analysis_and_statistics

LeastSq MinimalLeastSq(const std::vector<int64_t>& n,
const std::vector<double>& time,
Expand Down

0 comments on commit 1f3cba0

Please # to comment.