Skip to content

Commit 8fbe65e

Browse files
committed
typo
1 parent cd26e44 commit 8fbe65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If building from source, running `sbt console` from this directory should give a
7070
## Documentation
7171

7272
* [QuickStart Guide](https://darrenjw.github.io/scala-glm/QuickStart.html) - start with this to get a feeling for what the library can do
73-
* [Flexible regression](https://darrenjw.github.io/scala-glm/FlexibleRegression.html) - guide to flexible and non-parametric regression, using orthogonal polynomial, cosine series, and B-spline basis functions
73+
* [Flexible regression](https://darrenjw.github.io/scala-glm/FlexibleRegression.html) - guide to flexible and non-parametric regression, using orthogonal polynomials, cosine series, and B-spline basis functions
7474
* The [examples subdirectory](examples/src/main/scala/) of this repo contains more interesting, self-contained runnable examples
7575
* [API documentation](https://darrenjw.github.io/scala-glm/scalaglm.html) - ScalaDoc (for the most recent snapshot)
7676
* For anyone not very familiar with Scala or Breeze, it may be worth working through my [Scala for Statistical Computing short course](https://github.com/darrenjw/scala-course). This library originated from example code prepared for that course.

0 commit comments

Comments
 (0)