Giter VIP home page Giter VIP logo

anomalous's Introduction

anomalous's People

Contributors

earowang avatar robjhyndman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anomalous's Issues

Question about pcaPP::PCAproj

I'm curious as to how pcaPP::PCAproj differs from "regular" principle components analysis. Why'd you choose to use it in this package?

Error in installing

I am using R 3.4.0 on Debian 8.1. When I tried to install the package I have this error:

ERROR: dependency 'mvtnorm' is not available for package 'pcaPP'
* removing '/usr/local/lib/R/site-library/pcaPP'
Installation failed: Command failed (1)
'/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet  \
  CMD INSTALL  \
  '/tmp/RtmpcMckxO/devtools21581c951b67/robjhyndman-anomalous-acm-79d50aa'  \
  --library='/usr/local/lib/R/site-library' --install-tests

ERROR: dependencies 'ForeCA', 'alphahull', 'pcaPP', 'hdrcde' are not available for package 'anomalousACM'
* removing '/usr/local/lib/R/site-library/anomalousACM'
Installation failed: Command failed (1)

Any suggestion?

Thanks a lot

[Help] How to use the package with my Data

Can you guide me in lay programmer's term on how to use the APIs(if only there's a provision for it).
I've the data for each day of the year and whenever the new data point comes in I want to check whether it's anomalous to the time series or not.
Thanks.

Error running example

I'm getting the following error when I try to run the example.
y<-tsmeasures(dat0)

Error in (function (env, objName) :
could not find function "object.size"

New feature suggestion to the `anomaly` function (code included)

Hi,

Very nice package, thank you.

Though, I feel like this package could use another small feature. The n parameter in the anomaly function basically returns n most "anomalous" time-series, while we can basically return them all (if n == nrow(x)). In other words, we don't have some significance measure that will tell us how significantly anomalous those series are and we can't specify our desired significance threshold (in other words, we don't know how to specify n correctly).

I've took a look in the anomaly function source code and saw that this is already being calculated using the hdrcde::hdr.2d function and it could pretty easily be incorporated into the anomaly function.

I don't know if this is really makes sense, so I haven't made it a PR. Instead, I've made a GIST that adds a parameter called sig. If speciffied, it will return/plot the time series that are sig <= hdrinfo$falpha . I've also tried to make sure that it is backward compatible and won't brake any existing code.

Please advise,
Thanks again,
David

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.