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
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
Isabelle Sanchez
kfino
Commits
266def85
Commit
266def85
authored
3 years ago
by
Isabelle Sanchez
Browse files
Options
Downloads
Patches
Plain Diff
add badge in README
parent
7155c6b5
No related branches found
No related tags found
No related merge requests found
Pipeline
#53930
passed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
R/kafino.R
+1
-1
1 addition, 1 deletion
R/kafino.R
README.md
+4
-1
4 additions, 1 deletion
README.md
with
5 additions
and
2 deletions
R/kafino.R
+
1
−
1
View file @
266def85
...
...
@@ -510,7 +510,7 @@ kafino_fit<-function(datain,Tvar,Yvar,
# useful for the kafino_plot() function
#--------------------------------
if
(
is.null
(
resultat
)){
dt.out
<-
datain
dt.out
<-
datain
%>%
mutate
(
flag
=
.data
$
flag1
)
dt.pred
<-
NULL
resultat
<-
NULL
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
1
View file @
266def85
[

](https://forgemia.inra.fr/isabelle.sanchez/kafino/-/commits/main)
# kafino
Kalman Filter for Impulse Noised Outliers
...
...
@@ -16,7 +18,8 @@ To install the kafino package, the easiest is to install it directly from GitLab
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_gitlab("isabelle.sanchez/kafino",host = "forgemia.inra.fr")
remotes::install_gitlab("isabelle.sanchez/kafino",host = "forgemia.inra.fr",
build_vignettes=TRUE)
```
## Usage
...
...
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