Package trade.invision.indicators.indicators.statistical
package trade.invision.indicators.indicators.statistical
-
ClassesClassDescription
CorrelationCoefficientis aNumIndicatorto provide the statistical correlation coefficient (CC) of twoIndicators over alengthof values.Covarianceis aNumIndicatorto provide the statistical covariance (covar) of twoIndicators over alengthof values.MeanDeviationis aNumIndicatorto provide the statistical mean deviation (MD) over alengthof values.RootMeanSquareis aNumIndicatorto provide the statistical root-mean-square (RMS) over alengthof values.StandardDeviationis aNumIndicatorto provide the statistical standard deviation (stddev) over alengthof values.StandardErroris aNumIndicatorto provide the statistical standard error (stderr) over alengthof values.StandardScoreis aNumIndicatorto provide the statistical standard score (z-score) over alengthof values.