Skip to content

Commit b6ab257

Browse files
committed
small doc adjustements
1 parent 32847e8 commit b6ab257

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

documentation/development/implementationNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The main principle is:
100100
| | |-- linearRegression.h | Functions to compute:
101101
| | | | . the linear regression model;
102102
| | | | . y given x (using GSL or just with the computed slope and intercept);
103-
| | | | . y given x (just with the computed slope and intercept)
103+
| | | | . x given y (just with the computed slope and intercept)
104104
| | |
105105
| | |-- meanMedian.cpp | Functions to compute mean, median, absolutions deviation around them.
106106
| | `-- meanMedian.h | Functions using No weight and using weight are available.
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
Stackprof V1.00
21

3-
User docs are located in this repository: https://github.com/IPGP/stackprof
4-
5-
These are:
6-
- User guide
7-
- Application input/ouput files description
2+
StackProf user docs are located in another repository: https://github.com/IPGP/stackprof
83

0 commit comments

Comments
 (0)