Discrete Random Walk with Boundaries using Differential Equations or other Julia Library

This page summarizes the projects mentioned and recommended in the original post on /r/Julia

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Rwalk

    Random walk in 1,2,3D for integer step sizes

  • What I currently have implemented is manually looping through each individual random walker. For each step, it creates a random number, if it is 0<0.5 it steps left, if it is 0.5<1 it steps right. Each random walker begins at the origin, and if the random walker either returns to the origin or hits a threshold (10,000) without returning, the number of steps for that walker is recorded and the process continues to the next walker. https://github.com/Jimbo-Coder/Rwalk/blob/main/src/rwalk.jl is the code if you would like to look for yourself.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts