Giter Site home page Giter Site logo

uniformization.jl's People

Contributors

smith-garrett avatar

Watchers

 avatar

uniformization.jl's Issues

Allow more types of matrices

Sparse is probably most important, but generality should be a goal. StaticArrays might be good to include for smaller matrices.

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!

Implement first-passage infrastructure

Probably need types for:

  • Transient and absorbing matrices
  • p0 as Categorical distribution?

Need functions for converting TransitionRateMatrix to first-pasage type

  • Function should detect whether there are already absorbing states
  • If so, create FP object
  • Else, return error with reference to method that requires specifying initial and absorbing states
    • This method should modify the transition rate matrix to be have correct entries/elements

Create function for simulating whole trajectories

Simulate solution of master equation by applying uniformization incrementally, e.g., starting at time point 0 w/ initial conditions, solve for t=0.01. That solution is now the initial state for getting the solution at t=0.02, e.g. This avoids problems related to stiffness: When the (time * uniformization rate) gets large, uniformization becomes inefficient due to the many matrix multiplications that have to be performed.

It would be interesting to consider adaptive time stepping or adaptation of the uniformization rate, but that might be too much initially.

Improve documentation

  • Follow advice on main Julia documentation (basic formatting)
  • Use $(SIGNATURES) from DocStringExtentions to automatically fill in function signatures

Create a problem type

Should contain at least a transition matrix and initial condition, maybe a solution method. Relates to #3 and maybe #4.

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.