0% found this document useful (0 votes)
26 views7 pages

Passing Package For IDs

Uploaded by

yogado6055
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views7 pages

Passing Package For IDs

Uploaded by

yogado6055
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Chapter 3 Important Questions

1. Markowitz portfolio Optimization ?

Markowitz Portfolio Optimization assists in the selection of the most efficient portfolio by
analyzing various possible portfolios of the given securities.

-Also known as Mean Variance model.

𝑅𝑝 =∑𝑛𝑖=1 𝑋𝑖 𝑅𝑖

Where,

Rp - the expected return to portfolio

X1 - proportion of total portfolio invested in security i

R1 - expected return to security i

n - total number of securities in portfolio

some important formulas !!


X = the number for which we have to find z score

µ = Mean

sigma = standard deviation (it would be given)

2. Differece between Logistic and linear regression?


Chapter 4 Imp questions

Local Variable
Local variables are the variables that declared inside the function and have scope
within the function. Let's understand the following example.

Global Variables
Global variables can be used throughout the program, and its scope is in the entire
program. We can use global variables inside or outside the function

1. DIFFERENCE BETWEEN LIST AND TUPLE ?

2. Python Data Types?


• Numbers

• Sequence Type

• Boolean

• Set

3. Packages in Python?
• NumPy
• Pandas
• Sklearn
• Matplotlib
• (learn some points about these from google !)

4. Python features ?

• Easy to Learn and Use


• Expressive Language
• Interpreted Language
• Cross-platform Language
• Free and Open Source
• Object-Oriented Language
• Extensible
• Large Standard Library
• GUI Programming Support
• Integrated
• Embeddable
• Dynamic Memory Allocation

5. Applicationns of Python ?

• Data Science
• Date Mining
• Desktop Applications
• Console-based Applications
• Mobile Applications
• Software Development
• Artificial Intelligence
• Web Applications
• Enterprise Applications
• 3D CAD Applications
• Machine Learning
• Computer Vision or Image Processing Applications.
• Speech Recognitions

Find and study any five of these tools explanation !!

6. Life cycle of Data Science ?


7. Difference between Descriptive statistics and Inferential statistics !
Hope it helps

…Rajkumar Math

You might also like