Coder Social home page Coder Social logo

perronfrobenius.jl's Introduction

JuliaDynamics

This repository serves the following purposes:

  • Contains the source code for the JuliaDynamics website in the src and build folders.
  • Hosts the website via GitHub-pages and Jekyll.
  • Contains tutorials for all packages of JuliaDynamics in the tutorials folder.
  • Contains video resources for all packages of JuliaDynamics in the videos folder.

The website was modeled after the website of QuantumOptics.jl and most code that builds the site was re-used from the repository of QuantumOptics.jl (with permission).


To build locally do follow the instructions from here: https://jekyllrb.com/docs/

(install Jekyll and then do bundle exec jekyll serve which serves by default to http://localhost:4000)

perronfrobenius.jl's People

Contributors

fredrikekre avatar juliatagbot avatar kahaaga avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

perronfrobenius.jl's Issues

RectangularInvariantMeasure type and constructor

It would be useful to be able to directly estimate an invariant measure for an embedding E and a bin size ϵ. We could use an abstract InvariantMeasure type, with subtypes RectangularInvariantMeasure for rectangular partitions and TriangulationInvariantMeasure for triangulation partitions.

Given AbstractTriangulationTransferOperator, compute density over rectangular grid

We need a way of converting densities of triangulated partitions to rectangular partitions. The easiest way to do this is as follows.

  1. If to is the transfer operator and typeof(to) <: AbstractTriangulationTransferOperator, then we can compute the invariant measure by finding the left eigenvector of to, i.e. invdist = left_eigenvector(to).
  2. We then represent each simplex by a cloud of points, each point having measure equal to the measure of the simplex (this is valid because the computed measures are for each simplex volume of the partition).
  3. For each point, assign an integer tuple label using StateSpaceReconstruction.assign_bin_labels. Together with the bin index information, store the value of the measure of the point.
  4. After we've checked which bins are visited by which points, go over the bins one by one, taking the measure of that bin as the normalised measure of all the points lying inside the bin.

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

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.