FDS Unit 5 QB
FDS Unit 5 QB
com
5. Define Credit
Credit scoring makes extensive use of predictive analytics. When a consumer or
business applies for credit, data on the applicant's credit history and the credit record of
borrowers with similar characteristics are used to predict the risk that the applicant might
fail to perform on any credit extended.
6. Define Underwriting
Data and predictive analytics play an important role in underwriting. Insurance
companies examine policy applicants to determine the likelihood of having to pay out
for a future claim based on the current risk pool of similar policyholders, as well as past
events that have resulted in pay-outs. Predictive models that consider characteristics in
comparison to data about past policyholders and claims are routinely used by actuaries.
www.BrainKart.
com
Active traders, meanwhile, look at a variety of metrics based on past events when
deciding whether to buy or sell a security. Moving averages, bands, and breakpoints are
based on historical data and are used to forecast future price movements
Investors, financial professionals, and business leaders are able to use models to help
reduce risk. For instance, an investor and their advisor can use certain models to help
craft an investment portfolio with minimal risk to the investor by taking certain factors
into consideration, such as age, capital, and goals.
There is a significant impact to cost reduction when models are used. Businesses can
determine the likelihood of success or failure of a product before it launches. Or they
can set aside capital for production improvements by using predictive techniques before
the manufacturing process begins
A famous example of this is the (now illegal) practice of redlining in home lending by
banks. Regardless of whether the predictions drawn from the use of such analytics are
2
www.BrainKart.
com
accurate, their use is generally frowned upon, and data that explicitly include
information such as a person's race are now often excluded from predictive analytics
14. How Does Netflix Use Predictive Analytics?
Data collection is very important to a company like Netflix. It collects data from its
customers based on their behaviour and past viewing patterns. It uses information and
makes predictions based to make recommendations based on their preferences. This is
the basis behind the "Because you watched..." lists you'll find on your subscription.
21. State the difference between Exponentially Weighted Moving average and Moving
average in Time series analysis
SMA calculates the average price over a specific period, while WMA gives more weight
to current data. EMA is also weighted toward the most recent prices, but the rate of
decrease between one price and its preceding price is not consistent but exponential.
o The data is then cleaned up before analysis. This means it is scrubbed and checked
to ensure there is no duplication or error, and that it is not incomplete. This step
helps correct any errors before it goes on to a data analyst to be analyzed
Part B
1. How do you solve the least square problem in Python? What is least square method
in Python?
2. What is the goodness-of-fit test?
3. One study indicates that the number of televisions that American families have is
distributed (this is the given distribution for the American population) as in the
table.
Number of Televisions Percent
0 10
1 16
2 55
3 11
4+ 8
The table contains expected (E) percents.
A random sample of 600 families in the far western United States resulted in the
data in this table.
Number of Televisions Frequency
0 66
1 119
2 340
3 60
4+ 15
Total 600
The table contains observed (O) frequency values.
At the 1% significance level, does it appear that the distribution “number of
televisions” of far western United States families is different from the distribution
for the American populations a whole?
4. Explain in detail about time series analysis with example.
5. Describe Regression using Stats Models
6. Explain multiple regression with an example
7. What is the nonlinear relationships and types .Difference between linear and non
linear relationship
8. Describe logistic regression in detail
9. Explain in detail serial correlation and auto correlation
10. Describe in detail Introduction to survival analysis
11. Consider an example, Sam found how many hours of sunshine vs how many ice
creams were sold at the shop from Monday to Friday is given in the following table.
Hours of
Ice cream Sold
Sunshine
4
3 5
5 7
7 10
9 15
Explain the concept of least squares regression to find the line of best fit for the above data
and sam would like to find the how many no of ice cream would sold if he hears the
weather forecast which says “We expect 8 hours of sun tomorrow” using linear regression
model
12. Describe in detail about logistic regression model in predictive analysis.
13. Exemplify in detail about multiple regression models with example
14. Explain in depth about Time series analysis and its technique with relevant examples
15. Explain multiple linear regression model with the prediction of sales through the various
attributes like budget for TV advertisement, Radio Advertisement and News paper
Advertisement using statistical model.
16. How is to test linear model? Explain in detail about the role of weighted resample in linear
model testing
17. Explain linear least square predictive analysis with an example.
18. Explain in detail about TSA with an example