Informatics Practices
…………… divides the total distribution in four equal parts.
- quartile
- tercile
- median
- quantile
Python Pandas
3 Likes
Answer
quartile
Reason — Quartile refers to the division of the total distribution of given data into a four equal proportions with each containing one fourth of the total population.
Answered By
3 Likes
Related Questions
Which of the following is not a valid function that can be used with DataFrames ?
- count()
- sum()
- length()
- mad()
The technique that divides total distribution of data into a given number of equal proportions is called a …………… .
- quartile
- tercile
- median
- quantile
To divide total distribution of given data in two equal parts, …………… function is used.
- median()
- quartile()
- quantile()
- all of these
To divide total distribution of given data in four equal parts, …………… function is used.
- median()
- quartile()
- quantile()
- all of these