Giter Club home page Giter Club logo

tsrepr's Issues

MASE

I saw that you calculate MASE by "error = diff / denom;". However, according to Hyndman, Koehler (2006) your "denom" should be defined as (1/ (N-m)) * sum(abs( korrekt(i) - naive(i-m))) (with m being the time-shift). I think your calculation misses this.

Unable to install TSrepr in R studio

when i write below line, it produces the error in loadnamespace
library("TSrepr", lib.loc="~/R/win-library/3.2")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘Rcpp’ 0.12.10 is being loaded, but >= 0.12.12 is required
In addition: Warning message:
package ‘TSrepr’ was built under R version 3.5.1
Error: package or namespace load failed for ‘TSrepr’

Help me.

Community guidelines

This is detailed feedback for your JOSS review openjournals/joss-reviews#577.

There’s an email contact for questions and comments, but no guidelines for contribution. I would suggest adding a CONTRIBUTING.md file to the repository. I browsed through some ROpenSci packages and many of them have guidelines like this. For example:

repr_sma unexpected output

Captura-de-pantalla-de-2020-06-24-18-40-29

Hi, I was using your repr_sma function but the result was not consistent with the input, then I tried it with simple examples and still got unexpected results.

shifting the start day of `repr_lm`

I have weekly data that starts on a Tuesday. The output after using the repr_lm function will therefore begin on Tuesday when plotting in ggplot2. Is it possible to shift the starting day to another day (i.e., I would like the plot to start on Monday). Thank you!

How to representation for many time-series data

Dear @PetoLau

I have 298 time-series dataset, may ask you about how do that like a return dataframe. of all time-series.

b_repr_df<- reinterpolate(b_lst_df[2L:298L], new.length = max(lengths(b_lst_df[2L:298L])))
b_repr_df<- repr_pla(b_lst_df[2L:298L],time=1090)

it will show an error like this

Error in repr_pla(b_lst_df[2L:297L]) : 
  (list) object cannot be coerced to type 'double'

but if i run one by one time-series, it is no problem.
b_repr_df<- repr_pla(b_lst_df$coin, time= 1090, return='both')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.