Skip to content

Commit

Permalink
Merge pull request #240 from fslaborg/add-qq-plot
Browse files Browse the repository at this point in the history
  • Loading branch information
bvenn authored Nov 18, 2022
2 parents 3aa4c4c + 26818d6 commit b74ecf2
Show file tree
Hide file tree
Showing 9 changed files with 690 additions and 5 deletions.
1 change: 1 addition & 0 deletions FSharp.Stats.sln
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{23F9FB2E-6
docs\Intervals.fsx = docs\Intervals.fsx
docs\LinearAlgebra.fsx = docs\LinearAlgebra.fsx
docs\Matrix_Vector.fsx = docs\Matrix_Vector.fsx
docs\Quantiles.fsx = docs\Quantiles.fsx
docs\NuGet.config = docs\NuGet.config
docs\Rank.fsx = docs\Rank.fsx
docs\Signal.fsx = docs\Signal.fsx
Expand Down
2 changes: 1 addition & 1 deletion docs/Intervals.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(**
---
title: Intervals
index: 19
index: 20
category: Documentation
categoryindex: 0
---
Expand Down
4 changes: 2 additions & 2 deletions docs/ML.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(**
---
title: Machine Learning
index: 19
index: 21
category: Documentation
categoryindex: 0
---
Expand Down Expand Up @@ -46,7 +46,7 @@ _Summary:_ this tutorial demonstrates functionality relevant in the context of m
### Table of contents
- [Dimensionality Reduction](#Dimensionality Reduction)
- [Dimensionality Reduction](#Dimensionality-Reduction)
- [PCA](#PCA)
## Dimensionality Reduction
Expand Down
Loading

0 comments on commit b74ecf2

Please sign in to comment.