Module stat::analysis [] [src]

Analysis contains technical indicators that try to predict the direction of future values using the past data.

Modules

momentum

Momentum contains simple technical analysis indicators showing the difference between period's closing price and the closing price N periods ago.

trend

Trend contains technical analysis indicators that try to predict the direction in which values are moving towards.

Enums

AnalysisError

A list specifying types of analysis errors.

Type Definitions

Result

A specialised Result type for analysis operations.