Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kfino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Isabelle Sanchez
kfino
Commits
f5e90b6d
Commit
f5e90b6d
authored
2 years ago
by
Isabelle Sanchez
Browse files
Options
Downloads
Patches
Plain Diff
MaJ vignette issue
#11
parent
37e79a02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#60065
passed
2 years ago
Stage: build
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/HowTo.R
+4
-4
4 additions, 4 deletions
doc/HowTo.R
doc/HowTo.Rmd
+7
-7
7 additions, 7 deletions
doc/HowTo.Rmd
doc/HowTo.html
+41
-46
41 additions, 46 deletions
doc/HowTo.html
vignettes/HowTo.Rmd
+7
-7
7 additions, 7 deletions
vignettes/HowTo.Rmd
with
59 additions
and
64 deletions
doc/HowTo.R
+
4
−
4
View file @
f5e90b6d
...
...
@@ -18,7 +18,7 @@ dim(spring1)
head
(
spring1
)
## ----error=TRUE---------------------------------------------------------------
# --- Without Optimisation on
initial
parameters
# --- Without Optimisation on parameters
param2
<-
list
(
m0
=
41
,
mm
=
45
,
pp
=
0.5
,
...
...
@@ -45,7 +45,7 @@ kfino_plot(resuin=resu2,typeG="quanti",
Tvar
=
"Day"
,
Yvar
=
"Poids"
,
Ident
=
"IDE"
)
## ----error=TRUE---------------------------------------------------------------
# --- With Optimisation on
initial
parameters
# --- With Optimisation on parameters
param1
<-
list
(
m0
=
NULL
,
mm
=
NULL
,
pp
=
NULL
,
...
...
@@ -84,7 +84,7 @@ dim(merinos1)
head
(
merinos1
)
## ----error=TRUE---------------------------------------------------------------
# --- With Optimisation on
initial
parameters
# --- With Optimisation on parameters
param3
<-
list
(
m0
=
NULL
,
mm
=
NULL
,
pp
=
NULL
,
...
...
@@ -97,7 +97,7 @@ param3<-list(m0=NULL,
K
=
2
,
seqp
=
seq
(
0.5
,
0.7
,
0.1
))
resu3
<-
kfino_fit
(
datain
=
merinos
2
,
resu3
<-
kfino_fit
(
datain
=
merinos
1
,
Tvar
=
"dateNum"
,
Yvar
=
"Poids"
,
doOptim
=
TRUE
,
param
=
param3
)
...
...
This diff is collapsed.
Click to expand it.
doc/HowTo.Rmd
+
7
−
7
View file @
f5e90b6d
...
...
@@ -45,10 +45,10 @@ head(spring1)
```
# Kfino algorithm on the `spring1` dataset
##
Initial parameters
not optimized
##
Parameters (m0, mm and pp)
not optimized
```{r,error=TRUE}
# --- Without Optimisation on
initial
parameters
# --- Without Optimisation on parameters
param2<-list(m0=41,
mm=45,
pp=0.5,
...
...
@@ -75,9 +75,9 @@ kfino_plot(resuin=resu2,typeG="quanti",
Tvar="Day",Yvar="Poids",Ident="IDE")
```
##
Initial parameters
optimized
##
Parameters (m0, mm and pp)
optimized
```{r,error=TRUE}
# --- With Optimisation on
initial
parameters
# --- With Optimisation on parameters
param1<-list(m0=NULL,
mm=NULL,
pp=NULL,
...
...
@@ -125,9 +125,9 @@ head(merinos1)
```
# Kfino algorithm on the `merinos1` dataset
##
Initial parameters
optimized
##
Parameters (m0, mm and pp)
optimized
```{r,error=TRUE}
# --- With Optimisation on
initial
parameters
# --- With Optimisation on parameters
param3<-list(m0=NULL,
mm=NULL,
pp=NULL,
...
...
@@ -140,7 +140,7 @@ param3<-list(m0=NULL,
K=2,
seqp=seq(0.5,0.7,0.1))
resu3<-kfino_fit(datain=merinos
2
,
resu3<-kfino_fit(datain=merinos
1
,
Tvar="dateNum",Yvar="Poids",
doOptim=TRUE,param=param3)
...
...
This diff is collapsed.
Click to expand it.
doc/HowTo.html
+
41
−
46
View file @
f5e90b6d
This diff is collapsed.
Click to expand it.
vignettes/HowTo.Rmd
+
7
−
7
View file @
f5e90b6d
...
...
@@ -45,10 +45,10 @@ head(spring1)
```
# Kfino algorithm on the `spring1` dataset
##
Initial parameters
not optimized
##
Parameters (m0, mm and pp)
not optimized
```{r,error=TRUE}
# --- Without Optimisation on
initial
parameters
# --- Without Optimisation on parameters
param2<-list(m0=41,
mm=45,
pp=0.5,
...
...
@@ -75,9 +75,9 @@ kfino_plot(resuin=resu2,typeG="quanti",
Tvar="Day",Yvar="Poids",Ident="IDE")
```
##
Initial parameters
optimized
##
Parameters (m0, mm and pp)
optimized
```{r,error=TRUE}
# --- With Optimisation on
initial
parameters
# --- With Optimisation on parameters
param1<-list(m0=NULL,
mm=NULL,
pp=NULL,
...
...
@@ -125,9 +125,9 @@ head(merinos1)
```
# Kfino algorithm on the `merinos1` dataset
##
Initial parameters
optimized
##
Parameters (m0, mm and pp)
optimized
```{r,error=TRUE}
# --- With Optimisation on
initial
parameters
# --- With Optimisation on parameters
param3<-list(m0=NULL,
mm=NULL,
pp=NULL,
...
...
@@ -140,7 +140,7 @@ param3<-list(m0=NULL,
K=2,
seqp=seq(0.5,0.7,0.1))
resu3<-kfino_fit(datain=merinos
2
,
resu3<-kfino_fit(datain=merinos
1
,
Tvar="dateNum",Yvar="Poids",
doOptim=TRUE,param=param3)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment