0.4.2 • Published 2 years ago

east-analysistools v0.4.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

analysistools

This library is the collection of all the tools that I find usefull for analyizing crypto currency data. Currently the library contains:

  • Refactor- this is a routine that will create 6hour, 24hour, or 168 hour data from the hourly data with the high, low, calculated for the new time range and volume calculated as the sum of all volumes for time range, and new close as the close of the last hour of time range
  • WTIFilter- will run a wavelet transform on the data. Then based on the value of N passed to the dataset, It will replace all but the first N sets with zeros. This will act like a smoothing filter
  • WTSmooth- This function will do a number of WTIFilters and stitch them together with weighted smoothing to create a smooth curve that can be built over time in a consistant manner.
  • smoothAll- actually initiate the wTsmoothing for whole dataSet
  • MRI- Moving Ratio Index
0.4.2

2 years ago

0.4.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago