Skip to content

Commit 6461521

Browse files
committed
Price Chart
1 parent 5171fb4 commit 6461521

File tree

18 files changed

+184
-26
lines changed

18 files changed

+184
-26
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[[{"location":"C:\\Program Files\\Java\\jre1.8.0_144","type":"JRE","hints":{"EXECUTION_ENVIRONMENT":"JavaSE-1.8"}},"jre:jre:1.8.0"],[{"location":"E:\\Programming\\School\\JAVA_Application_Project\\Java_Course_Project\\Statistical_Analysis","type":"PROJECT","hints":{"PROJECT_NAME":"Statistical_Analysis"}},"ABSENT"]]
1+
[[{"location":"E:\\Programming\\School\\JAVA_Application_Project\\Java_Course_Project\\Statistical_Analysis","type":"PROJECT","hints":{"PROJECT_NAME":"Statistical_Analysis"}},"ABSENT"],[{"location":"C:\\Program Files\\Java\\jre1.8.0_144","type":"JRE","hints":{"EXECUTION_ENVIRONMENT":"JavaSE-1.8"}},"jre:jre:1.8.0"]]
Binary file not shown.
Binary file not shown.
2.11 MB
Binary file not shown.

Statistical_Analysis/.classpath

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
<classpathentry kind="src" path="src"/>
55
<classpathentry kind="src" path="GUISource"/>
66
<classpathentry kind="src" path="Global_Region"/>
7-
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1.jar" sourcepath="E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1-sources.jar">
8-
<attributes>
9-
<attribute name="javadoc_location" value="jar:file:/E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1-javadoc.jar!/"/>
10-
</attributes>
11-
</classpathentry>
12-
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1-javadoc.jar"/>
13-
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1-sources.jar"/>
14-
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/commons-math3-3.6.1/commons-math3-3.6.1-tools.jar"/>
7+
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/Java_Course_Project/ExternalLib/Apache/commons-math3-3.6.1.jar"/>
8+
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/Java_Course_Project/ExternalLib/Apache/commons-math3-3.6.1-javadoc.jar"/>
9+
<classpathentry kind="lib" path="E:/Programming/School/JAVA_Application_Project/Java_Course_Project/ExternalLib/Apache/commons-math3-3.6.1-sources.jar"/>
1510
<classpathentry kind="output" path="bin"/>
1611
</classpath>

Statistical_Analysis/Data/Historical/AAPL.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
timestamp,open,high,low,close,adjusted_close,volume,dividend_amount,,
2+
2017-11-27,175.0500,175.0800,173.3400,174.0900,174.0900,20590163,0.0000,,
23
2017-11-24,175.1000,175.5000,174.6500,174.9700,174.9700,14026519,0.0000,,
34
2017-11-22,173.3600,175.0000,173.0500,174.9600,174.9600,24997274,0.0000,,
45
2017-11-21,170.7800,173.7000,170.7800,173.1400,173.1400,24875471,0.0000,,

Statistical_Analysis/Data/Historical/GOOG.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
timestamp,open,high,low,close,adjusted_close,volume,dividend_amount,,
2-
2017-11-24,1035.8700,1043.1780,1035.0000,1040.6100,1040.6100,536958,0.0000,,
2+
2017-11-27,1040.0000,1055.4600,1038.4400,1054.2100,1054.2100,1284354,0.0000,,
3+
2017-11-24,1035.8700,1043.1800,1035.0000,1040.6100,1040.6100,536958,0.0000,,
34
2017-11-22,1035.0000,1039.7060,1031.4300,1035.9600,1035.9600,716661,0.0000,,
45
2017-11-21,1023.3100,1035.1100,1022.6550,1034.4900,1034.4900,1083715,0.0000,,
56
2017-11-20,1020.2600,1022.6100,1017.5000,1018.3800,1018.3800,894844,0.0000,,

Statistical_Analysis/Data/Historical/TSLA.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
timestamp,open,high,low,close,adjusted_close,volume,dividend_amount,,
2+
2017-11-27,313.2500,317.3400,309.5100,316.8100,316.8100,4537715,0.0000,,
23
2017-11-24,313.7900,316.4100,311.0000,315.5500,315.5500,3242220,0.0000,,
34
2017-11-22,316.7700,317.4200,311.8400,312.6000,312.6000,4890091,0.0000,,
45
2017-11-21,310.8600,318.2300,308.7100,317.8100,317.8100,7230570,0.0000,,

Statistical_Analysis/DataMeta/Availability.csv

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AAPL,2017-11-27,2000-01-03,
1+
AAPL,2017-11-28,2000-01-03,
22
SFNC,2017-11-26,2000-01-03,
33
CPRT,2017-11-26,2000-01-03,
44
GOOG,2017-11-27,2014-03-27,
@@ -7,7 +7,7 @@ IRCP,2017-11-26,2003-11-05,
77
WAYN,2017-11-26,2000-01-03,
88
RCKY,2017-11-26,2000-01-03,
99
TRCB,2017-11-26,2006-04-11,
10-
TSLA,2017-11-27,2010-06-29,
10+
TSLA,2017-11-28,2010-06-29,
1111
BDE,2017-11-26,2000-01-03,
1212
AMZN,2017-11-27,2000-01-03,
1313
XRT,2017-11-27,2006-06-22,
@@ -17,9 +17,9 @@ STX,2017-11-27,2002-12-11,
1717
XOM,2017-11-27,2000-01-03,
1818
MARA,2017-11-26,2012-05-04,
1919
AVGO,2017-11-27,2009-08-06,
20-
AAPL,2017-11-27,2000-01-03,
20+
AAPL,2017-11-28,2000-01-03,
2121
GOOG,2017-11-27,2014-03-27,
22-
TSLA,2017-11-27,2010-06-29,
22+
TSLA,2017-11-28,2010-06-29,
2323
AMZN,2017-11-27,2000-01-03,
2424
XRT,2017-11-27,2006-06-22,
2525
SRAX,2017-11-27,2012-12-03,
@@ -29,3 +29,6 @@ XOM,2017-11-27,2000-01-03,
2929
AVGO,2017-11-27,2009-08-06,
3030
AAP,2017-11-27,2001-11-29,
3131
ABC,2017-11-27,2000-01-03,
32+
AAPL,2017-11-28,2000-01-03,
33+
TSLA,2017-11-28,2010-06-29,
34+
GOOG,2017-11-28,2014-03-27,

0 commit comments

Comments
 (0)