GithubHelp home page GithubHelp logo

aoristaar's People

Contributors

capsizinghr avatar chrinne avatar martinhinz avatar nevrome avatar nmueller18 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

aoristaar's Issues

Optimise for uncorrected run

In case of uncorrected run, the function uses the same logic like for the correction, resulting in unnecessary long processing time. Have to be improved.

Allow output resolutions different from yearly

From a mail I received (thanks, Ula):

Can I change somehow (in function construction) the range of the resulting periods. I would like to count the data not for 1 year resulting periods, but for 100 years. I managed to get to the function, but I had some problems with finding how to switch it.

And, after I proposed summing the values up within the desired interval:

It would be nice if such a function would be implemented for some less mathematical humanists.

So, can easily be considered before release.

wording not intuitive

Salut :)

I tried to calculate Aorisitic sums using classic BCE from to data. However, BCE values for starting periods are larger than the values for the end of the period. In this case the calculation fails.

"Failing":

> from <- c(3100,2800,4100,3100,3100,4100,2800,4100,4100,4100)
> to <- c(2600,2250,3100,2600,2800,3000,2250,3100,3100,3000)
> head(aorist(from = from, to = to))
  date sum
1 2800 NaN
2 2801 NaN
3 2802 NaN
4 2803 NaN
5 2804 NaN
6 2805 NaN

"Working":

> from <- c(3100,2800,4100,3100,3100,4100,2800,4100,4100,4100)
> to <- c(2600,2250,3100,2600,2800,3000,2250,3100,3100,3000)
> head(aorist(from = to, to = from))
  date         sum
1 2250 0.003629764
2 2251 0.003629764
3 2252 0.003629764
4 2253 0.003629764
5 2254 0.003629764
6 2255 0.003629764

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.