Skip to content

Commit 9d49e97

Browse files
authored
Add files via upload
1 parent e3e4415 commit 9d49e97

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SMFilter
22
Title: Filtering Algorithms for the State Space Models on the Stiefel Manifold
3-
Version: 1.0.2
3+
Version: 1.0.3
44
Authors@R: person("Yukai", "Yang", email = "yukai.yang@statistik.uu.se",role = c("aut", "cre"))
55
Description: Provides the filtering algorithms for the state space models on the Stiefel manifold as well as the corresponding sampling algorithms for uniform, vector Langevin-Bingham and matrix Langevin-Bingham distributions on the Stiefel manifold.
66
Depends: R (>= 3.0.0)

NEWS.Rmd

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

17+
# New Featurs in SMFilter 1.0.3
18+
19+
* Change the reference to the publication.
20+
1721
# New Featurs in SMFilter 1.0.2
1822

1923
* Add the working paper reference.
24+
* Some bugs fixed.
2025

2126
# New Featurs in SMFilter 1.0.1
2227

NEWS.md

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

510
- Add the working paper reference.
11+
- Some bugs fixed.
612

713
New Featurs in SMFilter 1.0.1
814
=============================

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-
#' 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.
71+
#' Yang, Yukai and Bauwens, Luc. (2018) "\href{https://www.mdpi.com/2225-1146/6/4/48}{State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering}", Econometrics, 6(4), 48.
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.2"
5+
vnum = "1.0.3"
66

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

README.Rmd

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

19-
# SMFilter version 1.0.2 (Red Filter)
19+
# SMFilter version 1.0.3 (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)
@@ -30,7 +30,7 @@ The package implements the filtering algorithms for the state-space models on th
3030

3131
and the corresponding paper
3232

33-
[Yang, Y.; Bauwens, L. State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering. *Econometrics* **2018**, 6, 48.](https://www.mdpi.com/2225-1146/6/4/48)
33+
[State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering](https://www.mdpi.com/2225-1146/6/4/48)
3434

3535
## How to install
3636

README.md

Lines changed: 2 additions & 2 deletions
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.2 (Red Filter)
2+
SMFilter version 1.0.3 (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)
@@ -10,7 +10,7 @@ The package implements the filtering algorithms for the state-space models on th
1010

1111
and the corresponding paper
1212

13-
[Yang, Y.; Bauwens, L. State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering. *Econometrics* **2018**, 6, 48.](https://www.mdpi.com/2225-1146/6/4/48)
13+
[State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering](https://www.mdpi.com/2225-1146/6/4/48)
1414

1515
How to install
1616
--------------

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)