Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Performance ¶
type Performance struct {
// contains filtered or unexported fields
}
func New ¶
func New(minSize, maxSize int) *Performance
func (*Performance) AddOHLC ¶
func (v *Performance) AddOHLC(o *ohlc.OHLC)
func (*Performance) MedianPerformanceInPercentage ¶
func (v *Performance) MedianPerformanceInPercentage() (float64, error)
func (*Performance) PerformanceInPercentageQuantile ¶
func (v *Performance) PerformanceInPercentageQuantile(quantile float64) (float64, error)
Click to show internal directories.
Click to hide internal directories.