Informatics Practices
A …………… is a summarization tool for discrete or continuous data.
- quartile
- histogram
- mean
- median
PyPlot
2 Likes
Answer
histogram
Reason — A histogram is a summarization tool for discrete or continuous data. A histogram provides a visual interpretation of numerical data by indicating the number of data points that lie within a range of values.
Answered By
2 Likes
Related Questions
The plot which tells the trend between two graphed variables is the …………… graph/chart.
- line
- scatter
- bar
- pie
The plot which tells the correlation between two variables which may not be directly related is …………… graph/chart.
- line
- scatter
- bar
- pie
A visual representation of the statistical five number summary of a given dataset is known as …………… .
- histogram
- frequency distribution
- box plot
- frequency polygon
Which of the following functions is used to create a line chart ?
- line()
- plot()
- chart()
- plotline()