Class curve_plot_test.plot_log

java.lang.Object
  |
  +--wavelet_util.plot
        |
        +--curve_plot_test.plot_log
Enclosing class:
curve_plot_test

public class curve_plot_test.plot_log
extends plot

Write out the log of the close price. Daily return is usually expressed as the log of today's close minus the log of yesterday's close. This function allows a plot of the log close price to be compared to the close price.


Constructor Summary
curve_plot_test.plot_log(double[] v)
           
 
Method Summary
(package private)  java.lang.String class_name()
           
 
Methods inherited from class wavelet_util.plot
OpenFile
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

curve_plot_test.plot_log

public curve_plot_test.plot_log(double[] v)
Method Detail

class_name

java.lang.String class_name()
Overrides:
class_name in class plot