package
0.0.0-20240318070906-e2be8825b344
Repository: https://github.com/drakos74/free-coin.git
Documentation: pkg.go.dev
# README
Processors
Stats
Stats is the basic stats analysis on the previous price moves.
- splits the price movements in
x
intervals of sizet
. - maps the change ratio (
price_diff / price
) to a range of discreet values (rounded logarithm). - predicts the next
k
intervals based on the previousl
ones, using a hidden markov model.