0% found this document useful (0 votes)
31 views2 pages

DS-R Unit-4

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

DS-R Unit-4

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

UNIT-4 IMPORTANT QUESTIONS

SYLLABUS
Discover R‘s packages to do graphics and create own data visualizations. Graphics,
Creating Graphs, The Workhorse of R Base Graphics, the plot() Function ,Customizing
Graphs, Saving Graphs to Files. Probability Distributions, Normal Distribution- Binomial
Distribution- Poisson Distributions Other Distribution, Basic Statistics, Correlation and
Covariance, T-Tests, ANOVA.

SHORT Q&A

1. What are the different types of probability Distributions with example?


2. Describe the various plots in R to visualize the data and explain the purpose of each plot in
detail.
3. Explain in detail about data visualizations with examples?
4. Explain Correlation and Covariance with examples?
5. Explain in detail about statistics with examples?
6. Write R code to generate the probability distribution table for number of successes from a
binomial distribution where n=5 and probability of success in each trial is 0.25.

LONG Q&A

1. Define Data Visualization & How To Creating Graphs?


2. The Workhorse Of R Base Graphics
a. Plot() Function With Example
b. Line Plot With Example
c. Scatter Plot With Example
d. Bar Plot With Example
e. Pie Plot With Example
f. Box Plot With Example
g. Histogram With Example
h. Kernel Density Plot With Example
i. Pie 3d With Example
j. Single Variable Visualization With Example
k. Multi Variable Visualization With Example
3. Briefly Describe About Customizing Graphs With Examples?
4. What Are The Pre Defined Functions Are Available For Saving The Graphs With Examples?
5. Define Probability Distribution & Its Types?
6. Define Normal Distribution With Example ?(Manual Description & Using R)
7. Define Binomial Distribution With Example ?( Manual Description & Using R)
8. Define Poisson distribution With Example? (Manual Description & Using R)
9. Define
a. Mean
b. Median
c. Mode
d. Standard Deviation
e. Variance
f. Inter Quartile Range
10. Differences Between Correlation And Covariance With Example
11. Define T-Test, F-Test & Z-Test With Example?
12. Define Anova Test With Example?

Previous Year QP’s

1. Explain Anova test?


2. Find median and mode of following numbers 12,13,11,10,9,11,7,11,10,15,16,11
3. Mention how you can produce co-relations and covariances in R?
4. Briefly describe about different types of distributions with examples.
5. Explain linear algebra operations on vectors and matrices.
6. Write R code to generate the probability distribution table for number of successes from a
binomial distribution where n=5 and probability of success in each trial is 0.25
7. Fit a poison distribution with the following data

You might also like