InterviewSolution
Saved Bookmarks
| 1. |
The ________ is represented by the location parameter.(a) Median(b) Mode(c) Mean(d) VarianceThis question was posed to me in my homework.This intriguing question comes from Distribution in chapter Distributions, Graphics & Neural Networks of R Programming |
|
Answer» RIGHT answer is (a) Median To ELABORATE: The median is REPRESENTED by the location PARAMETER, and the scale parameter influences the spread of the DISTRIBUTION about its median. |
|