rosshemsley / kalman
Golang Kalman filter and smoother for non-uniformly sampled time series data
☆36Updated 5 years ago
Alternatives and similar repositories for kalman:
Users that are interested in kalman are comparing it to the libraries listed below
- Adaptive Kalman filter in Golang☆88Updated 2 years ago
- Expression evaluator for Go☆67Updated 10 months ago
- Rolling window implementation in go.☆57Updated 9 months ago
- Genetic Algorithm and Particle Swarm Optimization☆33Updated 3 years ago
- Kalman filter implementation for geographical coordinates☆9Updated 4 years ago
- Golang Library for Kalman Filter(also known as Linear Quadratic Estimation) used in sensor fusion☆37Updated 6 years ago
- Time series implementation in Go☆39Updated 3 years ago
- Go reflection simplified☆101Updated 2 months ago
- gio experiments☆42Updated 2 months ago
- Digital signal processing package in Go for the discrete wavelet transform (DWT)☆33Updated 4 years ago
- Package with auto-vectorized math functions for Go☆21Updated 2 years ago
- Sync primitive for golang. Key + Mutex = Kmutex☆34Updated 2 months ago
- Go expression evaluation comparison☆49Updated 10 months ago
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Storing strings without GC overhead☆83Updated 4 years ago
- A better Generic Pool (sync.Pool)☆52Updated this week
- Highly concurrent drop-in replacement for bufio.Writer☆55Updated 7 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- Thread-safe concurrent maps for go.