package
0.0.0-20240318070906-e2be8825b344
Repository: https://github.com/drakos74/free-coin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Processors

Stats

Stats is the basic stats analysis on the previous price moves.

  • splits the price movements in x intervals of size t.
  • maps the change ratio (price_diff / price) to a range of discreet values (rounded logarithm).
  • predicts the next k intervals based on the previous l ones, using a hidden markov model.