Saturday, March 29, 2008

Analysing data

Trying to find the correlation between daily growth in prices with historical slopes of prices and acceleration in price growths. Have taken 6 variables and a constant to find the final X value based on slopes and accelerations. This X value is measured against Y value of actual future growth in prices.
Need to create a small artificial neural netowrk kind of a system to find the best values of the 7 variables for which the correl is maximum.
Still dont know how to make it automatic. Hence, creating a set of sliders for manually increasing/decreasing values of the variables while checking the correlation.
The manual process needs to be automated.

Monday, March 24, 2008

Big chart display on click

Took a lot of effort for this. Was earlier trying to do this through another frame, but since the frame was not a part of hte original frame, I was not able to write onto the frame. Now am handlnig this through Jpanels by hiding and showing.