Skip to content

Commit b74ecf2

Browse files
authored
Merge pull request #240 from fslaborg/add-qq-plot
2 parents 3aa4c4c + 26818d6 commit b74ecf2

File tree

9 files changed

+690
-5
lines changed

9 files changed

+690
-5
lines changed

FSharp.Stats.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{23F9FB2E-6
5757
docs\Intervals.fsx = docs\Intervals.fsx
5858
docs\LinearAlgebra.fsx = docs\LinearAlgebra.fsx
5959
docs\Matrix_Vector.fsx = docs\Matrix_Vector.fsx
60+
docs\Quantiles.fsx = docs\Quantiles.fsx
6061
docs\NuGet.config = docs\NuGet.config
6162
docs\Rank.fsx = docs\Rank.fsx
6263
docs\Signal.fsx = docs\Signal.fsx

docs/Intervals.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(**
22
---
33
title: Intervals
4-
index: 19
4+
index: 20
55
category: Documentation
66
categoryindex: 0
77
---

docs/ML.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(**
22
---
33
title: Machine Learning
4-
index: 19
4+
index: 21
55
category: Documentation
66
categoryindex: 0
77
---
@@ -46,7 +46,7 @@ _Summary:_ this tutorial demonstrates functionality relevant in the context of m
4646
4747
### Table of contents
4848
49-
- [Dimensionality Reduction](#Dimensionality Reduction)
49+
- [Dimensionality Reduction](#Dimensionality-Reduction)
5050
- [PCA](#PCA)
5151
5252
## Dimensionality Reduction

0 commit comments

Comments
 (0)