ranj-ID-assignment

WEEK 1 DELIVERABLE (ASSIGNMENT 1)

1) Download data into directory where you can reach it with Octave. Data has bi-daily prices in rows for 2481 US stocks (columns) from 2005/12/19 to 2020/08/07 : open_close_20051219_20200807_d.mat

2) Exercises for Octave:

A) use load command to load the data into workspace:

load(‘open_close_20051219_20200807_d.mat’);

B) find minimums and maximums for each column:
mn = min(D);

mx = max(D);

C) normalize data to range 0 to 1, by running:

d = (D – mn) ./ (mx – mn);

D) normalize the data from 0 to 100.

For the submission

Send in the plain text the commands you used in part 2). Solution lines are provided already for A), B), and C). There is no solution for D) part.

Solution:

15% off for this assignment.

Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!

Why US?

100% Confidentiality

Information about customers is confidential and never disclosed to third parties.

Timely Delivery

No missed deadlines – 97% of assignments are completed in time.

Original Writing

We complete all papers from scratch. You can get a plagiarism report.

Money Back

If you are convinced that our writer has not followed your requirements, feel free to ask for a refund.