Skip to content

Commit

Permalink
Update norm_*_params info
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoLau committed Mar 25, 2020
1 parent 05a7ff5 commit bd26fad
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: TSrepr
Type: Package
Title: Time Series Representations
Version: 1.0.4
Date: 2020-03-22
Date: 2020-03-25
Authors@R: person("Peter", "Laurinec", email = "tsreprpackage@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3501-8783"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TSrepr 1.0.4 2020/03/22
# TSrepr 1.0.4 2020/03/25

* Fixed 0/0 case in forecasting accuracy measures
* Refactor of data.table::melt cases in vignettes, because of data.table package changes
Expand Down
1 change: 1 addition & 0 deletions R/TSrepr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#' \item \link[TSrepr]{repr_windowing} - applies above mentioned representations to every window of a time series
#' \item \link[TSrepr]{repr_matrix} - applies above mentioned representations to every row of a matrix of time series
#' \item \link[TSrepr]{norm_z}, \link[TSrepr]{norm_min_max} - normalisation functions
#' \item \link[TSrepr]{norm_z_params}, \link[TSrepr]{norm_min_max_params} - normalisation functions with defined parameters
#' \item \link[TSrepr]{norm_z_list}, \link[TSrepr]{norm_min_max_list} - normalisation functions with output also of scaling parameters
#' \item \link[TSrepr]{denorm_z}, \link[TSrepr]{denorm_min_max} - denormalisation functions
#' }
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Additional useful functions are implemented as:
* Matrix of representations (`repr_matrix`) - applies above mentioned representations to every row of a matrix of time series
* Normalisation functions - z-score (`norm_z`), min-max (`norm_min_max`)
* Normalisation functions with output also of scaling parameters - z-score (`norm_z_list`), min-max (`norm_min_max_list`)
* Normalisation functions with defined parameters - z-score (`norm_z_params`), min-max (`norm_min_max_params`)
* Denormalisation functions - z-score (`denorm_z`), min-max (`denorm_min_max`)
* Forecasting accuracy measures - MSE, MAE, RMSE, MdAE, MAPE, sMAPE, MAAPE, MASE

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Additional useful functions are implemented as:
(`norm_min_max`)
- Normalisation functions with output also of scaling parameters -
z-score (`norm_z_list`), min-max (`norm_min_max_list`)
- Normalisation functions with defined parameters - z-score
(`norm_z_params`), min-max (`norm_min_max_params`)
- Denormalisation functions - z-score (`denorm_z`), min-max
(`denorm_min_max`)
- Forecasting accuracy measures - MSE, MAE, RMSE, MdAE, MAPE, sMAPE,
Expand Down
1 change: 1 addition & 0 deletions man/TSrepr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd26fad

Please sign in to comment.