Skip to content

Commit

Permalink
Fix hyperlink in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jul 22, 2017
1 parent 57e90be commit fcce25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Some additional/helper/extra functionality implemented in the potprox module is

#### `potprox.utils.rSqr(data, potential)`

Use the method `potprox.utils.rSqr()` to calculate the [coefficient of determination](https://en.wikipedia.org/wiki/Coefficient_of_determination) _R²_, a measure of goodness of fit. The method takes two arguments: the initial data array (same as that passed to the [`from` method](#fromdatasettings)), and the approximating potential instance.
Use the method `potprox.utils.rSqr()` to calculate the [coefficient of determination](https://en.wikipedia.org/wiki/Coefficient_of_determination) _R²_, a measure of goodness of fit. The method takes two arguments: the initial data array (same as that passed to the [`from` method](#fromdata--settings)), and the approximating potential instance.

```javascript
let morse = potprox.Morse.from(data);
Expand Down

0 comments on commit fcce25b

Please sign in to comment.