Skip to content

Commit 54e980f

Browse files
authored
Add files via upload
1 parent 8874d00 commit 54e980f

File tree

8 files changed

+24
-8
lines changed

8 files changed

+24
-8
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SMFilter
2-
Title: Filtering Algorithms for the State Space Model on the Stiefel Manifold
3-
Version: 1.0.1
2+
Title: Filtering Algorithms for the State Space Models on the Stiefel Manifold
3+
Version: 1.0.2
44
Authors@R: person("Yukai", "Yang", email = "yukai.yang@statistik.uu.se",role = c("aut", "cre"))
5-
Description: Provides the filtering algorithms for the state space model on the Stiefel manifold.
5+
Description: Provides the filtering algorithms for the state space models on the Stiefel manifold.
66
Depends: R (>= 3.0.0)
77
License: GPL-3
88
Encoding: UTF-8

NEWS.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ knitr::opts_chunk$set(
1414
)
1515
```
1616

17+
# New Featurs in SMFilter 1.0.2
18+
19+
* Add the working paper reference.
20+
1721
# New Featurs in SMFilter 1.0.1
1822

1923
* Remove the location in version() function.

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<!-- README.md is generated from README.Rmd. Please edit that file -->
2+
New Featurs in SMFilter 1.0.2
3+
=============================
4+
5+
- Add the working paper reference.
6+
27
New Featurs in SMFilter 1.0.1
38
=============================
49

R/SMFilter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#' \email{yukai.yang@@statistik.uu.se}
6969
#'
7070
#' @section References:
71-
#' González, A., Teräsvirta, T., van Dijk, D. and Yang, Y. (2005) "\href{http://swopec.hhs.se/hastef/papers/hastef0604.pdf}{Panel Smooth Transition Regression Models}", SSE/EFI Working Paper Series in Economics and Finance 604, Stockholm School of Economics, revised 11 Oct 2017.
71+
#' Yang, Y. and Bauwens, L. (2018) "\href{http://econ.au.dk/fileadmin/site_files/filer_oekonomi/Working_Papers/CREATES/2018/rp18_30_2.pdf}{State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering}", CREATES Research Paper 2018-30.
7272
#'
7373
#' @section Simulation:
7474
#' \code{\link{SimModel1}} simulate from the type one state-space model on the Stiefel manifold.

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## utility functions
33
#################################################################################
44

5-
vnum = "1.0.1"
5+
vnum = "1.0.2"
66

77
# simple cat
88
cat0 <- function(...)

README.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library(tidyverse)
1616
library(SMFilter)
1717
```
1818

19-
# SMFilter version 1.0.1 (Red Filter)
19+
# SMFilter version 1.0.2 (Red Filter)
2020

2121
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/SMFilter?color=green)](https://cran.r-project.org/package=SMFilter)
2222
![](http://cranlogs.r-pkg.org/badges/grand-total/SMFilter?color=green)
@@ -28,6 +28,9 @@ The package implements the filtering algorithms for the state-space models on th
2828

2929
[SMFilter@CRAN](https://cran.r-project.org/web/packages/SMFilter)
3030

31+
and the corresponding paper
32+
33+
[State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering](http://econ.au.dk/fileadmin/site_files/filer_oekonomi/Working_Papers/CREATES/2018/rp18_30_2.pdf)
3134

3235
## How to install
3336

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- README.md is generated from README.Rmd. Please edit that file -->
2-
SMFilter version 1.0.1 (Red Filter)
2+
SMFilter version 1.0.2 (Red Filter)
33
===================================
44

55
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/SMFilter?color=green)](https://cran.r-project.org/package=SMFilter) ![](http://cranlogs.r-pkg.org/badges/grand-total/SMFilter?color=green) ![](http://cranlogs.r-pkg.org/badges/SMFilter?color=green) ![](http://cranlogs.r-pkg.org/badges/last-week/SMFilter?color=green)
@@ -8,6 +8,10 @@ The package implements the filtering algorithms for the state-space models on th
88

99
[SMFilter@CRAN](https://cran.r-project.org/web/packages/SMFilter)
1010

11+
and the corresponding paper
12+
13+
[State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering](http://econ.au.dk/fileadmin/site_files/filer_oekonomi/Working_Papers/CREATES/2018/rp18_30_2.pdf)
14+
1115
How to install
1216
--------------
1317

man/SMFilter.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)