Documentation of 'org.joone.util.DeltaNormPlugIn' Java class
DeltaNormPlugIn
org.joone.util

Class DeltaNormPlugIn

  • All Implemented Interfaces:
    java.io.Serializable, PlugInListener


    public class DeltaNormPlugIn
    extends ConverterPlugIn
    This plugin calculates the Delta Normalization on a time series. the Delta Normalization technique permits to feed a neural network with the delta values instead of the absolute values of the series, permitting in this manner to avoid the problems correlated with both ascending and descending trends. The normalization is obtained by dividing the delta value by the dynamic range (named Probability Volatility Windows) calculated on the given period. This plugin is very useful for financial predictions when used in combination with the MinMaxExtractorPlugin. To learn more on this technique read the excellent book: "Financial Prediction Using Neural Networks" by Joseph S. Zirilli (you can buy it in electronic format at http://www.mjfutures.com/Book.htm)
    See Also:
    Serialized Form
    • Constructor Detail

      • DeltaNormPlugIn

        public DeltaNormPlugIn()
        Creates a new instance of DeltaNormPlugin

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.