[chronojump] Added residual standard error to valdation
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Added residual standard error to valdation
- Date: Sat, 16 Jan 2021 10:37:35 +0000 (UTC)
commit 38977560e547be301f217902ef840c2fddcc5e15
Author: Xavier Padullés <x padulles gmail com>
Date: Tue Dec 22 16:45:33 2020 +0100
Added residual standard error to valdation
r-scripts/tests/shortsLibrary/validation.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/r-scripts/tests/shortsLibrary/validation.R b/r-scripts/tests/shortsLibrary/validation.R
index c5fe1a9f..ac0b8a42 100644
--- a/r-scripts/tests/shortsLibrary/validation.R
+++ b/r-scripts/tests/shortsLibrary/validation.R
@@ -32,7 +32,7 @@ for(i in 1:length(WorlChampionshipSplitTimes[,1])){
position = c(10,20,30),
time = c(WorlChampionshipSplitTimes[i,5], WorlChampionshipSplitTimes[i,6],
WorlChampionshipSplitTimes[i,7])
)
-
+
# Padu's 3 split times model without correction
model = nls(position ~ Vmax*(time + (1/K)*exp(-K*time)) -Vmax/K, splitTimes3
, start = list(K = 0.81, Vmax = 10), control=nls.control(warnOnly=TRUE))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]